LArSoft  v06_85_00
Liquid Argon Software toolkit - http://larsoft.org/
ShowerPfoMopUpAlgorithm.h
Go to the documentation of this file.
1 
8 #ifndef LAR_SHOWER_PFO_MOP_UP_ALGORITHM_H
9 #define LAR_SHOWER_PFO_MOP_UP_ALGORITHM_H 1
10 
12 
13 namespace lar_content
14 {
15 
20 {
21 public:
26 
27 private:
28  bool IsVertexAssociated(const pandora::CartesianVector &vertex2D, const LArPointingCluster &pointingCluster) const;
29  PfoAssociation GetPfoAssociation(const pandora::Pfo *const pVertexPfo, const pandora::Pfo *const pDaughterPfo, HitTypeToAssociationMap &hitTypeToAssociationMap) const;
30  pandora::StatusCode ReadSettings(const pandora::TiXmlHandle xmlHandle);
31 
34 };
35 
36 } // namespace lar_content
37 
38 #endif // #ifndef LAR_SHOWER_PFO_MOP_UP_ALGORITHM_H
float m_maxVertexLongitudinalDistance
Vertex association check: max longitudinal distance cut.
PfoAssociation GetPfoAssociation(const pandora::Pfo *const pVertexPfo, const pandora::Pfo *const pDaughterPfo, HitTypeToAssociationMap &hitTypeToAssociationMap) const
Get pfo association details between a vertex-associated pfo and a non-vertex associated daughter cand...
LArPointingCluster class.
bool IsVertexAssociated(const pandora::CartesianVector &vertex2D, const LArPointingCluster &pointingCluster) const
Whether a specified pfo is associated with a specified vertex.
pandora::StatusCode ReadSettings(const pandora::TiXmlHandle xmlHandle)
std::map< pandora::HitType, ClusterAssociation > HitTypeToAssociationMap
ShowerPfoMopUpAlgorithm::Algorithm class.
float m_vertexAngularAllowance
Vertex association check: pointing angular allowance in degrees.
Header file for the vertex based pfo mop up algorithm class.