CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
EcalUncalibRecHitWorkerMultiFit.h
Go to the documentation of this file.
1 #ifndef RecoLocalCalo_EcalRecProducers_EcalUncalibRecHitRecWorkerGlobal_hh
2 #define RecoLocalCalo_EcalRecProducers_EcalUncalibRecHitRecWorkerGlobal_hh
3 
29 
30 namespace edm {
31  class Event;
32  class EventSetup;
33  class ParameterSet;
34 }
35 
37 
38  public:
40  //EcalUncalibRecHitWorkerMultiFit(const edm::ParameterSet&);
42 
43  void set(const edm::EventSetup& es) override;
44  void set(const edm::Event& evt) override;
46 
47  protected:
48 
50 
51  double pedVec[3];
52  double pedRMSVec[3];
53  double gainRatios[3];
54 
57 
58  double timeCorrection(float ampli,
59  const std::vector<float>& amplitudeBins, const std::vector<float>& shiftBins);
60 
61  const SampleMatrix &noisecor(bool barrel, int gain) const;
62 
63  // multifit method
78 
80 
81  // determine which of the samples must actually be used by ECAL local reco
83 
84  // time algorithm to be used to set the jitter and its uncertainty
86 
87  // time weights method
93 
94  // ratio method
95  std::vector<double> EBtimeFitParameters_;
96  std::vector<double> EEtimeFitParameters_;
97  std::vector<double> EBamplitudeFitParameters_;
98  std::vector<double> EEamplitudeFitParameters_;
99  std::pair<double,double> EBtimeFitLimits_;
100  std::pair<double,double> EEtimeFitLimits_;
101 
104 
107 
109 
110  // leading edge method
113  std::vector<double> ebPulseShape_;
114  std::vector<double> eePulseShape_;
117 
118 
119  // chi2 thresholds for flags settings
128 
129  private:
130  void fillInputs(const edm::ParameterSet& params);
131 
132 };
133 
134 #endif
EcalUncalibRecHitWorkerMultiFit(const edm::ParameterSet &, edm::ConsumesCollector &c)
EcalUncalibRecHitMultiFitAlgo multiFitMethod_
boost::transform_iterator< IterHelp, boost::counting_iterator< int > > const_iterator
const SampleMatrix & noisecor(bool barrel, int gain) const
EcalUncalibRecHitTimeWeightsAlgo< EEDataFrame > weightsMethod_endcap_
EcalUncalibRecHitLeadingEdgeAlgo< EBDataFrame > leadingEdgeMethod_barrel_
edm::ESHandle< EcalWeightXtalGroups > grps
Eigen::Matrix< double, 19, 19 > FullSampleMatrix
EcalUncalibRecHitRatioMethodAlgo< EBDataFrame > ratioMethod_barrel_
bool run(const edm::Event &evt, const EcalDigiCollection::const_iterator &digi, EcalUncalibratedRecHitCollection &result) override
EcalUncalibRecHitRatioMethodAlgo< EEDataFrame > ratioMethod_endcap_
tuple result
Definition: query.py:137
edm::ESHandle< EcalTimeCalibConstants > itime
double timeCorrection(float ampli, const std::vector< float > &amplitudeBins, const std::vector< float > &shiftBins)
Eigen::Matrix< double, 19, 1 > FullSampleVector
edm::ESHandle< EcalTimeBiasCorrections > timeCorrBias_
EcalUncalibRecHitLeadingEdgeAlgo< EEDataFrame > leadingEdgeMethod_endcap_
void set(const edm::EventSetup &es) override
EcalUncalibRecHitTimeWeightsAlgo< EBDataFrame > weightsMethod_barrel_
edm::ESHandle< EcalTimeOffsetConstant > offtime
math::Matrix< 3, 10 >::type EcalWeightMatrix
Definition: EcalWeightSet.h:22
edm::ESHandle< EcalSampleMask > sampleMaskHand_
const EcalWeightSet::EcalWeightMatrix * weights[2]
Eigen::Matrix< double, 10, 10 > SampleMatrix
void fillInputs(const edm::ParameterSet &params)