CMS 3D CMS Logo

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/src/DQM/DTMonitorClient/src/DTLocalTriggerTest.h

Go to the documentation of this file.
00001 #ifndef DTLocalTriggerTest_H
00002 #define DTLocalTriggerTest_H
00003 
00004 
00016 #include "DQM/DTMonitorClient/src/DTLocalTriggerBaseTest.h"
00017 
00018 
00019 
00020 class DTLocalTriggerTest: public DTLocalTriggerBaseTest{
00021 
00022 public:
00023 
00025   DTLocalTriggerTest(const edm::ParameterSet& ps);
00026   
00028   virtual ~DTLocalTriggerTest();
00029 
00030 protected:
00031 
00033   void beginJob();
00034 
00036   void beginRun(const edm::Run& r, const edm::EventSetup& c);
00037 
00039   void runClientDiagnostic();
00040 
00041  private:
00042 
00043 };
00044 
00045 #endif