CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
HitReCalibrator.h
Go to the documentation of this file.
1 #ifndef HitReCalibrator_h
2 #define HitReCalibrator_h
3 
4 
5 // -*- C++ -*-
6 
7 
8 // system include files
9 #include <memory>
10 #include <string>
11 // user include files
19 
23 
25 
26 //
27 // class declaration
28 //
29 namespace edm {
30  class ParameterSet;
31  class Event;
32  class EventSetup;
33 }
34 
35 namespace cms
36 {
37 
39  public:
40  explicit HitReCalibrator(const edm::ParameterSet&);
42 
43  virtual void beginJob();
44 
45  virtual void produce(edm::Event &, const edm::EventSetup&);
46  private:
47  // ----------member data ---------------------------
48 
53 
54 };
55 }// end namespace cms
56 #endif
HitReCalibrator(const edm::ParameterSet &)
edm::InputTag hfInput_
virtual void produce(edm::Event &, const edm::EventSetup &)
virtual void beginJob()
edm::InputTag hbheInput_
edm::InputTag hoInput_