Pandora
Pandora source code navigator
|
MCParticleParameters class. More...
#include "ObjectCreation.h"
Public Attributes | |
pandora::InputFloat | m_energy |
The energy of the MC particle, units GeV. | |
pandora::InputCartesianVector | m_momentum |
The momentum of the MC particle, units GeV. | |
pandora::InputCartesianVector | m_vertex |
The production vertex of the MC particle, units mm. | |
pandora::InputCartesianVector | m_endpoint |
The endpoint of the MC particle, units mm. | |
pandora::InputInt | m_particleId |
The MC particle's ID (PDG code) | |
pandora::InputMCParticleType | m_mcParticleType |
The type of mc particle, e.g. vertex, 2D-projection, etc. | |
pandora::InputAddress | m_pParentAddress |
Address of the parent MC particle in the user framework. | |
MCParticleParameters class.
Definition at line 149 of file ObjectCreation.h.
pandora::InputCartesianVector object_creation::MCParticleParameters::m_endpoint |
The endpoint of the MC particle, units mm.
Definition at line 155 of file ObjectCreation.h.
pandora::InputFloat object_creation::MCParticleParameters::m_energy |
The energy of the MC particle, units GeV.
Definition at line 152 of file ObjectCreation.h.
pandora::InputMCParticleType object_creation::MCParticleParameters::m_mcParticleType |
The type of mc particle, e.g. vertex, 2D-projection, etc.
Definition at line 157 of file ObjectCreation.h.
pandora::InputCartesianVector object_creation::MCParticleParameters::m_momentum |
The momentum of the MC particle, units GeV.
Definition at line 153 of file ObjectCreation.h.
pandora::InputInt object_creation::MCParticleParameters::m_particleId |
The MC particle's ID (PDG code)
Definition at line 156 of file ObjectCreation.h.
pandora::InputAddress object_creation::MCParticleParameters::m_pParentAddress |
Address of the parent MC particle in the user framework.
Definition at line 158 of file ObjectCreation.h.
pandora::InputCartesianVector object_creation::MCParticleParameters::m_vertex |
The production vertex of the MC particle, units mm.
Definition at line 154 of file ObjectCreation.h.