EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
#include <acts/blob/sPHENIX/Examples/Algorithms/Generators/ActsExamples/Generators/VertexGenerators.hpp>
Public Member Functions | |
Acts::Vector4D | operator() (RandomEngine &rng) const |
Public Attributes | |
Acts::Vector4D | stddev = {0.0, 0.0, 0.0, 0.0} |
Vertex position and time standard deviation. | |
Acts::Vector4D | mean = {0.0, 0.0, 0.0, 0.0} |
Mean vertex position and time. | |
Definition at line 29 of file VertexGenerators.hpp.
View newest version in sPHENIX GitHub at line 29 of file VertexGenerators.hpp
|
inline |
Definition at line 36 of file VertexGenerators.hpp.
View newest version in sPHENIX GitHub at line 36 of file VertexGenerators.hpp
Acts::Vector4D ActsExamples::GaussianVertexGenerator::mean = {0.0, 0.0, 0.0, 0.0} |
Mean vertex position and time.
Definition at line 34 of file VertexGenerators.hpp.
View newest version in sPHENIX GitHub at line 34 of file VertexGenerators.hpp
Referenced by operator()().
Acts::Vector4D ActsExamples::GaussianVertexGenerator::stddev = {0.0, 0.0, 0.0, 0.0} |
Vertex position and time standard deviation.
Definition at line 32 of file VertexGenerators.hpp.
View newest version in sPHENIX GitHub at line 32 of file VertexGenerators.hpp
Referenced by operator()().