#include <RdChannelResponseIncorporator.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.
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 171 of file RdChannelResponseIncorporator.cc.
References io::eSuccess, and INFO.
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 |
RdChannelResponseIncorporator::RdChannelResponseIncorporator::REGISTER_MODULE |
( |
"RdChannelResponseIncorporator" |
, |
|
|
RdChannelResponseIncorporator |
|
|
) |
| |
|
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 74 of file RdChannelResponseIncorporator.cc.
References io::eSuccess, revt::REvent::GetChannelResponseApplied(), rdet::Channel::GetDesignLowerFreq(), rdet::Channel::GetDesignUpperFreq(), det::Detector::GetRDetector(), rdet::Channel::GetResponseMap(), rdet::RDetector::GetStation(), evt::Event::HasREvent(), INFO, INFODebug, INFOIntermediate, revt::REvent::SetChannelResponseApplied(), and WARNING.
long RdChannelResponseIncorporator::RdChannelResponseIncorporator::fCacheAsks = 0 |
|
mutableprivate |
long RdChannelResponseIncorporator::RdChannelResponseIncorporator::fCacheHits = 0 |
|
mutableprivate |
std::vector<CacheRecord> RdChannelResponseIncorporator::RdChannelResponseIncorporator::fCacheRegistry |
|
mutableprivate |
bool RdChannelResponseIncorporator::RdChannelResponseIncorporator::fForwardBandLimitsOverride = false |
|
private |
double RdChannelResponseIncorporator::RdChannelResponseIncorporator::fForwardLowerFrequency = 0 |
|
private |
bool RdChannelResponseIncorporator::RdChannelResponseIncorporator::fForwardResponseOnFirstCall = false |
|
private |
double RdChannelResponseIncorporator::RdChannelResponseIncorporator::fForwardUpperFrequency = 0 |
|
private |
int fwk::VModule::fInfoLevel = 0 |
|
protectedinherited |
bool RdChannelResponseIncorporator::RdChannelResponseIncorporator::fInverseBandLimitsOverride = false |
|
private |
double RdChannelResponseIncorporator::RdChannelResponseIncorporator::fInverseLowerFrequency = 0 |
|
private |
double RdChannelResponseIncorporator::RdChannelResponseIncorporator::fInverseUpperFrequency = 0 |
|
private |
unsigned int RdChannelResponseIncorporator::RdChannelResponseIncorporator::fNumResponsesToCache = 5 |
|
private |
utl::RandomEngine* RdChannelResponseIncorporator::RdChannelResponseIncorporator::fRandomEngine = nullptr |
|
private |
double RdChannelResponseIncorporator::RdChannelResponseIncorporator::fRelativeGaussianUcertainty = 0.0 |
|
private |
bool RdChannelResponseIncorporator::RdChannelResponseIncorporator::fSmearChannelTraceToMimicInaccurateHardwareDescription = false |
|
private |
The documentation for this class was generated from the following files: