Skip to content

Commit d453ae3

Browse files
galoccogconesab
authored andcommitted
change the type of the random engine
1 parent bda3c18 commit d453ae3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MC/config/PWGDQ/EvtGen/GeneratorEvtGen.C

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ void ForceDecay()
315315
/// evtgen pointers
316316
EvtGen *mEvtGen=0x0;
317317
EvtStdHep *mEvtstdhep=0x0;
318-
EvtRandomEngine* mEng = 0;
318+
EvtTRandomEngine* mEng = 0;
319319
// pdg particles to be decayed
320320
TArrayI mPdgString;
321321
bool mDebug = kFALSE;

0 commit comments

Comments
 (0)