#include <RdStationRejector.h>
Definition at line 23 of file RdStationRejector.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 RdStationRejector::RdStationRejector::ExcludeOrRejectStation |
( |
revt::Station & |
station, |
|
|
unsigned long long int |
reason = 1 |
|
) |
| |
|
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 204 of file RdStationRejector.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 44 of file RdStationRejector.cc.
References RdGeoCeLDFFitter::b, cevt::StationConstants::eNumRejectionStatusBits, ERROR, io::eSuccess, utl::Branch::Get(), utl::Branch::GetChild(), utl::Branch::GetData(), utl::Branch::GetFirstChild(), utl::Branch::GetTopBranch(), revt::gMapRejectionStatus, and INFOFinal.
void fwk::VModule::InitTiming |
( |
| ) |
|
|
inlineinherited |
RdStationRejector::RdStationRejector::REGISTER_MODULE |
( |
"RdStationRejector" |
, |
|
|
RdStationRejector |
|
|
) |
| |
|
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 103 of file RdStationRejector.cc.
References revt::eManuallyExcluded, io::eSuccess, rdet::RDetector::GetBadStationReason(), evt::Event::GetHeader(), rdet::Station::GetId(), det::Detector::GetRDetector(), rdet::RDetector::GetStation(), revt::REvent::GetStation(), evt::Header::GetTime(), det::Detector::GetTime(), evt::Event::HasREvent(), revt::REvent::HasStation(), INFO, INFOFinal, INFOIntermediate, utl::String::OfSortedIds(), utl::String::Plural(), det::Detector::Update(), and WARNING.
unsigned long long int RdStationRejector::RdStationRejector::fBadPeriodReasons = 0 |
|
private |
bool RdStationRejector::RdStationRejector::fExcludeNlStations = true |
|
private |
bool RdStationRejector::RdStationRejector::fExcludeStations = true |
|
private |
int fwk::VModule::fInfoLevel = 0 |
|
protectedinherited |
TimeRangeMap RdStationRejector::RdStationRejector::fRejectMap |
|
private |
std::vector<int> RdStationRejector::RdStationRejector::fStationList |
|
private |
bool RdStationRejector::RdStationRejector::fUseBadPeriodDB = false |
|
private |
bool RdStationRejector::RdStationRejector::fUseStationsInStationList = true |
|
private |
The documentation for this class was generated from the following files: