Pandora
Pandora source code navigator
|
ParticleFlowObjectCreation class. More...
#include "ObjectCreation.h"
Public Attributes | |
pandora::ClusterList | m_clusterList |
The clusters in the particle flow object. | |
pandora::TrackList | m_trackList |
The tracks in the particle flow object. | |
pandora::VertexList | m_vertexList |
The vertices in the particle flow object. | |
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. | |
ParticleFlowObjectCreation class.
Definition at line 351 of file ObjectCreation.h.
|
inherited |
The particle flow object charge.
Definition at line 340 of file ObjectCreation.h.
pandora::ClusterList object_creation::ParticleFlowObjectCreation::m_clusterList |
The clusters in the particle flow object.
Definition at line 354 of file ObjectCreation.h.
|
inherited |
The particle flow object energy.
Definition at line 342 of file ObjectCreation.h.
|
inherited |
The particle flow object mass.
Definition at line 341 of file ObjectCreation.h.
|
inherited |
The particle flow object momentum.
Definition at line 343 of file ObjectCreation.h.
|
inherited |
The particle flow object id (PDG code)
Definition at line 339 of file ObjectCreation.h.
|
inherited |
The mapping from pfo property names to new values.
Definition at line 344 of file ObjectCreation.h.
|
inherited |
The vector of pfo property names to remove.
Definition at line 345 of file ObjectCreation.h.
pandora::TrackList object_creation::ParticleFlowObjectCreation::m_trackList |
The tracks in the particle flow object.
Definition at line 355 of file ObjectCreation.h.
pandora::VertexList object_creation::ParticleFlowObjectCreation::m_vertexList |
The vertices in the particle flow object.
Definition at line 356 of file ObjectCreation.h.