CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
EgammaSCCorrectionMaker.h
Go to the documentation of this file.
1 #ifndef RecoEcal_EgammaClusterProducers_EgammaSCCorrectionMaker_h
2 #define RecoEcal_EgammaClusterProducers_EgammaSCCorrectionMaker_h
3 
4 // -*- C++ -*-
5 //
6 // Package: EgammaSCCorrectionMaker
7 // Class: EgammaSCCorrectionMaker
8 //
14 //
15 // Original Author: Dave Evans
16 // Created: Thu Apr 13 15:50:17 CEST 2006
17 //
18 //
19 
20 #include <memory>
21 #include <string>
22 
29 
33 
36 
37 
39 
40  public:
43  virtual void produce(edm::Event&, const edm::EventSetup&);
44 
45  private:
46 
50 
51 
52  // pointer to the correction algo object
54 
55 
56 
57  // vars for the correction algo
61 
65 
66  int modeEB_;
67  int modeEE_;
68 
69  // bool oldEnergyScaleCorrection_;
71  double etThresh_;
72 
73  // vars to get products
77 
80 
81 };
82 #endif
virtual void produce(edm::Event &, const edm::EventSetup &)
EcalClusterFunctionBaseClass * localContCorrectionFunction_
EcalClusterFunctionBaseClass * energyCorrectionFunction_
edm::EDGetTokenT< EcalRecHitCollection > rHInputProducer_
EgammaSCCorrectionMaker(const edm::ParameterSet &)
EcalClusterFunctionBaseClass * crackCorrectionFunction_
reco::CaloCluster::AlgoId sCAlgo_
edm::EDGetTokenT< reco::SuperClusterCollection > sCInputProducer_
EgammaSCEnergyCorrectionAlgo * energyCorrector_