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 
17 
18 
19 
21 
22 public:
23 
26 
28  virtual ~DTLocalTriggerTest();
29 
30 protected:
31 
33  void beginJob();
34 
36  void beginRun(const edm::Run& r, const edm::EventSetup& c);
37 
39  void runClientDiagnostic();
40 
41  private:
42 
43 };
44 
45 #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:31