python bindings to be tested (arm vs intep python issues)

This commit is contained in:
Jan Kieseler
2023-09-08 16:40:28 +02:00
parent a9fc5d8a9a
commit a01466f649
7 changed files with 302 additions and 7 deletions
+3
View File
@@ -58,6 +58,9 @@ void ActionInitialization::BuildForMaster() const
void ActionInitialization::Build() const
{
auto gen = new PrimaryGeneratorAction;
gen->setMinPartEnergy(minEnergy);
gen->setMaxPartEnergy(maxEnergy);
gen->setPartSpecies(partSpecies);
SetUserAction(gen);
auto runact = new RunAction;
SetUserAction(runact);