CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_0/src/Validation/DTRecHits/plugins/DT4DSegmentClients.h

Go to the documentation of this file.
00001 #ifndef DT4DSegmentClients_H
00002 #define DT4DSegmentClients_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 DT4DSegmentClients: public edm::EDAnalyzer{
00026 
00027 public:
00028 
00030   DT4DSegmentClients(const edm::ParameterSet& ps);
00031 
00033  ~DT4DSegmentClients();
00034  void endLuminosityBlock(edm::LuminosityBlock const& lumiSeg, edm::EventSetup const& c);
00035 
00036 protected:
00037 
00039   void analyze(const edm::Event& e, const edm::EventSetup& c);
00040 
00041 private:
00042 
00043   DQMStore* dbe;
00044 
00045  };
00046 
00047 #endif