Pandora
Pandora source code navigator
Loading...
Searching...
No Matches
SimpleNeutrinoIdTool.h
Go to the documentation of this file.
1
8#ifndef LAR_SIMPLE_NEUTRINO_ID_TOOL_H
9#define LAR_SIMPLE_NEUTRINO_ID_TOOL_H 1
10
12
13namespace lar_content
14{
15
20{
21public:
26
27 void SelectOutputPfos(const pandora::Algorithm *const pAlgorithm, const SliceHypotheses &nuSliceHypotheses,
28 const SliceHypotheses &crSliceHypotheses, pandora::PfoList &selectedPfos);
29
30private:
32
35};
36
37} // namespace lar_content
38
39#endif // #ifndef LAR_SIMPLE_NEUTRINO_ID_TOOL_H
Header file for the master algorithm class.
bool m_selectAllNeutrinos
First approach: select all neutrinos, as opposed to selecting all cosmics.
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...
bool m_selectOnlyFirstSliceNeutrinos
First approach: select first slice neutrinos, cosmics for all subsequent slices.
pandora::StatusCode ReadSettings(const pandora::TiXmlHandle xmlHandle)
Read the algorithm settings.
SliceIdBaseTool class.
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