LArSoft  v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
CheatingCosmicRayTaggingTool.h
Go to the documentation of this file.
1 
8 #ifndef LAR_CHEATING_COSMIC_RAY_TAGGING_TOOL_H
9 #define LAR_CHEATING_COSMIC_RAY_TAGGING_TOOL_H 1
10 
13 
14 namespace lar_content
15 {
16 
21 {
22 public:
27 
28  void FindAmbiguousPfos(const pandora::PfoList &parentCosmicRayPfos, pandora::PfoList &ambiguousPfos, const MasterAlgorithm *const pAlgorithm);
29 
30 private:
31  pandora::StatusCode ReadSettings(const pandora::TiXmlHandle xmlHandle);
32 
34 };
35 
36 } // namespace lar_content
37 
38 #endif // #ifndef LAR_CHEATING_COSMIC_RAY_TAGGING_TOOL_H
CosmicRayTaggingBaseTool class.
Header file for the master algorithm class.
void FindAmbiguousPfos(const pandora::PfoList &parentCosmicRayPfos, pandora::PfoList &ambiguousPfos, const MasterAlgorithm *const pAlgorithm)
Find the list of ambiguous pfos (could represent cosmic-ray muons or neutrinos)
pandora::StatusCode ReadSettings(const pandora::TiXmlHandle xmlHandle)
Header file for the cosmic ray tagging tool base class.
MasterAlgorithm class.
float m_maxCosmicRayFraction
The maximum cosmic ray fraction for a pfo to be declared an ambiguous cosmic ray. ...