CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
EcalUncalibRecHitWorkerRatio.h
Go to the documentation of this file.
1 #ifndef RecoLocalCalo_EcalRecProducers_EcalUncalibRecHitRecWorkerRatio_hh
2 #define RecoLocalCalo_EcalRecProducers_EcalUncalibRecHitRecWorkerRatio_hh
3 
21 
22 namespace edm {
23  class Event;
24  class EventSetup;
25  class ParameterSet;
27 } // namespace edm
28 
30 public:
34 
35  void set(const edm::EventSetup& es) override;
36  bool run(const edm::Event& evt,
39 
41 
42 protected:
43  // determie which of the samples must actually be used by ECAL local reco
46 
51 
52  double pedVec[3];
53  double pedRMSVec[3];
54  double gainRatios[3];
55 
56  std::vector<double> EBtimeFitParameters_;
57  std::vector<double> EEtimeFitParameters_;
58 
59  std::vector<double> EBamplitudeFitParameters_;
60  std::vector<double> EEamplitudeFitParameters_;
61 
62  std::pair<double, double> EBtimeFitLimits_;
63  std::pair<double, double> EEtimeFitLimits_;
64 
67 
70 };
71 
72 #endif
const edm::EventSetup & c
bool run(const edm::Event &evt, const EcalDigiCollection::const_iterator &digi, EcalUncalibratedRecHitCollection &result) override
EcalUncalibRecHitRatioMethodAlgo< EBDataFrame > uncalibMaker_barrel_
edm::ESHandle< EcalPedestals > peds
edm::ESGetToken< EcalSampleMask, EcalSampleMaskRcd > sampleMaskToken_
std::vector< double > EEamplitudeFitParameters_
edm::ESHandle< EcalGainRatios > gains
edm::ESHandle< EcalSampleMask > sampleMaskHand_
edm::ESGetToken< EcalGainRatios, EcalGainRatiosRcd > gainsToken_
tuple result
Definition: mps_fire.py:311
edm::ESGetToken< EcalPedestals, EcalPedestalsRcd > pedsToken_
void set(const edm::EventSetup &es) override
edm::ParameterSetDescription getAlgoDescription() override
boost::transform_iterator< IterHelp, boost::counting_iterator< int > > const_iterator
EcalUncalibRecHitRatioMethodAlgo< EEDataFrame > uncalibMaker_endcap_
std::pair< double, double > EBtimeFitLimits_
std::vector< double > EBamplitudeFitParameters_
std::pair< double, double > EEtimeFitLimits_