Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
lardataobj
lardataobj
RecoBase
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
9
#include "
lardataobj/RecoBase/PFParticleMetadata.h
"
10
11
namespace
larpandoraobj
{
12
13
PFParticleMetadata::PFParticleMetadata
()
14
{}
15
16
// Constructor with a given map
17
PFParticleMetadata::PFParticleMetadata
(
const
PropertiesMap
&propertiesMap) :
18
m_propertiesMap
(propertiesMap)
19
{}
20
21
22
//-------------------------------------------------------------------------------------------------------------
23
const
PFParticleMetadata::PropertiesMap
&
PFParticleMetadata::GetPropertiesMap
()
const
24
{
25
return
m_propertiesMap
;
26
}
27
28
//-----------------------------------------------------------------------------------------------------------------
29
30
void
PFParticleMetadata::SetPropertiesMap
(
const
PropertiesMap
&propertiesMap)
31
{
32
m_propertiesMap
= propertiesMap;
33
}
34
35
}
// namespace
larpandoraobj::PFParticleMetadata::PropertiesMap
std::map< std::string, float > PropertiesMap
Definition:
PFParticleMetadata.h:33
larpandoraobj
Definition:
PFParticleMetadata.cxx:11
PFParticleMetadata.h
larpandoraobj::PFParticleMetadata::PFParticleMetadata
PFParticleMetadata()
Default constructor.
Definition:
PFParticleMetadata.cxx:13
larpandoraobj::PFParticleMetadata::m_propertiesMap
PropertiesMap m_propertiesMap
The properties map.
Definition:
PFParticleMetadata.h:51
larpandoraobj::PFParticleMetadata::GetPropertiesMap
const PropertiesMap & GetPropertiesMap() const
Definition:
PFParticleMetadata.cxx:23
larpandoraobj::PFParticleMetadata::SetPropertiesMap
void SetPropertiesMap(const PropertiesMap &propertiesMap)
Definition:
PFParticleMetadata.cxx:30
Generated by
1.8.11