ATLAS Offline Software
|
#include <GenVertex_p1.h>
Public Member Functions | |
GenVertex_p1 () | |
Default constructor: More... | |
GenVertex_p1 (const double x, const double y, const double z, const double t, const int id, const std::vector< double > &weights, const int barcode) | |
Constructor with a fair number of parameters. More... | |
Protected Attributes | |
double | m_x |
x-coordinate of the vertex More... | |
double | m_y |
y-coordinate of the vertex More... | |
double | m_z |
z-coordinate of the vertex More... | |
double | m_t |
t-coordinate of the vertex More... | |
std::vector< int > | m_particlesIn |
collection of barcodes of in-going particles connected to this vertex More... | |
std::vector< int > | m_particlesOut |
collection of barcodes of out-going particles connected to this vertex More... | |
int | m_id |
Id of this vertex. More... | |
std::vector< double > | m_weights |
Weights for this vertex. More... | |
int | m_barcode |
barcode of this vertex (uniquely identifying a vertex within an event) More... | |
Friends | |
class | GenEventCnv_p1 |
class | McEventCollectionCnv_p2 |
Definition at line 24 of file GenVertex_p1.h.
|
inline |
|
friend |
Definition at line 28 of file GenVertex_p1.h.
|
friend |
Definition at line 30 of file GenVertex_p1.h.
|
protected |
barcode of this vertex (uniquely identifying a vertex within an event)
Definition at line 86 of file GenVertex_p1.h.
|
protected |
Id of this vertex.
Definition at line 78 of file GenVertex_p1.h.
|
protected |
collection of barcodes of in-going particles connected to this vertex
Definition at line 70 of file GenVertex_p1.h.
|
protected |
collection of barcodes of out-going particles connected to this vertex
Definition at line 74 of file GenVertex_p1.h.
|
protected |
t-coordinate of the vertex
Definition at line 66 of file GenVertex_p1.h.
|
protected |
Weights for this vertex.
Definition at line 82 of file GenVertex_p1.h.
|
protected |
x-coordinate of the vertex
Definition at line 54 of file GenVertex_p1.h.
|
protected |
y-coordinate of the vertex
Definition at line 58 of file GenVertex_p1.h.
|
protected |
z-coordinate of the vertex
Definition at line 62 of file GenVertex_p1.h.