CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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 
22 // system include files
23 #include <memory>
24 
25 // user include files
28 
32 
36 
38 {
39 public:
40  explicit HcalRecHitRecalib(const edm::ParameterSet&);
42 
43  virtual void beginRun(const edm::Run&, const edm::EventSetup&) override;
44  virtual void produce(edm::Event &, const edm::EventSetup&) override;
45 
46 private:
53 
56 
58  double refactor_;
60 };
61 #endif
edm::EDGetTokenT< HBHERecHitCollection > tok_hbhe_
HcalRecHitRecalib(const edm::ParameterSet &)
std::string RecalibHFHits_
virtual void beginRun(const edm::Run &, const edm::EventSetup &) override
std::string hcalfileinpath_
std::string RecalibHOHits_
edm::EDGetTokenT< HFRecHitCollection > tok_hf_
std::string RecalibHBHEHits_
virtual void produce(edm::Event &, const edm::EventSetup &) override
CaloMiscalibMapHcal mapHcal_
edm::EDGetTokenT< HORecHitCollection > tok_ho_
Definition: Run.h:41