Analysis Software
Documentation for sPHENIX simulation software
|
Generator interface for a vertex position. More...
#include <acts/blob/sPHENIX/Examples/Algorithms/Generators/ActsExamples/Generators/EventGenerator.hpp>
Public Member Functions | |
virtual | ~VertexGenerator ()=default |
Virtual destructor required. | |
virtual Acts::Vector4 | operator() (RandomEngine &rng) const =0 |
Generate a vertex position. | |
Generator interface for a vertex position.
Definition at line 65 of file EventGenerator.hpp.
View newest version in sPHENIX GitHub at line 65 of file EventGenerator.hpp
|
virtualdefault |
Virtual destructor required.
|
pure virtual |
Generate a vertex position.
rng | Shared random number generator instance |
Implemented in ActsExamples::GaussianVertexGenerator, and ActsExamples::FixedVertexGenerator.