#include <EcalUncalibRecHitRecWeightsAlgo.h>
Public Member Functions | |
virtual EcalUncalibratedRecHit | makeRecHit (const C &dataFrame, const double *pedestals, const double *pedestalsRMS, const double *gainRatios, const EcalWeightSet::EcalWeightMatrix **weights, const EcalShapeBase &testbeamPulseShape) |
Compute parameters. More... | |
virtual | ~EcalUncalibRecHitRecWeightsAlgo () |
Template used to compute amplitude, pedestal, time jitter, chi2 of a pulse using a weights method
The chi2 computation with matrix is replaced by the chi2express which is moved outside the weight algo (need to clean up the interface in next iteration so that we do not pass-by useless arrays)
Template used to compute amplitude, pedestal, time jitter, chi2 of a pulse using a weights method
Definition at line 23 of file EcalUncalibRecHitRecWeightsAlgo.h.
|
inlinevirtual |
Definition at line 27 of file EcalUncalibRecHitRecWeightsAlgo.h.
|
inlinevirtual |
Compute parameters.
Definition at line 30 of file EcalUncalibRecHitRecWeightsAlgo.h.
Referenced by EcalTBWeightUncalibRecHitProducer::produce(), EcalUncalibRecHitWorkerWeights::run(), and EcalUncalibRecHitWorkerGlobal::run().