CMS 3D CMS Logo

HcalRecHitRecalib.h
Go to the documentation of this file.
1 #ifndef _HCALRECHITRECALIB_H
2 #define _HCALRECHITRECALIB_H
3 
4 // -*- C++ -*-
5 //
6 // Package: HcalRecHitRecalib
7 // Class: HcalRecHitRecalib
8 //
16 //
17 // Original Author: Luca Malgeri
18 //
19 //
20 
21 // system include files
22 #include <memory>
23 
24 // user include files
27 
31 
35 
37 public:
38  explicit HcalRecHitRecalib(const edm::ParameterSet &);
39  ~HcalRecHitRecalib() override;
40 
41  void beginRun(const edm::Run &, const edm::EventSetup &) override;
42  void produce(edm::Event &, const edm::EventSetup &) override;
43 
44 private:
51 
54 
56  double refactor_;
58 };
59 #endif
edm::EDGetTokenT< HBHERecHitCollection > tok_hbhe_
~HcalRecHitRecalib() override
HcalRecHitRecalib(const edm::ParameterSet &)
std::string RecalibHFHits_
void beginRun(const edm::Run &, const edm::EventSetup &) override
std::string hcalfileinpath_
std::string RecalibHOHits_
edm::EDGetTokenT< HFRecHitCollection > tok_hf_
std::string RecalibHBHEHits_
void produce(edm::Event &, const edm::EventSetup &) override
CaloMiscalibMapHcal mapHcal_
edm::EDGetTokenT< HORecHitCollection > tok_ho_
Definition: Run.h:45