Skip to content
Snippets Groups Projects
Commit eaa517bf authored by Moritz Kiehn's avatar Moritz Kiehn
Browse files

pythia8: clang-format

parent 1047f07a
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -67,7 +67,7 @@ main(int argc, char* argv[])
auto randomNumbers = std::make_shared<FW::RandomNumbersSvc>(randomNumbersCfg);
// now read the pythia8 configs
auto pythia8Configs = FW::Options::readPythia8Config<po::variables_map>(vm);
pythia8Configs.first.randomNumbers = randomNumbers;
pythia8Configs.first.randomNumbers = randomNumbers;
pythia8Configs.second.randomNumbers = randomNumbers;
// the hard scatter generator
auto hsPythiaGenerator = std::make_shared<FW::GPythia8::Generator>(
......
......@@ -71,7 +71,7 @@ main(int argc, char* argv[])
auto randomNumbers = std::make_shared<FW::RandomNumbersSvc>(randomNumbersCfg);
// now read the pythia8 configs
auto pythia8Configs = FW::Options::readPythia8Config<po::variables_map>(vm);
pythia8Configs.first.randomNumbers = randomNumbers;
pythia8Configs.first.randomNumbers = randomNumbers;
pythia8Configs.second.randomNumbers = randomNumbers;
// the hard scatter generator
auto hsPythiaGenerator = std::make_shared<FW::GPythia8::Generator>(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment