test
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 //
13 //
14 
15 #ifndef InputAnalyzer_h
16 #define InputAnalyzer_h
17 
18 
21 
24 
26 
29 
30 //
31 // class decleration
32 //
33 namespace edm
34 {
36  public:
37  explicit InputAnalyzer(const edm::ParameterSet&);
38  virtual ~InputAnalyzer();
39 
40  private:
41  virtual void beginJob() override ;
42  virtual void analyze(const edm::Event&, const edm::EventSetup&) override;
43  virtual void endJob() override ;
44 
45  // ----------member data ---------------------------
46 
47  bool dataStep2_;
50 
51 
52 };
53 }//edm
54 #endif
virtual void beginJob() override
edm::EDGetTokenT< SimTrackContainer > labelSimTr_
Definition: InputAnalyzer.h:49
virtual void endJob() override
virtual void analyze(const edm::Event &, const edm::EventSetup &) override
virtual ~InputAnalyzer()
InputAnalyzer(const edm::ParameterSet &)
edm::EDGetTokenT< PCrossingFrame< SimTrack > > labelPCF_
Definition: InputAnalyzer.h:48