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 // Created: $Date: 2007/09/11 13:46:21 $
19 // $Id: EcalRecHitRecalib.h,v 1.4 2007/09/11 13:46:21 malgeri Exp $
20 //
21 //
22 
23 
24 // system include files
25 #include <memory>
26 
27 // user include files
30 
33 
35 
36 //
37 // class decleration
38 //
39 
41  public:
42  explicit EcalRecHitRecalib(const edm::ParameterSet&);
44 
45 
46  virtual void produce(edm::Event &, const edm::EventSetup&);
47  private:
48  // ----------member data ---------------------------
49 
55  double refactor_;
57 
58 };
59 
60 #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 &)