CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_4_4_5_patch3/src/Validation/DTRecHits/plugins/DTRecHitClients.h

Go to the documentation of this file.
00001 #ifndef DTRecHitClients_H
00002 #define DTRecHitClients_H
00003 
00013 #include <FWCore/Framework/interface/EDAnalyzer.h>
00014 #include "FWCore/ParameterSet/interface/ParameterSet.h"
00015 #include <FWCore/Framework/interface/Event.h>
00016 #include "FWCore/Framework/interface/ESHandle.h"
00017 #include <FWCore/Framework/interface/EventSetup.h>
00018 #include "DQMServices/Core/interface/MonitorElement.h"
00019 #include "DQMServices/Core/interface/DQMStore.h"
00020 #include "FWCore/ServiceRegistry/interface/Service.h"
00021 
00022 class DQMStore;
00023 class MonitorElement;
00024 
00025 class DTRecHitClients: public edm::EDAnalyzer{
00026 
00027 public:
00028 
00030   DTRecHitClients(const edm::ParameterSet& ps);
00031 
00033   virtual ~DTRecHitClients();
00034 
00036   void analyze(const edm::Event& e, const edm::EventSetup& c);
00037   void endJob();
00038 void endLuminosityBlock(edm::LuminosityBlock const& lumiSeg,
00039                                          edm::EventSetup const& c);
00040 
00041 protected:
00042 
00043 
00044 private:
00045 
00046   DQMStore* dbe;
00047  };
00048  
00049 
00050 #endif