LArSoft
v06_85_00
Liquid Argon Software toolkit - http://larsoft.org/
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
PFParticleMetadata.cxx
Go to the documentation of this file.
1
8
#include "
larpandora/LArPandoraObjects/PFParticleMetadata.h
"
9
10
namespace
larpandoraobj
11
{
12
13
PFParticleMetadata::PFParticleMetadata
()
14
{
15
}
16
17
//------------------------------------------------------------------------------------------------------------------------------------------
18
19
PFParticleMetadata::PFParticleMetadata
(
const
pandora::ParticleFlowObject *
const
pPfo) :
20
m_propertiesMap
(pPfo->
GetPropertiesMap
())
21
{
22
}
23
24
//------------------------------------------------------------------------------------------------------------------------------------------
25
26
const
PFParticleMetadata::PropertiesMap
&
PFParticleMetadata::GetPropertiesMap
()
const
27
{
28
return
m_propertiesMap
;
29
}
30
31
//------------------------------------------------------------------------------------------------------------------------------------------
32
33
void
PFParticleMetadata::SetPropertiesMap
(
const
PropertiesMap
&propertiesMap)
34
{
35
m_propertiesMap
= propertiesMap;
36
}
37
38
}
// namespace lar_pandora
larpandoraobj
Definition:
LArPandoraHelper.h:19
PFParticleMetadata.h
Metadata associated with a pandora produced PFParticle.
larpandoraobj::PFParticleMetadata::PFParticleMetadata
PFParticleMetadata()
Default constructor.
Definition:
PFParticleMetadata.cxx:13
larpandoraobj::PFParticleMetadata::m_propertiesMap
PropertiesMap m_propertiesMap
The properties map.
Definition:
PFParticleMetadata.h:55
larpandoraobj::PFParticleMetadata::GetPropertiesMap
const PropertiesMap & GetPropertiesMap() const
Get the properties map.
Definition:
PFParticleMetadata.cxx:26
larpandoraobj::PFParticleMetadata::SetPropertiesMap
void SetPropertiesMap(const PropertiesMap &propertiesMap)
Set the properties map, or replace the existing map, with a user-provided map.
Definition:
PFParticleMetadata.cxx:33
larpandoraobj::PFParticleMetadata::PropertiesMap
pandora::PropertiesMap PropertiesMap
The properties map typedef.
Definition:
PFParticleMetadata.h:36
larpandora
v06_31_04
source
larpandora
LArPandoraObjects
PFParticleMetadata.cxx
Generated on Thu Jul 26 2018 13:10:01 for LArSoft by
1.8.11