LArSoft
v07_13_02
Liquid Argon Software toolkit - http://larsoft.org/
|
Abstract base class for a neutrino ID tool. More...
#include "NeutrinoIdBaseTool.h"
Public Member Functions | |
virtual | ~NeutrinoIdBaseTool () 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 neutrino ID tool.
Definition at line 21 of file NeutrinoIdBaseTool.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::SimpleNeutrinoId.