LArSoft
v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
|
Abstract base class for a slice ID tool. More...
#include "SliceIdBaseTool.h"
Public Member Functions | |
virtual | ~SliceIdBaseTool () noexcept=default |
virtual void | ClassifySlices (SliceVector &slices, const art::Event &evt)=0 |
The tools interface function. Here the derived tool will classify the input slices. More... | |
Abstract base class for a slice ID tool.
Definition at line 17 of file SliceIdBaseTool.h.
|
virtualdefaultnoexcept |
|
pure virtual |
The tools interface function. Here the derived tool will classify the input slices.
slices | the input vector of slices to classify |
evt | the art event |
Implemented in lar_pandora::SimpleBeamParticleId, and lar_pandora::SimpleNeutrinoId.