Pandora
Pandora source code navigator
Loading...
Searching...
No Matches
CheatingBeamParticleIdTool.h
Go to the documentation of this file.
1
8#ifndef LAR_CHEATING_BEAM_PARTICLE_ID_TOOL_H
9#define LAR_CHEATING_BEAM_PARTICLE_ID_TOOL_H 1
10
13
14namespace lar_content
15{
16
21{
22public:
27
28 void SelectOutputPfos(const pandora::Algorithm *const pAlgorithm, const SliceHypotheses &nuSliceHypotheses,
29 const SliceHypotheses &crSliceHypotheses, pandora::PfoList &selectedPfos);
30
31private:
33
35};
36
37} // namespace lar_content
38
39#endif // #ifndef LAR_CHEATING_BEAM_PARTICLE_ID_TOOL_H
Header file for the cheating slice id base tool class.
Header file for the master algorithm class.
float m_minWeightFraction
The minimum weight fraction for identifying a slice as a beam particle.
pandora::StatusCode ReadSettings(const pandora::TiXmlHandle xmlHandle)
Read the algorithm settings.
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...
Algorithm class. Algorithm addresses are held only by the algorithm manager. They have a fully define...
Definition Algorithm.h:21
std::vector< pandora::PfoList > SliceHypotheses
StatusCode
The StatusCode enum.
MANAGED_CONTAINER< const ParticleFlowObject * > PfoList