15 #ifndef ALGOFIXEDWINDOW_H
16 #define ALGOFIXEDWINDOW_H
20 namespace fhicl {
class ParameterSet; }
46 std::unique_ptr<pmtana::RiseTimeCalculatorBase> risetimecalculator=
nullptr,
47 const std::string
name=
"FixedWindow");
std::vector< double > PedestalSigma_t
size_t _index_end
index marker for the end of pulse time window
size_t _index_start
index marker for the beginning of the pulse time window
bool RecoPulse(const pmtana::Waveform_t &, const pmtana::PedestalMean_t &, const pmtana::PedestalSigma_t &)
Implementation of AlgoFixedWindow::reco() method.
std::vector< short > Waveform_t
Class definition file of PMTPulseRecoBase.
AlgoFixedWindow(const std::string name="FixedWindow")
Default ctor.
std::vector< double > PedestalMean_t
void Reset()
Implementation of AlgoFixedWindow::reset() method.