#include <RdChannelBandpassFilter.h>
Definition at line 22 of file RdChannelBandpassFilter.h.
enum RdChannelBandpassFilter::RdChannelBandpassFilter::eFilterType |
|
private |
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.
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 85 of file RdChannelBandpassFilter.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().
Initialize: invoked at beginning of run (NOT beginning of event)
This method is for things that should be done once at the beginning of a run (for example, booking histograms, performing calculations that need to be done only once, initializing parameters) {You must override this method in your concrete module}
Implements fwk::VModule.
Definition at line 24 of file RdChannelBandpassFilter.cc.
References io::eSuccess, utl::Branch::Get(), utl::Branch::GetChild(), utl::Branch::GetData(), utl::Branch::GetTopBranch(), INFO, utl::megahertz, and ns.
void fwk::VModule::InitTiming |
( |
| ) |
|
|
inlineinherited |
RdChannelBandpassFilter::RdChannelBandpassFilter::REGISTER_MODULE |
( |
"RdChannelBandpassFilter" |
, |
|
|
RdChannelBandpassFilter |
|
|
) |
| |
|
private |
double RdChannelBandpassFilter::RdChannelBandpassFilter::fDelay = 0 |
|
private |
std::string RdChannelBandpassFilter::RdChannelBandpassFilter::fFilterTypeString = "Undefined" |
|
private |
int fwk::VModule::fInfoLevel = 0 |
|
protectedinherited |
double RdChannelBandpassFilter::RdChannelBandpassFilter::fLowerCutoffFrequency = 0 |
|
private |
double RdChannelBandpassFilter::RdChannelBandpassFilter::fUpperCutoffFrequency = 0 |
|
private |
The documentation for this class was generated from the following files: