#include <GenVertex_p3.h>
Definition at line 23 of file GenVertex_p3.h.
◆ GenVertex_p3() [1/2]
GenVertex_p3::GenVertex_p3 |
( |
| ) |
|
|
inline |
◆ GenVertex_p3() [2/2]
GenVertex_p3::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 |
|
) |
| |
|
inline |
Constructor with a fair number of parameters.
Definition at line 102 of file GenVertex_p3.h.
108 m_x (
static_cast<float>(
x) ),
109 m_y (
static_cast<float>(
y) ),
110 m_z (
static_cast<float>(
z) ),
111 m_t (
static_cast<float>(
t) ),
◆ McEventCollectionCnv_p3
◆ m_barcode
int GenVertex_p3::m_barcode |
|
protected |
barcode of this vertex (uniquely identifying a vertex within an event)
Definition at line 84 of file GenVertex_p3.h.
◆ m_id
◆ m_particlesIn
std::vector<int> GenVertex_p3::m_particlesIn |
|
protected |
collection of barcodes of in-going particles connected to this vertex
Definition at line 68 of file GenVertex_p3.h.
◆ m_particlesOut
std::vector<int> GenVertex_p3::m_particlesOut |
|
protected |
collection of barcodes of out-going particles connected to this vertex
Definition at line 72 of file GenVertex_p3.h.
◆ m_t
◆ m_weights
std::vector<float> GenVertex_p3::m_weights |
|
protected |
◆ m_x
◆ m_y
◆ m_z
The documentation for this class was generated from the following file: