![]() |
ATLAS Offline Software
|
#include <GenVertex_p3.h>
Public Member Functions | |
| GenVertex_p3 () | |
| Default constructor: | |
| GenVertex_p3 (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 | |
| float | m_x |
| x-coordinate of the vertex | |
| float | m_y |
| y-coordinate of the vertex | |
| float | m_z |
| z-coordinate of the vertex | |
| float | 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_p3 |
Definition at line 23 of file GenVertex_p3.h.
|
inline |
Default constructor:
Inline methods:
Definition at line 90 of file GenVertex_p3.h.
|
inline |
Constructor with a fair number of parameters.
Definition at line 102 of file GenVertex_p3.h.
|
friend |
Definition at line 27 of file GenVertex_p3.h.
|
protected |
barcode of this vertex (uniquely identifying a vertex within an event)
Definition at line 84 of file GenVertex_p3.h.
|
protected |
Id of this vertex.
Definition at line 76 of file GenVertex_p3.h.
|
protected |
collection of barcodes of in-going particles connected to this vertex
Definition at line 68 of file GenVertex_p3.h.
|
protected |
collection of barcodes of out-going particles connected to this vertex
Definition at line 72 of file GenVertex_p3.h.
|
protected |
t-coordinate of the vertex
Definition at line 64 of file GenVertex_p3.h.
|
protected |
Weights for this vertex.
Definition at line 80 of file GenVertex_p3.h.
|
protected |
x-coordinate of the vertex
Definition at line 52 of file GenVertex_p3.h.
|
protected |
y-coordinate of the vertex
Definition at line 56 of file GenVertex_p3.h.
|
protected |
z-coordinate of the vertex
Definition at line 60 of file GenVertex_p3.h.