#include <EcalUncalibRecHitTimeWeightsAlgo.h>
Public Member Functions | |
EcalUncalibRecHitTimeWeightsAlgo () | |
double | time (const C &dataFrame, const std::vector< double > &litudes, const EcalPedestals::Item *aped, const EcalMGPAGainRatio *aGain, const FullSampleVector &fullpulse, const EcalWeightSet::EcalWeightMatrix **weights) |
Compute time. More... | |
virtual | ~EcalUncalibRecHitTimeWeightsAlgo () |
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)
Definition at line 27 of file EcalUncalibRecHitTimeWeightsAlgo.h.
|
inline |
Definition at line 29 of file EcalUncalibRecHitTimeWeightsAlgo.h.
|
inlinevirtual |
Definition at line 30 of file EcalUncalibRecHitTimeWeightsAlgo.h.
|
inline |
Compute time.
Definition at line 33 of file EcalUncalibRecHitTimeWeightsAlgo.h.
Referenced by EcalUncalibRecHitWorkerMultiFit::run().