Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
vslokenb authored Jul 23, 2023
1 parent 2cf5c2f commit 4d0724f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions GeneratorInterface/Pythia8Interface/src/Py8InterfaceBase.cc
Original file line number Diff line number Diff line change
@@ -77,8 +77,8 @@ namespace gen {
printBanner = fParameters.getUntrackedParameter<bool>("printBanner");
}
if (!fMasterGen.get())
fMasterGen = std::make_unique<Pythia>(xmlDir, printBanner);
fDecayer = std::make_unique<Pythia>(xmlDir, printBanner);
fMasterGen = std::make_unique<Pythia>();
fDecayer = std::make_unique<Pythia>();

//add settings for resonance decay filter
fMasterGen->settings.addFlag("BiasedTauDecayer:filter", false);

0 comments on commit 4d0724f

Please sign in to comment.