LArSoft  v07_13_02
Liquid Argon Software toolkit - http://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 
12 
13 namespace lar_content
14 {
15 
20 {
21 public:
26 
27  void FindAmbiguousPfos(const pandora::PfoList &parentCosmicRayPfos, pandora::PfoList &ambiguousPfos, const MasterAlgorithm *const pAlgorithm);
28 
29 private:
30  pandora::StatusCode ReadSettings(const pandora::TiXmlHandle xmlHandle);
31 
33 };
34 
35 } // namespace lar_content
36 
37 #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)
MasterAlgorithm class.
float m_maxCosmicRayFraction
The maximum cosmic ray fraction for a pfo to be declared an ambiguous cosmic ray. ...