LArSoft  v07_13_02
Liquid Argon Software toolkit - http://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 
12 
13 namespace lar_content
14 {
15 
20 {
21 public:
26 
27  void SelectOutputPfos(const pandora::Algorithm *const pAlgorithm, const SliceHypotheses &nuSliceHypotheses, const SliceHypotheses &crSliceHypotheses, pandora::PfoList &selectedPfos);
28 
29 private:
30  pandora::StatusCode ReadSettings(const pandora::TiXmlHandle xmlHandle);
31 
34 };
35 
36 } // namespace lar_content
37 
38 #endif // #ifndef LAR_SIMPLE_NEUTRINO_ID_TOOL_H
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.
std::vector< pandora::PfoList > SliceHypotheses
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.
SimpleNeutrinoIdTool()
Default constructor.