Analysis Software
Documentation for sPHENIX simulation software
|
#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 95 of file EventGenerator.hpp.
View newest version in sPHENIX GitHub at line 95 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 99 of file EventGenerator.hpp.
View newest version in sPHENIX GitHub at line 99 of file EventGenerator.hpp
Referenced by ActsExamples::EventGenerator::EventGenerator().
std::string ActsExamples::EventGenerator::Config::outputParticles |
Name of the output particles collection.
Definition at line 97 of file EventGenerator.hpp.
View newest version in sPHENIX GitHub at line 97 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 101 of file EventGenerator.hpp.
View newest version in sPHENIX GitHub at line 101 of file EventGenerator.hpp
Referenced by ActsExamples::EventGenerator::EventGenerator(), and main().