PFParticleMetadata.cxx
Go to the documentation of this file.
1 ////////////////////////////////////////////////////////////////////////////
2 //
3 // \brief Definition of PFParticleMetadata object for LArSoft
4 //
5 // \author pandora@hep.phy.cam.ac.uk
6 //
7 ////////////////////////////////////////////////////////////////////////////
8 
10 
11 namespace larpandoraobj{
12 
14  {}
15 
16  // Constructor with a given map
18  m_propertiesMap(propertiesMap)
19  {}
20 
21 
22  //-------------------------------------------------------------------------------------------------------------
24  {
25  return m_propertiesMap;
26  }
27 
28  //-----------------------------------------------------------------------------------------------------------------
29 
31  {
32  m_propertiesMap = propertiesMap;
33  }
34 
35 }// namespace
std::map< std::string, float > PropertiesMap
PFParticleMetadata()
Default constructor.
PropertiesMap m_propertiesMap
The properties map.
const PropertiesMap & GetPropertiesMap() const
void SetPropertiesMap(const PropertiesMap &propertiesMap)