CMS 3D CMS Logo

HitReCalibrator.h
Go to the documentation of this file.
1 #ifndef HitReCalibrator_h
2 #define HitReCalibrator_h
3 
4 // -*- C++ -*-
5 
6 // system include files
7 #include <memory>
8 #include <string>
9 // user include files
17 
21 
23 
25 
26 //
27 // class declaration
28 //
29 namespace edm {
30  class ParameterSet;
31  class Event;
32  class EventSetup;
33 } // namespace edm
34 
35 namespace cms {
36 
38  public:
39  explicit HitReCalibrator(const edm::ParameterSet &);
40  ~HitReCalibrator() override;
41 
42  void beginJob() override;
43 
44  void produce(edm::Event &, const edm::EventSetup &) override;
45 
46  private:
47  // ----------member data ---------------------------
48 
50 
54  };
55 } // end namespace cms
56 #endif
void beginJob()
Definition: Breakpoints.cc:14
edm::EDGetTokenT< HORecHitCollection > tok_ho_
Namespace of DDCMS conversion namespace.
edm::EDGetTokenT< HFRecHitCollection > tok_hf_
HLT enums.
edm::EDGetTokenT< HBHERecHitCollection > tok_hbhe_