output file
This commit is contained in:
@@ -62,7 +62,8 @@ void ActionInitialization::Build() const
|
||||
gen->setMaxPartEnergy(maxEnergy);
|
||||
gen->setPartSpecies(partSpecies);
|
||||
SetUserAction(gen);
|
||||
auto runact = new RunAction;
|
||||
runact = new RunAction;
|
||||
runact -> setFileName(filename);
|
||||
SetUserAction(runact);
|
||||
auto eventAction = new EventAction;
|
||||
eventAction->setRunAction(runact);
|
||||
|
||||
Reference in New Issue
Block a user