CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups 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 
20 
23 
25 
28 
29 //
30 // class decleration
31 //
32 namespace edm {
34  public:
35  explicit InputAnalyzer(const edm::ParameterSet&);
36  ~InputAnalyzer() override;
37 
38  private:
39  void beginJob() override;
40  void analyze(const edm::Event&, const edm::EventSetup&) override;
41  void endJob() override;
42 
43  // ----------member data ---------------------------
44 
45  bool dataStep2_;
48  };
49 } // namespace edm
50 #endif
void beginJob() override
edm::EDGetTokenT< SimTrackContainer > labelSimTr_
Definition: InputAnalyzer.h:47
void endJob() override
void analyze(const edm::Event &, const edm::EventSetup &) override
InputAnalyzer(const edm::ParameterSet &)
~InputAnalyzer() override
edm::EDGetTokenT< PCrossingFrame< SimTrack > > labelPCF_
Definition: InputAnalyzer.h:46