CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
EcalRecHitRecalib.h
Go to the documentation of this file.
1 #ifndef _ECALRECHITRECALIB_H
2 #define _ECALRECHITRECALIB_H
3 
4 // -*- C++ -*-
5 //
6 // Package: EcalRecHitRecalib
7 // Class: EcalRecHitRecalib
8 //
16 //
17 // Original Author: Luca Malgeri
18 //
19 //
20 
21 
22 // system include files
23 #include <memory>
24 
25 // user include files
28 
31 
33 
34 //
35 // class decleration
36 //
37 
39  public:
40  explicit EcalRecHitRecalib(const edm::ParameterSet&);
42 
43 
44  virtual void produce(edm::Event &, const edm::EventSetup&);
45  private:
46  // ----------member data ---------------------------
47 
53  double refactor_;
55 
56 };
57 
58 #endif
EcalRecHitRecalib(const edm::ParameterSet &)
std::string RecalibEndcapHits_
std::string endcapHits_
std::string RecalibBarrelHits_
std::string barrelHits_
std::string ecalHitsProducer_
virtual void produce(edm::Event &, const edm::EventSetup &)