CMS 3D CMS Logo

WriteEcalMiscalibConstantsMC.h
Go to the documentation of this file.
1 /* <Notes on implementation>
2  */
3 //
4 // Original Author: Stephanie BEAUCERON
5 // Created: Tue May 15 16:23:21 CEST 2007
6 //
7 //
8 
9 // system include files
10 #include <memory>
11 
12 // user include files
15 
18 
20 //
21 // class decleration
22 //
23 
25 public:
28 
29 private:
30  void beginJob() override;
31  void analyze(const edm::Event&, const edm::EventSetup&) override;
32  void endJob() override;
33 
34  // ----------member data ---------------------------
36 };
void analyze(const edm::Event &, const edm::EventSetup &) override
WriteEcalMiscalibConstantsMC(const edm::ParameterSet &)