#include <RdChannelSineWaveSuppressor.h>
|
| REGISTER_MODULE ("RdChannelSineWaveSuppressor", RdChannelSineWaveSuppressor) |
|
|
static void | RFISort (std::vector< int > &v, int left, int right) |
|
static void | SineFitFnc (int &nPar, double *const grad, double &value, double *const par, const int flag) |
|
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 313 of file RdChannelSineWaveSuppressor.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 |
RdChannelSineWaveSuppressor::RdChannelSineWaveSuppressor::REGISTER_MODULE |
( |
"RdChannelSineWaveSuppressor" |
, |
|
|
RdChannelSineWaveSuppressor |
|
|
) |
| |
|
private |
void RdChannelSineWaveSuppressor::RdChannelSineWaveSuppressor::RFISort |
( |
std::vector< int > & |
v, |
|
|
int |
left, |
|
|
int |
right |
|
) |
| |
|
staticprivate |
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 RdChannelSineWaveSuppressor.cc.
References utl::abs(), io::eSuccess, freq, utl::Trace< T >::GetBinning(), rdet::Channel::GetDesignLowerFreq(), rdet::Channel::GetDesignUpperFreq(), utl::Trace< T >::GetSize(), rdet::RDetector::GetStation(), INFO, INFODebug, INFOIntermediate, utl::MHz, std::pow(), utl::Sqr(), sqrt(), and WARNING.
void RdChannelSineWaveSuppressor::RdChannelSineWaveSuppressor::SineFitFnc |
( |
int & |
nPar, |
|
|
double *const |
grad, |
|
|
double & |
value, |
|
|
double *const |
par, |
|
|
const int |
flag |
|
) |
| |
|
staticprivate |
int RdChannelSineWaveSuppressor::RdChannelSineWaveSuppressor::fgCurrentChannel |
|
staticprivate |
REvent * RdChannelSineWaveSuppressor::RdChannelSineWaveSuppressor::fgCurrentREvent |
|
staticprivate |
int RdChannelSineWaveSuppressor::RdChannelSineWaveSuppressor::fgCurrentStation |
|
staticprivate |
int RdChannelSineWaveSuppressor::RdChannelSineWaveSuppressor::fgFitWindow |
|
staticprivate |
unsigned int RdChannelSineWaveSuppressor::RdChannelSineWaveSuppressor::fgNoiseStart |
|
staticprivate |
unsigned int RdChannelSineWaveSuppressor::RdChannelSineWaveSuppressor::fgNoiseStop |
|
staticprivate |
unsigned int RdChannelSineWaveSuppressor::RdChannelSineWaveSuppressor::fgSignalStart |
|
staticprivate |
unsigned int RdChannelSineWaveSuppressor::RdChannelSineWaveSuppressor::fgSignalStop |
|
staticprivate |
int fwk::VModule::fInfoLevel = 0 |
|
protectedinherited |
double RdChannelSineWaveSuppressor::RdChannelSineWaveSuppressor::fNoiseInterval = 0 |
|
private |
unsigned int RdChannelSineWaveSuppressor::RdChannelSineWaveSuppressor::fScanWindowSize = 0 |
|
private |
The documentation for this class was generated from the following files: