LArSoft  v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
SliceIdBaseTool.h
Go to the documentation of this file.
1 
8 #ifndef LAR_SLICE_ID_BASE_TOOL_H
9 #define LAR_SLICE_ID_BASE_TOOL_H 1
10 
11 #include "Pandora/Algorithm.h"
12 #include "Pandora/AlgorithmTool.h"
13 
14 namespace lar_content
15 {
16 
17 typedef std::vector<pandora::CaloHitList> SliceVector;
18 typedef std::vector<pandora::PfoList> SliceHypotheses;
22 class SliceIdBaseTool : public pandora::AlgorithmTool
23 {
24 public:
33  virtual void SelectOutputPfos(const pandora::Algorithm *const pAlgorithm, const SliceHypotheses &nuSliceHypotheses,
34  const SliceHypotheses &crSliceHypotheses, pandora::PfoList &selectedPfos) = 0;
35 };
36 
37 } // namespace lar_content
38 
39 #endif // #ifndef LAR_SLICE_ID_BASE_TOOL_H
std::vector< pandora::PfoList > SliceHypotheses
virtual void SelectOutputPfos(const pandora::Algorithm *const pAlgorithm, const SliceHypotheses &nuSliceHypotheses, const SliceHypotheses &crSliceHypotheses, pandora::PfoList &selectedPfos)=0
Select which reconstruction hypotheses to use; neutrino outcomes or cosmic-ray muon outcomes for each...
SliceIdBaseTool class.
std::vector< pandora::CaloHitList > SliceVector