#include <GenParticle_p1.h>
|
| GenParticle_p1 () |
| Default constructor: More...
|
|
| GenParticle_p1 (const double px, const double py, const double pz, const double ene, const int pdgId, const int status, const std::size_t flowSize, const double thetaPolarization, const double phiPolarization, const int prodVtx, const int endVtx, const int barcode) |
| Constructor with (almost all) parameters (can't construct right away the flow vector) More...
|
|
Definition at line 22 of file GenParticle_p1.h.
◆ GenParticle_p1() [1/2]
GenParticle_p1::GenParticle_p1 |
( |
| ) |
|
|
inline |
◆ GenParticle_p1() [2/2]
GenParticle_p1::GenParticle_p1 |
( |
const double |
px, |
|
|
const double |
py, |
|
|
const double |
pz, |
|
|
const double |
ene, |
|
|
const int |
pdgId, |
|
|
const int |
status, |
|
|
const std::size_t |
flowSize, |
|
|
const double |
thetaPolarization, |
|
|
const double |
phiPolarization, |
|
|
const int |
prodVtx, |
|
|
const int |
endVtx, |
|
|
const int |
barcode |
|
) |
| |
|
inline |
Constructor with (almost all) parameters (can't construct right away the flow vector)
Definition at line 138 of file GenParticle_p1.h.
◆ GenEventCnv_p1
◆ McEventCollectionCnv_p2
◆ m_barcode
int GenParticle_p1::m_barcode |
|
protected |
barcode of this particles (uniquely identifying this particle within a given GenEvent)
Definition at line 116 of file GenParticle_p1.h.
◆ m_endVtx
int GenParticle_p1::m_endVtx |
|
protected |
◆ m_ene
double GenParticle_p1::m_ene |
|
protected |
e-component of the 4-momentum of this particle
Definition at line 77 of file GenParticle_p1.h.
◆ m_flow
std::vector< std::pair<int, int> > GenParticle_p1::m_flow |
|
protected |
◆ m_pdgId
int GenParticle_p1::m_pdgId |
|
protected |
identity of this particle, according to the Particle Data Group notation
Definition at line 81 of file GenParticle_p1.h.
◆ m_phiPolarization
double GenParticle_p1::m_phiPolarization |
|
protected |
◆ m_prodVtx
int GenParticle_p1::m_prodVtx |
|
protected |
◆ m_px
double GenParticle_p1::m_px |
|
protected |
x-component of the 4-momentum of this particle
Definition at line 65 of file GenParticle_p1.h.
◆ m_py
double GenParticle_p1::m_py |
|
protected |
y-component of the 4-momentum of this particle
Definition at line 69 of file GenParticle_p1.h.
◆ m_pz
double GenParticle_p1::m_pz |
|
protected |
z-component of the 4-momentum of this particle
Definition at line 73 of file GenParticle_p1.h.
◆ m_status
int GenParticle_p1::m_status |
|
protected |
Status of this particle, as defined for HEPEVT.
Definition at line 85 of file GenParticle_p1.h.
◆ m_thetaPolarization
double GenParticle_p1::m_thetaPolarization |
|
protected |
The documentation for this class was generated from the following file:
double m_px
x-component of the 4-momentum of this particle
int m_prodVtx
Barcode of the production vertex of this particle.
int m_status
Status of this particle, as defined for HEPEVT.
int m_endVtx
Barcode of the decay vertex of this particle.
std::vector< std::pair< int, int > > m_flow
Flow for this particle.
double m_thetaPolarization
polarization
int m_barcode
barcode of this particles (uniquely identifying this particle within a given GenEvent)
double m_py
y-component of the 4-momentum of this particle
int m_pdgId
identity of this particle, according to the Particle Data Group notation
double m_ene
e-component of the 4-momentum of this particle
double m_pz
z-component of the 4-momentum of this particle