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 // $Id: EgammaSCCorrectionMaker.h,v 1.14 2012/04/19 13:13:11 argiro Exp $
18 //
19 //
20 
21 #include <memory>
22 #include <string>
23 
30 
34 
36 
37  public:
40  virtual void produce(edm::Event&, const edm::EventSetup&);
41 
42  private:
43 
47 
48 
49  // pointer to the correction algo object
51 
52 
53 
54  // vars for the correction algo
58 
59  std::string energyCorrectorName_;
60  std::string crackCorrectorName_;
62 
63  int modeEB_;
64  int modeEE_;
65 
66  // bool oldEnergyScaleCorrection_;
68  double etThresh_;
69 
70  // vars to get products
73 
75  std::string outputCollection_;
76 
77 };
78 #endif
virtual void produce(edm::Event &, const edm::EventSetup &)
EcalClusterFunctionBaseClass * localContCorrectionFunction_
EcalClusterFunctionBaseClass * energyCorrectionFunction_
EgammaSCCorrectionMaker(const edm::ParameterSet &)
EcalClusterFunctionBaseClass * crackCorrectionFunction_
reco::CaloCluster::AlgoId sCAlgo_
EgammaSCEnergyCorrectionAlgo * energyCorrector_