Skip to content

Commit fe17ddf

Browse files
preghenellasawenzel
authored andcommitted
Update hijing settings and fix macro
1 parent e843614 commit fe17ddf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Generators/share/external/hijing.C

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ FairGenerator*
2222
hij->SetShadowing(1);
2323
hij->SetDecaysOff(1);
2424
hij->SetSelectAll(0);
25-
hij->SetPtHardMin(2.3);
25+
hij->SetPtHardMin(2.9);
2626
hij->Init();
2727

2828
// instance and configure TGenerator interface
@@ -31,6 +31,6 @@ FairGenerator*
3131
tgen->setEnergyUnit(1.); // [GeV/c]
3232
tgen->setPositionUnit(0.1); // [cm]
3333
tgen->setTimeUnit(3.3356410e-12); // [s]
34-
tgen->setTGenerator(hij);
34+
tgen->setTGenerator(hij->GetMC());
3535
return tgen;
3636
}

0 commit comments

Comments
 (0)