8#ifndef LAR_CHEATING_PFO_CREATION_ALGORITHM_H
9#define LAR_CHEATING_PFO_CREATION_ALGORITHM_H 1
15#include <unordered_map>
82 typedef std::map<pandora::HitType, unsigned int>
HitTypeMap;
Header file for the algorithm class.
Header file for the lar monte carlo particle helper helper class.
CheatingPfoCreationAlgorithm class.
std::unordered_map< const pandora::MCParticle *, pandora::ClusterList > MCParticleToClusterListMap
pandora::StatusCode Run()
Run the algorithm.
bool m_useOnlyAvailableClusters
Whether to consider unavailable clusters when identifying cheated pfos.
std::set< int > ParticleIdList
void CreatePfos(const MCParticleToClusterListMap &mcParticleToClusterListMap) const
Create pfos corresponding to the details in a provided mc particle to cluster list map.
bool IsShower(const pandora::MCParticle *const pMCParticle) const
Determine whether an input MCParticle is a shower-like particle.
std::string m_outputPfoListName
The output pfo list name.
bool m_replaceCurrentVertexList
Whether to replace current vertex list.
bool m_addVertices
Whether to add the start vertex to the cheated pfo.
pandora::StatusCode ReadSettings(const pandora::TiXmlHandle xmlHandle)
Read the algorithm settings.
unsigned int GetNHitTypesAboveThreshold(const pandora::ClusterList &clusterList, const unsigned int nHitsThreshold) const
Get the number of hit types containing more than a specified number of hits.
bool m_collapseToPrimaryMCParticles
Whether to collapse mc particle hierarchies to primary particles.
void GetMCParticleToClusterListMap(const pandora::ClusterList *const pClusterList, const LArMCParticleHelper::MCRelationMap &mcPrimaryMap, MCParticleToClusterListMap &mcParticleToClusterListMap) const
Get a map relating mc particles to a list of daughter clusters.
bool IsTrack(const pandora::MCParticle *const pMCParticle) const
Determine whether an input MCParticle is a track-like particle.
unsigned int m_nHitsForGoodHitType
The min number of hits of a particular hit type in order to declare the hit type is good.
pandora::StringVector m_inputClusterListNames
The names of the input cluster lists.
ParticleIdList m_particleIdList
The list of particle ids to consider for pfo creation; will consider all ids if empty.
unsigned int m_minGoodHitTypes
The min number of good hit types in the clusters collected for a given mc particle.
std::map< pandora::HitType, unsigned int > HitTypeMap
std::string m_mcParticleListName
The mc particle list name.
std::string m_outputVertexListName
The output vertex list name.
CheatingPfoCreationAlgorithm()
Default constructor.
std::unordered_map< const pandora::MCParticle *, const pandora::MCParticle * > MCRelationMap
Algorithm class. Algorithm addresses are held only by the algorithm manager. They have a fully define...
MANAGED_CONTAINER< const Cluster * > ClusterList
std::vector< std::string > StringVector
StatusCode
The StatusCode enum.