EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
#include <acts/blob/sPHENIX/Examples/Algorithms/Generators/ActsExamples/Generators/EventGenerator.hpp>
Public Attributes | |
std::string | outputParticles |
Name of the output particles collection. | |
std::vector< Generator > | generators |
List of generators that should be used to generate the event. | |
std::shared_ptr< const RandomNumbers > | randomNumbers |
The random number service. | |
Definition at line 56 of file EventGenerator.hpp.
View newest version in sPHENIX GitHub at line 56 of file EventGenerator.hpp
std::vector<Generator> ActsExamples::EventGenerator::Config::generators |
List of generators that should be used to generate the event.
Definition at line 60 of file EventGenerator.hpp.
View newest version in sPHENIX GitHub at line 60 of file EventGenerator.hpp
Referenced by ActsExamples::EventGenerator::EventGenerator(), ActsExamples::Options::readParticleGunOptions(), and ActsExamples::Options::readPythia8Options().
std::string ActsExamples::EventGenerator::Config::outputParticles |
Name of the output particles collection.
Definition at line 58 of file EventGenerator.hpp.
View newest version in sPHENIX GitHub at line 58 of file EventGenerator.hpp
Referenced by ActsExamples::EventGenerator::EventGenerator(), and main().
std::shared_ptr<const RandomNumbers> ActsExamples::EventGenerator::Config::randomNumbers |
The random number service.
Definition at line 62 of file EventGenerator.hpp.
View newest version in sPHENIX GitHub at line 62 of file EventGenerator.hpp
Referenced by ActsExamples::EventGenerator::EventGenerator(), and main().