![]() |
ATLAS Offline Software
|
#include <GenVertex_p2.h>
Public Member Functions | |
| GenVertex_p2 () | |
| Default constructor: | |
| GenVertex_p2 (const double x, const double y, const double z, const double t, const int id, const std::vector< double >::const_iterator weightsBegin, const std::vector< double >::const_iterator weightsEnd, const int barcode) | |
| Constructor with a fair number of parameters. | |
Protected Attributes | |
| double | m_x |
| x-coordinate of the vertex | |
| double | m_y |
| y-coordinate of the vertex | |
| double | m_z |
| z-coordinate of the vertex | |
| double | m_t |
| t-coordinate of the vertex | |
| std::vector< int > | m_particlesIn |
| collection of barcodes of in-going particles connected to this vertex | |
| std::vector< int > | m_particlesOut |
| collection of barcodes of out-going particles connected to this vertex | |
| int | m_id |
| Id of this vertex. | |
| std::vector< float > | m_weights |
| Weights for this vertex. | |
| int | m_barcode |
| barcode of this vertex (uniquely identifying a vertex within an event) | |
Friends | |
| class | McEventCollectionCnv_p2 |
Definition at line 22 of file GenVertex_p2.h.
|
inline |
Default constructor:
Inline methods:
Definition at line 89 of file GenVertex_p2.h.
|
inline |
Constructor with a fair number of parameters.
Definition at line 101 of file GenVertex_p2.h.
|
friend |
Definition at line 26 of file GenVertex_p2.h.
|
protected |
barcode of this vertex (uniquely identifying a vertex within an event)
Definition at line 83 of file GenVertex_p2.h.
|
protected |
Id of this vertex.
Definition at line 75 of file GenVertex_p2.h.
|
protected |
collection of barcodes of in-going particles connected to this vertex
Definition at line 67 of file GenVertex_p2.h.
|
protected |
collection of barcodes of out-going particles connected to this vertex
Definition at line 71 of file GenVertex_p2.h.
|
protected |
t-coordinate of the vertex
Definition at line 63 of file GenVertex_p2.h.
|
protected |
Weights for this vertex.
Definition at line 79 of file GenVertex_p2.h.
|
protected |
x-coordinate of the vertex
Definition at line 51 of file GenVertex_p2.h.
|
protected |
y-coordinate of the vertex
Definition at line 55 of file GenVertex_p2.h.
|
protected |
z-coordinate of the vertex
Definition at line 59 of file GenVertex_p2.h.