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 
27 
28 //
29 // class declaration
30 //
31 namespace edm {
32  class ParameterSet;
33  class Event;
34  class EventSetup;
35 }
36 
37 namespace cms
38 {
39 
41  public:
42  explicit HitReCalibrator(const edm::ParameterSet&);
44 
45  virtual void beginJob();
46 
47  virtual void produce(edm::Event &, const edm::EventSetup&);
48  private:
49  // ----------member data ---------------------------
50 
52 
56 
57 };
58 }// end namespace cms
59 #endif
HitReCalibrator(const edm::ParameterSet &)
virtual void produce(edm::Event &, const edm::EventSetup &)
virtual void beginJob()
edm::EDGetTokenT< HORecHitCollection > tok_ho_
edm::EDGetTokenT< HFRecHitCollection > tok_hf_
edm::EDGetTokenT< HBHERecHitCollection > tok_hbhe_