SliceSelectionBaseTool class. More...
#include <MasterAlgorithm.h>
Public Member Functions | |
virtual void | SelectSlices (const pandora::Algorithm *const pAlgorithm, const SliceVector &inputSliceVector, SliceVector &outputSliceVector)=0 |
Select which slice(s) to use; neutrino or beam slices. More... | |
SliceSelectionBaseTool class.
Definition at line 426 of file MasterAlgorithm.h.
|
pure virtual |
Select which slice(s) to use; neutrino or beam slices.
pAlgorithm | the address of the master instance, used to access MCParticles when in training mode |
inputSliceVector | the initial slice vector |
outputSliceVector | the output slice vector |
Implemented in lar_content::CheatingSliceSelectionTool.