CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
InputAnalyzer.h
Go to the documentation of this file.
1 // -*- C++ -*-
2 //
3 // Package: InputAnalyzer
4 // Class: InputAnalyzer
5 //
9 //
10 // Original Author: Emilia Lubenova Becheva
11 // Created: Mon Apr 20 13:43:06 CEST 2009
12 // $Id: InputAnalyzer.h,v 1.1 2009/04/24 13:35:34 ebecheva Exp $
13 //
14 //
15 
16 #ifndef InputAnalyzer_h
17 #define InputAnalyzer_h
18 
19 
22 
25 
27 
28 //
29 // class decleration
30 //
31 namespace edm
32 {
34  public:
35  explicit InputAnalyzer(const edm::ParameterSet&);
37 
38 
39  private:
40  virtual void beginJob() ;
41  virtual void analyze(const edm::Event&, const edm::EventSetup&);
42  virtual void endJob() ;
43 
44  // ----------member data ---------------------------
45 
46  bool dataStep2_;
48 
49 
50 };
51 }//edm
52 #endif
virtual void analyze(const edm::Event &, const edm::EventSetup &)
edm::InputTag label_
Definition: InputAnalyzer.h:47
InputAnalyzer(const edm::ParameterSet &)
virtual void beginJob()
virtual void endJob()