LArSoft  v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
SliceSelectionBaseTool.h
Go to the documentation of this file.
1 
8 #ifndef LAR_SLICE_SELECTION_BASE_TOOL_H
9 #define LAR_SLICE_SELECTION_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 SliceSelectionBaseTool : public pandora::AlgorithmTool
23 {
24 public:
32  virtual void SelectSlices(const pandora::Algorithm *const pAlgorithm, const SliceVector &inputSliceVector, SliceVector &outputSliceVector) = 0;
33 };
34 
35 } // namespace lar_content
36 
37 #endif // #ifndef LAR_SLICE_SELECTION_BASE_TOOL_H
std::vector< pandora::PfoList > SliceHypotheses
virtual void SelectSlices(const pandora::Algorithm *const pAlgorithm, const SliceVector &inputSliceVector, SliceVector &outputSliceVector)=0
Select which slice(s) to use; neutrino or beam slices.
SliceSelectionBaseTool class.
std::vector< pandora::CaloHitList > SliceVector