CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
WriteEcalMiscalibConstants.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  virtual void beginJob() ;
33  virtual void analyze(const edm::Event&, const edm::EventSetup&);
34  virtual void endJob() ;
35 
36  // ----------member data ---------------------------
38 };
virtual void analyze(const edm::Event &, const edm::EventSetup &)
WriteEcalMiscalibConstants(const edm::ParameterSet &)