CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
DT2DSegmentClients.h
Go to the documentation of this file.
1 #ifndef DT2DSegmentClients_H
2 #define DT2DSegmentClients_H
3 
19 
20 class DQMStore;
21 class MonitorElement;
22 
24 
25 public:
26 
29 
31  virtual ~DT2DSegmentClients();
32  void analyze(const edm::Event& e, const edm::EventSetup& c);
33  void endJob();
34 void endLuminosityBlock(edm::LuminosityBlock const& lumiSeg,
35  edm::EventSetup const& c);
36 
37 protected:
38 
40 
41 private:
42 
44 
47  };
48 
49 #endif
virtual ~DT2DSegmentClients()
Destructor.
void analyze(const edm::Event &e, const edm::EventSetup &c)
DQMStore * dbe
Analyze.
MonitorElement * glbSummaryHisto
MonitorElement * summaryHisto
void endLuminosityBlock(edm::LuminosityBlock const &lumiSeg, edm::EventSetup const &c)
DT2DSegmentClients(const edm::ParameterSet &ps)
Constructor.