CMS 3D CMS Logo

EcalRecHitRecalib.h
Go to the documentation of this file.
1 #ifndef _ECALRECHITRECALIB_H
2 #define _ECALRECHITRECALIB_H
3 
4 // -*- C++ -*-
5 //
6 // Package: EcalRecHitRecalib
7 // Class: EcalRecHitRecalib
8 //
16 //
17 // Original Author: Luca Malgeri
18 //
19 //
20 
21 // system include files
22 #include <memory>
23 
24 // user include files
27 
30 
32 
33 //
34 // class decleration
35 //
36 
38 public:
39  explicit EcalRecHitRecalib(const edm::ParameterSet &);
40  ~EcalRecHitRecalib() override;
41 
42  void produce(edm::Event &, const edm::EventSetup &) override;
43 
44 private:
45  // ----------member data ---------------------------
46 
52  double refactor_;
54 };
55 
56 #endif
~EcalRecHitRecalib() override
EcalRecHitRecalib(const edm::ParameterSet &)
std::string RecalibEndcapHits_
std::string endcapHits_
std::string RecalibBarrelHits_
void produce(edm::Event &, const edm::EventSetup &) override
std::string barrelHits_
std::string ecalHitsProducer_