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 
10 // system include files
11 #include <memory>
12 
13 // user include files
16 
19 
21 //
22 // class decleration
23 //
24 
26  public:
29 
30 
31  private:
32  void beginJob() override ;
33  void analyze(const edm::Event&, const edm::EventSetup&) override;
34  void endJob() override ;
35 
36  // ----------member data ---------------------------
38 };
void analyze(const edm::Event &, const edm::EventSetup &) override
WriteEcalMiscalibConstantsMC(const edm::ParameterSet &)