1 #ifndef _RdChannelBandstopFilter_RdChannelBandstopFilter_h_
2 #define _RdChannelBandstopFilter_RdChannelBandstopFilter_h_
4 #include <fwk/VModule.h>
6 #include <revt/Channel.h>
7 #include <rdet/Channel.h>
9 #include <utl/AugerUnits.h>
46 bool CloseTo(
const double a,
const double b,
const double tolerance);
std::vector< double > fLowerBoundsEW
void CutNoiseFrequencies(revt::Channel &channel, const rdet::Channel &detChannel)
std::vector< double > fUpperBoundsEW
std::vector< double > fUpperBoundsNS
Detector description interface for Channel-related data.
fwk::VModule::ResultFlag Finish() override
Finish: invoked at end of the run (NOT end of the event)
Applies a notch filter to the channel time series to cut out narrowband noise transmitters.
fwk::VModule::ResultFlag Run(evt::Event &event) override
Run: invoked once per event.
bool CloseTo(const double a, const double b, const double tolerance)
REGISTER_MODULE("RdChannelBandstopFilter", RdChannelBandstopFilter)
bool fUseOnlineBandstopFilter
std::string fOnlineBandstopFilterSpectrumBaseline
ResultFlag
Flag returned by module methods to the RunController.
double fOnlineBandstopFilterDeviationFactor
Class that holds the data associated to an individual radio channel.
std::vector< double > fLowerBoundsNS
fwk::VModule::ResultFlag Init() override
Initialize: invoked at beginning of run (NOT beginning of event)