Pandora
Pandora source code navigator
Loading...
Searching...
No Matches
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
13namespace lar_content
14{
15
20{
21public:
26
27private:
28 bool IsVertexAssociated(const pandora::CartesianVector &vertex2D, const LArPointingCluster &pointingCluster) const;
29 PfoAssociation GetPfoAssociation(const pandora::Pfo *const pVertexPfo, const pandora::Pfo *const pDaughterPfo,
30 HitTypeToAssociationMap &hitTypeToAssociationMap) const;
32
35};
36
37} // namespace lar_content
38
39#endif // #ifndef LAR_SHOWER_PFO_MOP_UP_ALGORITHM_H
Header file for the vertex based pfo mop up algorithm class.
LArPointingCluster class.
ShowerPfoMopUpAlgorithm::Algorithm class.
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...
float m_vertexAngularAllowance
Vertex association check: pointing angular allowance in degrees.
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)
Read the algorithm settings.
float m_maxVertexLongitudinalDistance
Vertex association check: max longitudinal distance cut.
std::map< pandora::HitType, ClusterAssociation > HitTypeToAssociationMap
CartesianVector class.
ParticleFlowObject class.
StatusCode
The StatusCode enum.