CheatingBeamParticleIdTool.h
Go to the documentation of this file.
1 /**
2  * @file larpandoracontent/LArCheating/CheatingBeamParticleIdTool.h
3  *
4  * @brief Header file for the cheating beam particle id tool class.
5  *
6  * $Log: $
7  */
8 #ifndef LAR_CHEATING_BEAM_PARTICLE_ID_TOOL_H
9 #define LAR_CHEATING_BEAM_PARTICLE_ID_TOOL_H 1
10 
13 
14 namespace lar_content
15 {
16 
17 /**
18  * @brief CheatingBeamParticleIdTool class
19  */
21 {
22 public:
23  /**
24  * @brief Constructor
25  */
27 
28  void SelectOutputPfos(const pandora::Algorithm *const pAlgorithm, const SliceHypotheses &nuSliceHypotheses,
29  const SliceHypotheses &crSliceHypotheses, pandora::PfoList &selectedPfos);
30 
31 private:
32  pandora::StatusCode ReadSettings(const pandora::TiXmlHandle xmlHandle);
33 
34  float m_minWeightFraction; ///< The minimum weight fraction for identifying a slice as a beam particle
35 };
36 
37 } // namespace lar_content
38 
39 #endif // #ifndef LAR_CHEATING_BEAM_PARTICLE_ID_TOOL_H
pandora::StatusCode ReadSettings(const pandora::TiXmlHandle xmlHandle)
CheatingSliceIdBaseTool class.
Header file for the cheating slice id base tool class.
void SelectOutputPfos(const pandora::Algorithm *const pAlgorithm, const SliceHypotheses &nuSliceHypotheses, const SliceHypotheses &crSliceHypotheses, pandora::PfoList &selectedPfos)
Select which reconstruction hypotheses to use; neutrino outcomes or cosmic-ray muon outcomes for each...
Header file for the master algorithm class.
std::vector< pandora::PfoList > SliceHypotheses
float m_minWeightFraction
The minimum weight fraction for identifying a slice as a beam particle.