CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_1/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   void fillGlobalSummary();
00042 
00043  private:
00044 
00045   int nMinEvts;
00046 
00047   
00048   
00049 
00050 };
00051 
00052 #endif