LArSoft  v07_13_02
Liquid Argon Software toolkit - http://larsoft.org/
BranchAssociatedPfosTool.h
Go to the documentation of this file.
1 
8 #ifndef LAR_BRANCH_ASSOCIATED_PFOS_TOOL_H
9 #define LAR_BRANCH_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 
35 };
36 
37 } // namespace lar_content
38 
39 #endif // #ifndef LAR_BRANCH_ASSOCIATED_PFOS_TOOL_H
BranchAssociatedPfosTool class.
std::unordered_map< const pandora::ParticleFlowObject *, PfoInfo * > PfoInfoMap
float m_maxParentClusterDistance
Branch association: max distance from branch vertex to a hit in parent 3D cluster.
void Run(NeutrinoHierarchyAlgorithm *const pAlgorithm, const pandora::Vertex *const pNeutrinoVertex, NeutrinoHierarchyAlgorithm::PfoInfoMap &pfoInfoMap)
Run the algorithm tool.
float m_minNeutrinoVertexDistance
Branch association: min distance from branch vertex to neutrino vertex.
pandora::StatusCode ReadSettings(const pandora::TiXmlHandle xmlHandle)
Header file for the neutrino hierarchy algorithm class.
float m_trackBranchAdditionFraction
Branch association: min fraction of length along parent track before association allowed.