CheatingCosmicRayTaggingTool.h
Go to the documentation of this file.
1 /**
2  * @file larpandoracontent/LArCheating/CheatingCosmicRayTaggingTool.h
3  *
4  * @brief Header file for the cheating cosmic-ray tagging tool class.
5  *
6  * $Log: $
7  */
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 
16 /**
17  * @brief CheatingCosmicRayTaggingTool class
18  */
20 {
21 public:
22  /**
23  * @brief Default constructor
24  */
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 
32  float m_maxCosmicRayFraction; ///< The maximum cosmic ray fraction for a pfo to be declared an ambiguous cosmic ray
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. ...