Analysis Software
Documentation for sPHENIX simulation software
|
Generator interface particles for a vertex. More...
#include <acts/blob/sPHENIX/Examples/Algorithms/Generators/ActsExamples/Generators/EventGenerator.hpp>
Public Member Functions | |
virtual | ~ParticlesGenerator ()=default |
Virtual destructor required. | |
virtual SimParticleContainer | operator() (RandomEngine &rng)=0 |
Generate particles for a vertex. | |
Generator interface particles for a vertex.
Definition at line 76 of file EventGenerator.hpp.
View newest version in sPHENIX GitHub at line 76 of file EventGenerator.hpp
|
virtualdefault |
Virtual destructor required.
|
pure virtual |
Generate particles for a vertex.
const
because the Pythia8 generator uses the Pythia8 interfaces, which is non-constrng | Shared random number generator instance |
Implemented in ActsExamples::ParametricParticleGenerator, and ActsExamples::Pythia8Generator.