EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
ActsExamples::GaussianVertexGenerator Struct Reference

#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.
 

Detailed Description

Definition at line 29 of file VertexGenerators.hpp.

View newest version in sPHENIX GitHub at line 29 of file VertexGenerators.hpp

Member Function Documentation

Acts::Vector4D ActsExamples::GaussianVertexGenerator::operator() ( RandomEngine rng) const
inline

Definition at line 36 of file VertexGenerators.hpp.

View newest version in sPHENIX GitHub at line 36 of file VertexGenerators.hpp

References mean, and stddev.

Member Data Documentation

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()().


The documentation for this struct was generated from the following file: