Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
vslokenb authored Jul 23, 2023
1 parent 4d0724f commit bea808a
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions GeneratorInterface/Pythia8Interface/src/Py8InterfaceBase.cc
Original file line number Diff line number Diff line change
Expand Up @@ -69,13 +69,7 @@ namespace gen {
}
}

bool Py8InterfaceBase::readSettings(int) {
//Pythia 8's default value for first argument to constructor
const string xmlDir = "../share/Pythia8/xmldoc";
bool printBanner = true;
if (fParameters.exists("printBanner")) {
printBanner = fParameters.getUntrackedParameter<bool>("printBanner");
}
bool Py8InterfaceBase::readSettings(int) {
if (!fMasterGen.get())
fMasterGen = std::make_unique<Pythia>();
fDecayer = std::make_unique<Pythia>();
Expand Down

0 comments on commit bea808a

Please sign in to comment.