CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
DTLocalTriggerTest.h
Go to the documentation of this file.
1 #ifndef DTLocalTriggerTest_H
2 #define DTLocalTriggerTest_H
3 
4 
15 
16 
17 
19 
20 public:
21 
24 
26  virtual ~DTLocalTriggerTest();
27 
28 protected:
29 
31  void beginJob();
32 
34  void beginRun(const edm::Run& r, const edm::EventSetup& c);
35 
37  void runClientDiagnostic();
38 
39  void fillGlobalSummary();
40 
41  private:
42 
43  int nMinEvts;
44 
45 
46 
47 
48 };
49 
50 #endif
void beginJob()
BeginJob.
virtual ~DTLocalTriggerTest()
Destructor.
void runClientDiagnostic()
Run client analysis.
DTLocalTriggerTest(const edm::ParameterSet &ps)
Constructor.
void beginRun(const edm::Run &r, const edm::EventSetup &c)
BeginRun.
Definition: Run.h:41