LArSoft  v07_13_02
Liquid Argon Software toolkit - http://larsoft.org/
CheatingCosmicRayIdentificationAlg.h
Go to the documentation of this file.
1 
8 #ifndef LAR_CHEATING_COSMIC_RAY_IDENTIFICATION_ALG_H
9 #define LAR_CHEATING_COSMIC_RAY_IDENTIFICATION_ALG_H 1
10 
11 #include "Pandora/Algorithm.h"
12 
13 namespace lar_content
14 {
15 
19 class CheatingCosmicRayIdentificationAlg : public pandora::Algorithm
20 {
21 public:
26 
27 private:
28  pandora::StatusCode Run();
29  pandora::StatusCode ReadSettings(const pandora::TiXmlHandle xmlHandle);
30 
31  std::string m_inputPfoListName;
32  std::string m_outputPfoListName;
36 };
37 
38 } // namespace lar_content
39 
40 #endif // #ifndef LAR_CHEATING_COSMIC_RAY_IDENTIFICATION_ALG_H
pandora::StatusCode ReadSettings(const pandora::TiXmlHandle xmlHandle)
std::string m_inputDaughterPfoListName
The input daughter pfo list name (if not specified, will assume same as main input list) ...
std::string m_outputDaughterPfoListName
The output daughter pfo list name (if not specified, will assume same as main output list) ...
float m_maxNeutrinoFraction
The maximum true neutrino fraction in a particle to be labelled as a cosmic ray.