LArSoft  v06_85_00
Liquid Argon Software toolkit - http://larsoft.org/
PFParticleMetadata.cxx
Go to the documentation of this file.
1 
9 
10 namespace larpandoraobj
11 {
12 
14 {
15 }
16 
17 //------------------------------------------------------------------------------------------------------------------------------------------
18 
19 PFParticleMetadata::PFParticleMetadata(const pandora::ParticleFlowObject *const pPfo) :
21 {
22 }
23 
24 //------------------------------------------------------------------------------------------------------------------------------------------
25 
27 {
28  return m_propertiesMap;
29 }
30 
31 //------------------------------------------------------------------------------------------------------------------------------------------
32 
34 {
35  m_propertiesMap = propertiesMap;
36 }
37 
38 } // namespace lar_pandora
Metadata associated with a pandora produced PFParticle.
PFParticleMetadata()
Default constructor.
PropertiesMap m_propertiesMap
The properties map.
const PropertiesMap & GetPropertiesMap() const
Get the properties map.
void SetPropertiesMap(const PropertiesMap &propertiesMap)
Set the properties map, or replace the existing map, with a user-provided map.
pandora::PropertiesMap PropertiesMap
The properties map typedef.