VertexAssociatedPfosTool.h
Go to the documentation of this file.
1 /**
2  * @file larpandoracontent/LArThreeDReco/LArEventBuilding/VertexAssociatedPfosTool.h
3  *
4  * @brief Header file for the vertex associated pfos tool class.
5  *
6  * $Log: $
7  */
8 #ifndef LAR_VERTEX_ASSOCIATED_PFOS_TOOL_H
9 #define LAR_VERTEX_ASSOCIATED_PFOS_TOOL_H 1
10 
12 
13 namespace lar_content
14 {
15 
16 /**
17  * @brief VertexAssociatedPfosTool class
18  */
20 {
21 public:
22  /**
23  * @brief Default constructor
24  */
26 
27  void Run(const NeutrinoHierarchyAlgorithm *const pAlgorithm, const pandora::Vertex *const pNeutrinoVertex,
29 
30 private:
31  pandora::StatusCode ReadSettings(const pandora::TiXmlHandle xmlHandle);
32 
33  float m_minVertexLongitudinalDistance; ///< Vertex association check: min longitudinal distance cut
34  float m_maxVertexLongitudinalDistance; ///< Vertex association check: max longitudinal distance cut
35  float m_maxVertexTransverseDistance; ///< Vertex association check: max transverse distance cut
36  float m_vertexAngularAllowance; ///< Vertex association check: pointing angular allowance in degrees
37 };
38 
39 } // namespace lar_content
40 
41 #endif // #ifndef LAR_VERTEX_ASSOCIATED_PFOS_TOOL_H
pandora::StatusCode ReadSettings(const pandora::TiXmlHandle xmlHandle)
float m_vertexAngularAllowance
Vertex association check: pointing angular allowance in degrees.
float m_maxVertexTransverseDistance
Vertex association check: max transverse distance cut.
float m_minVertexLongitudinalDistance
Vertex association check: min longitudinal distance cut.
float m_maxVertexLongitudinalDistance
Vertex association check: max longitudinal distance cut.
std::unordered_map< const pandora::ParticleFlowObject *, PfoInfo * > PfoInfoMap
void Run(const NeutrinoHierarchyAlgorithm *const pAlgorithm, const pandora::Vertex *const pNeutrinoVertex, NeutrinoHierarchyAlgorithm::PfoInfoMap &pfoInfoMap)
Run the algorithm tool.
Header file for the neutrino hierarchy algorithm class.
VertexAssociatedPfosTool class.
boost::graph_traits< ModuleGraph >::vertex_descriptor Vertex
Definition: ModuleGraph.h:25