#include <SdEACalibrationFiller.h>
Definition at line 21 of file SdEACalibrationFiller.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 SdEACalibrationFillerKG::SdEACalibrationFiller::FillCalibrationInfo |
( |
sevt::Station & |
station | ) |
|
|
private |
Definition at line 84 of file SdEACalibrationFiller.cc.
References RdGeoCeLDFFitter::a, sdet::PMTConstants::eAnyType, sdet::PMTConstants::eHighGain, sdet::PMTConstants::eLowGain, sdet::PMTConstants::eScintillator, cevt::StationConstants::eTotal, sdet::PMTConstants::eWaterCherenkovLarge, sdet::PMTConstants::eWaterCherenkovSmall, sevt::Station::GetCalibData(), sevt::StationCalibData::GetMuonChargeHisto(), max, and WARNING.
void SdEACalibrationFillerKG::SdEACalibrationFiller::FillCalibrationInfoSmallPMT |
( |
sevt::Station & |
station | ) |
|
|
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 26 of file SdEACalibrationFiller.h.
References fwk::VModule::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 29 of file SdEACalibrationFiller.cc.
References io::eSuccess.
void fwk::VModule::InitTiming |
( |
| ) |
|
|
inlineinherited |
SdEACalibrationFillerKG::SdEACalibrationFiller::REGISTER_MODULE |
( |
"SdEACalibrationFillerKG" |
, |
|
|
SdEACalibrationFiller |
|
|
) |
| |
|
private |
double SdEACalibrationFillerKG::SdEACalibrationFiller::fBeta = 0 |
|
private |
double SdEACalibrationFillerKG::SdEACalibrationFiller::fBetaChi2 = 0 |
|
private |
double SdEACalibrationFillerKG::SdEACalibrationFiller::fBetaCorrectionFact = 0 |
|
private |
double SdEACalibrationFillerKG::SdEACalibrationFiller::fBetaErr = 0 |
|
private |
std::vector<double> SdEACalibrationFillerKG::SdEACalibrationFiller::fDARatioUUB |
|
private |
std::vector<double> SdEACalibrationFillerKG::SdEACalibrationFiller::fHgBaselineUUB |
|
private |
int fwk::VModule::fInfoLevel = 0 |
|
protectedinherited |
std::vector<double> SdEACalibrationFillerKG::SdEACalibrationFiller::fLgBaselineUUB |
|
private |
std::vector<double> SdEACalibrationFillerKG::SdEACalibrationFiller::fRawChargePPA |
|
private |
std::vector<double> SdEACalibrationFillerKG::SdEACalibrationFiller::fRawChargeUUB |
|
private |
std::vector<double> SdEACalibrationFillerKG::SdEACalibrationFiller::fRawPeakPPA |
|
private |
std::vector<double> SdEACalibrationFillerKG::SdEACalibrationFiller::fRawPeakUUB |
|
private |
The documentation for this class was generated from the following files: