#include <RdChannelLinearPredictorRFISuppressor.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.
void RdChannelLinearPredictorRFISuppressor::RdChannelLinearPredictorRFISuppressor::FillSampleDataWithRelevantValuesForFirstChannel |
( |
SampleData & |
samples, |
|
|
revt::ChannelTimeSeries const & |
timeseries, |
|
|
revt::Station const & |
station |
|
) |
| |
Definition at line 127 of file RdChannelLinearPredictorRFISuppressor.cc.
References RdChannelLinearPredictorRFISuppressor::SampleData::fBinning, RdChannelLinearPredictorRFISuppressor::SampleData::fDelayLine, RdChannelLinearPredictorRFISuppressor::SampleData::fMinimumTrainRegionLength, RdChannelLinearPredictorRFISuppressor::SampleData::fNumCoefficients, RdChannelLinearPredictorRFISuppressor::SampleData::fOccupiedRegion1Start, RdChannelLinearPredictorRFISuppressor::SampleData::fOccupiedRegion1Stop, RdChannelLinearPredictorRFISuppressor::SampleData::fOccupiedRegion2Start, RdChannelLinearPredictorRFISuppressor::SampleData::fOccupiedRegion2Stop, RdChannelLinearPredictorRFISuppressor::SampleData::fTotalTraceLength, RdChannelLinearPredictorRFISuppressor::SampleData::fTraceLength, RdChannelLinearPredictorRFISuppressor::SampleData::fTrainRegionLength, RdChannelLinearPredictorRFISuppressor::SampleData::fTrainRegionStart, RdChannelLinearPredictorRFISuppressor::SampleData::fTrainRegionStop, utl::Trace< T >::GetBinning(), revt::StationRecData::GetParameter(), revt::Station::GetRecData(), utl::Trace< T >::GetSize(), utl::Trace< T >::GetStart(), and utl::Trace< T >::GetStop().
VModule::ResultFlag RdChannelLinearPredictorRFISuppressor::RdChannelLinearPredictorRFISuppressor::Finish |
( |
| ) |
|
|
overridevirtual |
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 379 of file RdChannelLinearPredictorRFISuppressor.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().
VModule::ResultFlag RdChannelLinearPredictorRFISuppressor::RdChannelLinearPredictorRFISuppressor::Init |
( |
| ) |
|
|
overridevirtual |
void fwk::VModule::InitTiming |
( |
| ) |
|
|
inlineinherited |
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 259 of file RdChannelLinearPredictorRFISuppressor.cc.
References ERROR, io::eSuccess, RdChannelLinearPredictorRFISuppressor::SampleData::fDelayLine, RdChannelLinearPredictorRFISuppressor::SampleData::fNumCoefficients, RdChannelLinearPredictorRFISuppressor::SampleData::fTotalTraceLength, RdChannelLinearPredictorRFISuppressor::SampleData::fTraceLength, RdChannelLinearPredictorRFISuppressor::SampleData::fTrainRegionLength, RdChannelLinearPredictorRFISuppressor::SampleData::fTrainRegionStart, RdChannelLinearPredictorRFISuppressor::SampleData::fTrainRegionStop, revt::REvent::GetHeader(), revt::Header::GetId(), evt::Event::HasREvent(), RdChannelLinearPredictorRFISuppressor::SampleData::HelpOutput(), INFO, OUT, RdChannelLinearPredictorRFISuppressor::LinearPredictor::predict(), RdChannelLinearPredictorRFISuppressor::LinearPredictor::train(), and WARNING.
bool RdChannelLinearPredictorRFISuppressor::RdChannelLinearPredictorRFISuppressor::TestOverlap |
( |
int |
a1, |
|
|
int |
a2, |
|
|
int |
b1, |
|
|
int |
b2 |
|
) |
| |
|
private |
Definition at line 185 of file RdChannelLinearPredictorRFISuppressor.cc.
References ERROR, io::eSuccess, RdChannelLinearPredictorRFISuppressor::SampleData::fBinning, RdChannelLinearPredictorRFISuppressor::SampleData::fDelayLine, RdChannelLinearPredictorRFISuppressor::SampleData::fMinimumTrainRegionLength, RdChannelLinearPredictorRFISuppressor::SampleData::fNumCoefficients, RdChannelLinearPredictorRFISuppressor::SampleData::fOccupiedRegion1Start, RdChannelLinearPredictorRFISuppressor::SampleData::fOccupiedRegion1Stop, RdChannelLinearPredictorRFISuppressor::SampleData::fOccupiedRegion2Start, RdChannelLinearPredictorRFISuppressor::SampleData::fOccupiedRegion2Stop, RdChannelLinearPredictorRFISuppressor::SampleData::fTraceLength, RdChannelLinearPredictorRFISuppressor::SampleData::fTrainRegionLength, RdChannelLinearPredictorRFISuppressor::SampleData::fTrainRegionStart, RdChannelLinearPredictorRFISuppressor::SampleData::fTrainRegionStop, utl::Trace< T >::GetBinning(), utl::Trace< T >::GetSize(), utl::Trace< T >::GetStart(), utl::Trace< T >::GetStop(), RdChannelLinearPredictorRFISuppressor::SampleData::HelpOutput(), and WARNING.
unsigned int RdChannelLinearPredictorRFISuppressor::RdChannelLinearPredictorRFISuppressor::TranslateTimeToSample |
( |
double |
time, |
|
|
double |
binning, |
|
|
char const * |
name |
|
) |
| |
|
private |
double RdChannelLinearPredictorRFISuppressor::RdChannelLinearPredictorRFISuppressor::fDelayLine = 0 |
|
private |
double RdChannelLinearPredictorRFISuppressor::RdChannelLinearPredictorRFISuppressor::fFudgeFactor = 0 |
|
private |
int fwk::VModule::fInfoLevel = 0 |
|
protectedinherited |
double RdChannelLinearPredictorRFISuppressor::RdChannelLinearPredictorRFISuppressor::fMinimumTrainRegionLength = 0 |
|
private |
unsigned int RdChannelLinearPredictorRFISuppressor::RdChannelLinearPredictorRFISuppressor::fNumChannels = 0 |
|
private |
unsigned int RdChannelLinearPredictorRFISuppressor::RdChannelLinearPredictorRFISuppressor::fOptimization = 0 |
|
private |
double RdChannelLinearPredictorRFISuppressor::RdChannelLinearPredictorRFISuppressor::fSegmentLength = 0 |
|
private |
double RdChannelLinearPredictorRFISuppressor::RdChannelLinearPredictorRFISuppressor::fTrainRegionStartOverride = 0 |
|
private |
double RdChannelLinearPredictorRFISuppressor::RdChannelLinearPredictorRFISuppressor::fTrainRegionStopOverride = 0 |
|
private |
double RdChannelLinearPredictorRFISuppressor::RdChannelLinearPredictorRFISuppressor::fWindowMargins = 0 |
|
private |
The documentation for this class was generated from the following files: