LArSoft  v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
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 
13 
14 namespace lar_content
15 {
16 
21 {
22 public:
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 
36 };
37 
38 } // namespace lar_content
39 
40 #endif // #ifndef LAR_SIMPLE_NEUTRINO_ID_TOOL_H
std::vector< pandora::PfoList > SliceHypotheses
bool m_selectOnlyFirstSliceNeutrinos
First approach: select first slice neutrinos, cosmics for all subsequent slices.
bool m_selectAllNeutrinos
First approach: select all neutrinos, as opposed to selecting all cosmics.
Header file for the master algorithm 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...
SliceIdBaseTool class.
pandora::StatusCode ReadSettings(const pandora::TiXmlHandle xmlHandle)
SimpleNeutrinoIdTool class.
Header file for the stitching tool base class.
SimpleNeutrinoIdTool()
Default constructor.