LArSoft
v06_85_00
Liquid Argon Software toolkit - http://larsoft.org/
|
Pandora PFParticleMetadata. More...
#include "PFParticleMetadata.h"
Public Types | |
typedef pandora::PropertiesMap | PropertiesMap |
The properties map typedef. More... | |
Public Member Functions | |
PFParticleMetadata () | |
Default constructor. More... | |
PFParticleMetadata (const pandora::ParticleFlowObject *const pPfo) | |
Constructor. More... | |
const PropertiesMap & | GetPropertiesMap () const |
Get the properties map. More... | |
void | SetPropertiesMap (const PropertiesMap &propertiesMap) |
Set the properties map, or replace the existing map, with a user-provided map. More... | |
Private Attributes | |
PropertiesMap | m_propertiesMap |
The properties map. More... | |
Pandora PFParticleMetadata.
Definition at line 21 of file PFParticleMetadata.h.
typedef pandora::PropertiesMap larpandoraobj::PFParticleMetadata::PropertiesMap |
The properties map typedef.
Definition at line 36 of file PFParticleMetadata.h.
larpandoraobj::PFParticleMetadata::PFParticleMetadata | ( | ) |
larpandoraobj::PFParticleMetadata::PFParticleMetadata | ( | const pandora::ParticleFlowObject *const | pPfo | ) |
Constructor.
hypothesis | the reconstruction hypothesis used |
Definition at line 19 of file PFParticleMetadata.cxx.
const PFParticleMetadata::PropertiesMap & larpandoraobj::PFParticleMetadata::GetPropertiesMap | ( | ) | const |
Get the properties map.
Definition at line 26 of file PFParticleMetadata.cxx.
References m_propertiesMap.
void larpandoraobj::PFParticleMetadata::SetPropertiesMap | ( | const PropertiesMap & | propertiesMap | ) |
Set the properties map, or replace the existing map, with a user-provided map.
propertiesMap | the replacement properties map |
Definition at line 33 of file PFParticleMetadata.cxx.
References m_propertiesMap.
|
private |
The properties map.
Definition at line 55 of file PFParticleMetadata.h.
Referenced by GetPropertiesMap(), and SetPropertiesMap().