|
ATLAS Offline Software
|
Go to the documentation of this file.
11 #ifndef GENERATOROBJECTSTPCNV_GENVERTEX_P1_H
12 #define GENERATOROBJECTSTPCNV_GENVERTEX_P1_H
42 GenVertex_p1(
const double x,
const double y,
const double z,
const double t,
44 const std::vector<double>&
weights,
105 const double z,
const double t,
107 const std::vector<double>&
weights,
120 #endif //> GENERATOROBJECTSTPCNV_GENVERTEX_P1_H
std::vector< int > m_particlesOut
collection of barcodes of out-going particles connected to this vertex
std::vector< int > m_particlesIn
collection of barcodes of in-going particles connected to this vertex
int m_barcode
barcode of this vertex (uniquely identifying a vertex within an event)
double m_y
y-coordinate of the vertex
double m_x
x-coordinate of the vertex
int m_id
Id of this vertex.
GenVertex_p1()
Default constructor:
double m_t
t-coordinate of the vertex
double m_z
z-coordinate of the vertex
std::vector< double > m_weights
Weights for this vertex.