Analysis Software
Documentation for sPHENIX simulation software
|
Combined struct which contains all generator components. More...
#include <acts/blob/sPHENIX/Examples/Algorithms/Generators/ActsExamples/Generators/EventGenerator.hpp>
Public Attributes | |
std::shared_ptr < MultiplicityGenerator > | multiplicity = nullptr |
std::shared_ptr< VertexGenerator > | vertex = nullptr |
std::shared_ptr < ParticlesGenerator > | particles = nullptr |
Combined struct which contains all generator components.
Definition at line 89 of file EventGenerator.hpp.
View newest version in sPHENIX GitHub at line 89 of file EventGenerator.hpp
std::shared_ptr<MultiplicityGenerator> ActsExamples::EventGenerator::Generator::multiplicity = nullptr |
Definition at line 90 of file EventGenerator.hpp.
View newest version in sPHENIX GitHub at line 90 of file EventGenerator.hpp
std::shared_ptr<ParticlesGenerator> ActsExamples::EventGenerator::Generator::particles = nullptr |
Definition at line 92 of file EventGenerator.hpp.
View newest version in sPHENIX GitHub at line 92 of file EventGenerator.hpp
std::shared_ptr<VertexGenerator> ActsExamples::EventGenerator::Generator::vertex = nullptr |
Definition at line 91 of file EventGenerator.hpp.
View newest version in sPHENIX GitHub at line 91 of file EventGenerator.hpp