LArSoft  v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
PFParticleMetadata.cxx
Go to the documentation of this file.
1 //
3 // \brief Definition of PFParticleMetadata object for LArSoft
4 //
5 // \author pandora@hep.phy.cam.ac.uk
6 //
8 
10 
11 namespace larpandoraobj {
12 
14 
15  // Constructor with a given map
17  : m_propertiesMap(propertiesMap)
18  {}
19 
20  //-------------------------------------------------------------------------------------------------------------
22  {
23  return m_propertiesMap;
24  }
25 
26  //-----------------------------------------------------------------------------------------------------------------
27 
29  {
30  m_propertiesMap = propertiesMap;
31  }
32 
33 } // 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)