CMS 3D CMS Logo

miscalibExample.h
Go to the documentation of this file.
1 #ifndef Calibration_EcalCalibAlgos_miscalibExample_h
2 #define Calibration_EcalCalibAlgos_miscalibExample_h
3 
11 //
12 //
13 
14 // system include files
15 #include <memory>
16 
17 // user include files
20 
23 
25 
28 
29 #include <string>
30 #include "TH1.h"
31 #include "TFile.h"
32 //
33 // class declaration
34 //
35 
37 public:
38  explicit miscalibExample(const edm::ParameterSet&);
39  ~miscalibExample() override;
40 
41  void analyze(const edm::Event&, const edm::EventSetup&) override;
42  void beginJob() override;
43  void endJob() override;
44 
45 private:
46  // ----------member data ---------------------------
52 
53  TH1F* scEnergy;
54 };
55 
56 #endif
const std::string correctedHybridSuperClusterProducer_
void analyze(const edm::Event &, const edm::EventSetup &) override
const std::string correctedHybridSuperClusterCollection_
const std::string rootfile_
const edm::EDGetTokenT< reco::SuperClusterCollection > correctedHybridSuperClusterToken_
void endJob() override
void beginJob() override
miscalibExample(const edm::ParameterSet &)
~miscalibExample() override