#include <EcalUncalibRecHitRecChi2Algo.h>
Public Member Functions | |
virtual double | chi2 () |
virtual double | chi2OutOfTime () |
EcalUncalibRecHitRecChi2Algo () | |
EcalUncalibRecHitRecChi2Algo (const C &dataFrame, const double amplitude, const EcalTimeCalibConstant &timeIC, const double amplitudeOutOfTime, const double jitter, const double *pedestals, const double *pedestalsRMS, const double *gainRatios, const EcalShapeBase &testbeamPulseShape, const std::vector< double > &chi2Parameters) | |
virtual | ~EcalUncalibRecHitRecChi2Algo () |
Private Attributes | |
double | chi2_ |
double | chi2OutOfTime_ |
Template used to compute the chi2 of an MGPA pulse for in-time and out-of-time signals, algorithm based on the chi2express. The in-time chi2 is calculated against the time intercalibrations from the DB while the out-of-time chi2 is calculated against the Tmax measurement on event by event basis.
Definition at line 24 of file EcalUncalibRecHitRecChi2Algo.h.
|
inlinevirtual |
Definition at line 29 of file EcalUncalibRecHitRecChi2Algo.h.
|
inline |
Definition at line 31 of file EcalUncalibRecHitRecChi2Algo.h.
EcalUncalibRecHitRecChi2Algo< C >::EcalUncalibRecHitRecChi2Algo | ( | const C & | dataFrame, |
const double | amplitude, | ||
const EcalTimeCalibConstant & | timeIC, | ||
const double | amplitudeOutOfTime, | ||
const double | jitter, | ||
const double * | pedestals, | ||
const double * | pedestalsRMS, | ||
const double * | gainRatios, | ||
const EcalShapeBase & | testbeamPulseShape, | ||
const std::vector< double > & | chi2Parameters | ||
) |
Definition at line 57 of file EcalUncalibRecHitRecChi2Algo.h.
References ecalMGPA::gainId(), CastorSimpleRecAlgoImpl::isSaturated(), dqm-mbProfile::log, EcalShapeBase::timeToRise(), and tzero.
|
inlinevirtual |
Definition at line 46 of file EcalUncalibRecHitRecChi2Algo.h.
References EcalUncalibRecHitRecChi2Algo< C >::chi2_.
Referenced by EcalUncalibRecHitWorkerGlobal::run().
|
inlinevirtual |
Definition at line 47 of file EcalUncalibRecHitRecChi2Algo.h.
References EcalUncalibRecHitRecChi2Algo< C >::chi2OutOfTime_.
|
private |
Definition at line 51 of file EcalUncalibRecHitRecChi2Algo.h.
Referenced by EcalUncalibRecHitRecChi2Algo< C >::chi2().
|
private |
Definition at line 52 of file EcalUncalibRecHitRecChi2Algo.h.
Referenced by EcalUncalibRecHitRecChi2Algo< C >::chi2OutOfTime().