Pandora
Pandora source code navigator
|
ParticleFlowObjectMetadata class. More...
#include "ObjectCreation.h"
Public Attributes | |
pandora::InputInt | m_particleId |
The particle flow object id (PDG code) | |
pandora::InputInt | m_charge |
The particle flow object charge. | |
pandora::InputFloat | m_mass |
The particle flow object mass. | |
pandora::InputFloat | m_energy |
The particle flow object energy. | |
pandora::InputCartesianVector | m_momentum |
The particle flow object momentum. | |
pandora::PropertiesMap | m_propertiesToAdd |
The mapping from pfo property names to new values. | |
pandora::StringVector | m_propertiesToRemove |
The vector of pfo property names to remove. | |
ParticleFlowObjectMetadata class.
Definition at line 336 of file ObjectCreation.h.
pandora::InputInt object_creation::ParticleFlowObjectMetadata::m_charge |
The particle flow object charge.
Definition at line 340 of file ObjectCreation.h.
pandora::InputFloat object_creation::ParticleFlowObjectMetadata::m_energy |
The particle flow object energy.
Definition at line 342 of file ObjectCreation.h.
pandora::InputFloat object_creation::ParticleFlowObjectMetadata::m_mass |
The particle flow object mass.
Definition at line 341 of file ObjectCreation.h.
pandora::InputCartesianVector object_creation::ParticleFlowObjectMetadata::m_momentum |
The particle flow object momentum.
Definition at line 343 of file ObjectCreation.h.
pandora::InputInt object_creation::ParticleFlowObjectMetadata::m_particleId |
The particle flow object id (PDG code)
Definition at line 339 of file ObjectCreation.h.
pandora::PropertiesMap object_creation::ParticleFlowObjectMetadata::m_propertiesToAdd |
The mapping from pfo property names to new values.
Definition at line 344 of file ObjectCreation.h.
pandora::StringVector object_creation::ParticleFlowObjectMetadata::m_propertiesToRemove |
The vector of pfo property names to remove.
Definition at line 345 of file ObjectCreation.h.