1 #ifndef RecoLocalCalo_EcalRecAlgos_EcalUncalibRecHitMaxSampleAlgo_HH 2 #define RecoLocalCalo_EcalRecAlgos_EcalUncalibRecHitMaxSampleAlgo_HH 22 const double* gainRatios,
35 const double* gainRatios,
45 for(int16_t iSample = 0; iSample < C::MAXSAMPLES; iSample++) {
47 gainId_ = dataFrame.sample(iSample).gainId();
62 sampleAdc_ = 200 + (dataFrame.sample(iSample).adc() - 200) * 2 ;
65 sampleAdc_ = 200 + (dataFrame.sample(iSample).adc() - 200) * 12 ;
std::vector< Variable::Flags > flags
math::Matrix< 10, 10 >::type EcalChi2WeightMatrix
math::Matrix< 3, 10 >::type EcalWeightMatrix
EcalUncalibratedRecHit makeRecHit(const C &dataFrame, const double *pedestals, const double *gainRatios, const EcalWeightSet::EcalWeightMatrix **weights, const EcalWeightSet::EcalChi2WeightMatrix **chi2Matrix) override
compute rechits