#include <SdHistogramFitterKG.h>
|
double | fChargeFitChi2Accept = 0 |
|
double | fChargeHistogramToMIPFactor = 0 |
|
double | fChargeHistogramToVEMFactor = 0 |
|
std::pair< double, double > | fChargeMIPRange {5, 500} |
|
double | fChargeOnlineToMIPFactor = 0 |
|
double | fChargeOnlineToVEMFactor = 0 |
|
std::vector< int > | fChargeSigmaThresholdFactors |
|
std::pair< double, double > | fChargeVEMRangeUub {0, 0} |
|
bool | fIsUUB = false |
|
double | fPeakFitChi2Accept = 0 |
|
std::pair< double, double > | fPeakFitRange {0, 0} |
|
double | fPeakHistogramToMIPFactor = 0 |
|
double | fPeakHistogramToVEMFactor = 0 |
|
double | fPeakOnlineToMIPFactor = 0 |
|
double | fPeakOnlineToVEMFactor = 0 |
|
std::pair< double, double > | fShapeFitRangeBefore12 {0, 0} |
|
std::pair< double, double > | fShapeFitRangeSince12 {0, 0} |
|
bool | fToldYaCharge = false |
|
bool | fToldYaPeak = false |
|
bool | fToldYaShape = false |
|
Definition at line 22 of file SdHistogramFitterKG.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 SdHistogramFitterKG::SdHistogramFitter::CalculatePeakAndCharge |
( |
sevt::Station & |
station | ) |
|
|
private |
Definition at line 141 of file SdHistogramFitterKG.cc.
References sdet::PMTConstants::eAnyType, sdet::PMTConstants::eScintillator, sdet::PMTConstants::eWaterCherenkovLarge, sdet::PMTConstants::eWaterCherenkovSmall, sevt::Station::GetCalibData(), utl::QuadraticFitData::GetChi2(), utl::QuadraticFitData::GetCoefficient(), utl::QuadraticFitData::GetExtremePosition(), utl::QuadraticFitData::GetExtremePositionError(), utl::AugerException::GetMessage(), utl::QuadraticFitData::GetNdof(), utl::ExponentialFitData::GetSlope(), utl::ExponentialFitData::GetSlopeError(), sevt::StationCalibData::GetVersion(), SdEventSelectorOG::IsInRange(), utl::MakeExponentialFitter(), utl::MakeQuadraticFitter(), utl::nanosecond, utl::Sqr(), and WARNING.
bool SdHistogramFitterKG::SdHistogramFitter::CopySmallPMTCalibData |
( |
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 27 of file SdHistogramFitterKG.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().
void fwk::VModule::InitTiming |
( |
| ) |
|
|
inlineinherited |
SdHistogramFitterKG::SdHistogramFitter::REGISTER_MODULE |
( |
"SdHistogramFitterKG" |
, |
|
|
SdHistogramFitter |
|
|
) |
| |
|
private |
double SdHistogramFitterKG::SdHistogramFitter::fChargeFitChi2Accept = 0 |
|
private |
double SdHistogramFitterKG::SdHistogramFitter::fChargeHistogramToMIPFactor = 0 |
|
private |
double SdHistogramFitterKG::SdHistogramFitter::fChargeHistogramToVEMFactor = 0 |
|
private |
std::pair<double, double> SdHistogramFitterKG::SdHistogramFitter::fChargeMIPRange {5, 500} |
|
private |
double SdHistogramFitterKG::SdHistogramFitter::fChargeOnlineToMIPFactor = 0 |
|
private |
double SdHistogramFitterKG::SdHistogramFitter::fChargeOnlineToVEMFactor = 0 |
|
private |
std::vector<int> SdHistogramFitterKG::SdHistogramFitter::fChargeSigmaThresholdFactors |
|
private |
std::pair<double, double> SdHistogramFitterKG::SdHistogramFitter::fChargeVEMRangeUub {0, 0} |
|
private |
int fwk::VModule::fInfoLevel = 0 |
|
protectedinherited |
bool SdHistogramFitterKG::SdHistogramFitter::fIsUUB = false |
|
private |
double SdHistogramFitterKG::SdHistogramFitter::fPeakFitChi2Accept = 0 |
|
private |
std::pair<double, double> SdHistogramFitterKG::SdHistogramFitter::fPeakFitRange {0, 0} |
|
private |
double SdHistogramFitterKG::SdHistogramFitter::fPeakHistogramToMIPFactor = 0 |
|
private |
double SdHistogramFitterKG::SdHistogramFitter::fPeakHistogramToVEMFactor = 0 |
|
private |
double SdHistogramFitterKG::SdHistogramFitter::fPeakOnlineToMIPFactor = 0 |
|
private |
double SdHistogramFitterKG::SdHistogramFitter::fPeakOnlineToVEMFactor = 0 |
|
private |
std::pair<double, double> SdHistogramFitterKG::SdHistogramFitter::fShapeFitRangeBefore12 {0, 0} |
|
private |
std::pair<double, double> SdHistogramFitterKG::SdHistogramFitter::fShapeFitRangeSince12 {0, 0} |
|
private |
bool SdHistogramFitterKG::SdHistogramFitter::fToldYaCharge = false |
|
private |
bool SdHistogramFitterKG::SdHistogramFitter::fToldYaPeak = false |
|
private |
bool SdHistogramFitterKG::SdHistogramFitter::fToldYaShape = false |
|
private |
The documentation for this class was generated from the following files: