Public Member Functions | |
ROIFinderNOP (const fhicl::ParameterSet &pset) | |
~ROIFinderNOP () | |
void | configure (const fhicl::ParameterSet &pset) override |
void | initializeHistograms (art::TFileDirectory &) const override |
size_t | plane () const override |
void | FindROIs (const Waveform &, size_t, size_t, double, CandidateROIVec &) const override |
Public Member Functions inherited from icarus_tool::IROIFinder | |
virtual | ~IROIFinder () noexcept=default |
Private Attributes | |
size_t | fPlane |
Tool can be plane dependent. More... | |
Additional Inherited Members | |
Public Types inherited from icarus_tool::IROIFinder | |
using | Waveform = std::vector< float > |
using | CandidateROI = std::pair< size_t, size_t > |
using | CandidateROIVec = std::vector< CandidateROI > |
Definition at line 16 of file ROIFinderNOP_tool.cc.
|
explicit |
Definition at line 36 of file ROIFinderNOP_tool.cc.
icarus_tool::ROIFinderNOP::~ROIFinderNOP | ( | ) |
Definition at line 41 of file ROIFinderNOP_tool.cc.
|
overridevirtual |
Implements icarus_tool::IROIFinder.
Definition at line 45 of file ROIFinderNOP_tool.cc.
|
overridevirtual |
Implements icarus_tool::IROIFinder.
Definition at line 52 of file ROIFinderNOP_tool.cc.
|
overridevirtual |
Implements icarus_tool::IROIFinder.
Definition at line 61 of file ROIFinderNOP_tool.cc.
|
inlineoverridevirtual |
Implements icarus_tool::IROIFinder.
Definition at line 25 of file ROIFinderNOP_tool.cc.
|
private |
Tool can be plane dependent.
Definition at line 31 of file ROIFinderNOP_tool.cc.