#include <RdChannelBandstopFilter.h>
Definition at line 23 of file RdChannelBandstopFilter.h.
Enumerator |
---|
eInfoNone |
|
eInfoFinal |
|
eInfoIntermediate |
|
eInfoDebug |
|
Definition at line 125 of file VModule.h.
Flag returned by module methods to the RunController.
Enumerator |
---|
eSuccess |
Report success to RunController.
|
eFailure |
Report failure to RunController, causing RunController to terminate execution.
|
eBreakLoop |
Break current loop. It works for nested loops too!
|
eContinueLoop |
Skip remaining modules in the current loop and continue with next iteration of the loop.
|
Definition at line 60 of file VModule.h.
Different types of version info that can be retrieved from GetVersionInfo.
Enumerator |
---|
eFilename |
|
eRevisionNumber |
|
eDate |
|
eTime |
|
eLastEditor |
|
Definition at line 110 of file VModule.h.
bool RdChannelBandstopFilter::RdChannelBandstopFilter::CloseTo |
( |
const double |
a, |
|
|
const double |
b, |
|
|
const double |
tolerance |
|
) |
| |
|
private |
void RdChannelBandstopFilter::RdChannelBandstopFilter::CutNoiseFrequencies |
( |
revt::Channel & |
channel, |
|
|
const rdet::Channel & |
detChannel |
|
) |
| |
|
private |
Finish: invoked at end of the run (NOT end of the event)
This method is for things that should be done at the end of the run (for example, closing files or writing out histograms) {You must override this method in your concrete module}
Implements fwk::VModule.
Definition at line 149 of file RdChannelBandstopFilter.cc.
References io::eSuccess.
std::string fwk::VModule::GetResultFlagByName |
( |
const ResultFlag |
flag | ) |
|
|
staticinherited |
Retrieve different sorts of module version info.
Definition at line 26 of file VModule.cc.
Referenced by fwk::CentralConfig::GetConfig(), ThresholdCalculatorKG::ThresholdCalculator::Init(), fdDoubleBumpFinder::FdDoubleBumpFinder::Init(), LaserGeneratorNA::LaserGenerator::Init(), LaserLightSimulatorNA::LaserLightSimulator::Init(), FdElectronicsSimulatorOG::FdElectronicsSimulator::Init(), TelescopeSimulatorKG::TelescopeSimulator::Init(), TelescopeSimulatorKG2::TelescopeSimulator::Init(), SdSimpleSimKG::SdSimpleSim::Init(), ShowerPhotonGeneratorOG::ShowerPhotonGenerator::Init(), and testRunController::testModuleVersionInfo().
void fwk::VModule::InitTiming |
( |
| ) |
|
|
inlineinherited |
RdChannelBandstopFilter::RdChannelBandstopFilter::REGISTER_MODULE |
( |
"RdChannelBandstopFilter" |
, |
|
|
RdChannelBandstopFilter |
|
|
) |
| |
|
private |
Run: invoked once per event.
This method is for things that should be done once per event {You must override this method in your concrete module}
Implements fwk::VModule.
Definition at line 70 of file RdChannelBandstopFilter.cc.
References utl::abs(), io::eSuccess, freq, rdet::Channel::GetDesignLowerFreq(), rdet::Channel::GetDesignUpperFreq(), utl::FFTDataContainer< C, T, F >::GetFrequencySpectrum(), rdet::RDetector::GetStation(), evt::Event::HasREvent(), INFODebug, INFOIntermediate, un2::Mean(), utl::MHz, utl::Trace< T >::PushBack(), un2::StandardDeviation(), and WARNING.
const double RdChannelBandstopFilter::RdChannelBandstopFilter::fEastWest = -0.0607375 |
|
private |
int fwk::VModule::fInfoLevel = 0 |
|
protectedinherited |
std::vector<double> RdChannelBandstopFilter::RdChannelBandstopFilter::fLowerBoundsEW |
|
private |
std::vector<double> RdChannelBandstopFilter::RdChannelBandstopFilter::fLowerBoundsNS |
|
private |
const double RdChannelBandstopFilter::RdChannelBandstopFilter::fNorthSouth = 1.51006 |
|
private |
double RdChannelBandstopFilter::RdChannelBandstopFilter::fOnlineBandstopFilterDeviationFactor = 0 |
|
private |
std::string RdChannelBandstopFilter::RdChannelBandstopFilter::fOnlineBandstopFilterSpectrumBaseline |
|
private |
const double RdChannelBandstopFilter::RdChannelBandstopFilter::fTolerance = 2 * utl::deg |
|
private |
std::vector<double> RdChannelBandstopFilter::RdChannelBandstopFilter::fUpperBoundsEW |
|
private |
std::vector<double> RdChannelBandstopFilter::RdChannelBandstopFilter::fUpperBoundsNS |
|
private |
bool RdChannelBandstopFilter::RdChannelBandstopFilter::fUseOnlineBandstopFilter = false |
|
private |
The documentation for this class was generated from the following files: