CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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 // $Id: WriteEcalMiscalibConstantsMC.h,v 1.2 2009/12/17 20:59:29 wmtan Exp $
7 //
8 //
9 
10 
11 // system include files
12 #include <memory>
13 
14 // user include files
17 
20 
22 //
23 // class decleration
24 //
25 
27  public:
30 
31 
32  private:
33  virtual void beginJob() ;
34  virtual void analyze(const edm::Event&, const edm::EventSetup&);
35  virtual void endJob() ;
36 
37  // ----------member data ---------------------------
38  std::string newTagRequest_;
39 };
virtual void analyze(const edm::Event &, const edm::EventSetup &)
WriteEcalMiscalibConstantsMC(const edm::ParameterSet &)