![]() |
Analysis Software
Documentation for sPHENIX simulation software
|
#include <acts/blob/sPHENIX/Examples/Algorithms/Generators/ActsExamples/Generators/VertexGenerators.hpp>
Inheritance diagram for ActsExamples::FixedVertexGenerator:
Collaboration diagram for ActsExamples::FixedVertexGenerator:Public Member Functions | |
| Acts::Vector4 | operator() (RandomEngine &) const override |
| Generate a vertex position. | |
Public Member Functions inherited from ActsExamples::EventGenerator::VertexGenerator | |
| virtual | ~VertexGenerator ()=default |
| Virtual destructor required. | |
Public Attributes | |
| Acts::Vector4 | fixed = Acts::Vector4::Zero() |
| The fixed vertex position and time. | |
Definition at line 23 of file VertexGenerators.hpp.
View newest version in sPHENIX GitHub at line 23 of file VertexGenerators.hpp
|
inlineoverridevirtual |
Generate a vertex position.
| rng | Shared random number generator instance |
Implements ActsExamples::EventGenerator::VertexGenerator.
Definition at line 27 of file VertexGenerators.hpp.
View newest version in sPHENIX GitHub at line 27 of file VertexGenerators.hpp
References fixed.
| Acts::Vector4 ActsExamples::FixedVertexGenerator::fixed = Acts::Vector4::Zero() |
The fixed vertex position and time.
Definition at line 25 of file VertexGenerators.hpp.
View newest version in sPHENIX GitHub at line 25 of file VertexGenerators.hpp
Referenced by Acts::Python::addGenerators(), and operator()().