#include <GenVertex_p4.h>
|
| | GenVertex_p4 () |
| | Default constructor:
|
| template<class ITERATOR> |
| | GenVertex_p4 (const double x, const double y, const double z, const double t, const int id, ITERATOR weightsBegin, ITERATOR weightsEnd, const int barcode) |
| | Constructor with a fair number of parameters.
|
|
| 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)
|
Definition at line 23 of file GenVertex_p4.h.
◆ GenVertex_p4() [1/2]
| GenVertex_p4::GenVertex_p4 |
( |
| ) |
|
|
inline |
Default constructor:
Inline methods:
Definition at line 91 of file GenVertex_p4.h.
91 :
101{}
float m_x
x-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
float m_y
y-coordinate of the vertex
std::vector< float > m_weights
Weights for this vertex.
float m_z
z-coordinate of the vertex
int m_barcode
barcode of this vertex (uniquely identifying a vertex within an event)
std::vector< int > m_particlesOut
collection of barcodes of out-going particles connected to this vertex
int m_id
Id of this vertex.
◆ GenVertex_p4() [2/2]
template<class ITERATOR>
| GenVertex_p4::GenVertex_p4 |
( |
const double | x, |
|
|
const double | y, |
|
|
const double | z, |
|
|
const double | t, |
|
|
const int | id, |
|
|
ITERATOR | weightsBegin, |
|
|
ITERATOR | weightsEnd, |
|
|
const int | barcode ) |
|
inline |
Constructor with a fair number of parameters.
Definition at line 104 of file GenVertex_p4.h.
109 :
110 m_x (
static_cast<float>(
x) ),
111 m_y (
static_cast<float>(
y) ),
112 m_z (
static_cast<float>(
z) ),
113 m_t (
static_cast<float>(t) ),
119{}
◆ McEventCollectionCnv_p4
◆ m_barcode
| int GenVertex_p4::m_barcode |
|
protected |
barcode of this vertex (uniquely identifying a vertex within an event)
Definition at line 85 of file GenVertex_p4.h.
◆ m_id
◆ m_particlesIn
| std::vector<int> GenVertex_p4::m_particlesIn |
|
protected |
collection of barcodes of in-going particles connected to this vertex
Definition at line 69 of file GenVertex_p4.h.
◆ m_particlesOut
| std::vector<int> GenVertex_p4::m_particlesOut |
|
protected |
collection of barcodes of out-going particles connected to this vertex
Definition at line 73 of file GenVertex_p4.h.
◆ m_t
◆ m_weights
| std::vector<float> GenVertex_p4::m_weights |
|
protected |
◆ m_x
◆ m_y
◆ m_z
The documentation for this class was generated from the following file: