LArSoft  v07_13_02
Liquid Argon Software toolkit - http://larsoft.org/
VertexAssociatedPfosTool.h
Go to the documentation of this file.
1 
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 
20 {
21 public:
26 
27  void Run(NeutrinoHierarchyAlgorithm *const pAlgorithm, const pandora::Vertex *const pNeutrinoVertex, NeutrinoHierarchyAlgorithm::PfoInfoMap &pfoInfoMap);
28 
29 private:
30  pandora::StatusCode ReadSettings(const pandora::TiXmlHandle xmlHandle);
31 
36 };
37 
38 } // namespace lar_content
39 
40 #endif // #ifndef LAR_VERTEX_ASSOCIATED_PFOS_TOOL_H
pandora::StatusCode ReadSettings(const pandora::TiXmlHandle xmlHandle)
void Run(NeutrinoHierarchyAlgorithm *const pAlgorithm, const pandora::Vertex *const pNeutrinoVertex, NeutrinoHierarchyAlgorithm::PfoInfoMap &pfoInfoMap)
Run the algorithm tool.
std::unordered_map< const pandora::ParticleFlowObject *, PfoInfo * > PfoInfoMap
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.
Header file for the neutrino hierarchy algorithm class.
VertexAssociatedPfosTool class.