CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
SiStripCertificationInfo.h
Go to the documentation of this file.
1 #ifndef SiStripMonitorClient_SiStripCertificationInfo_h
2 #define SiStripMonitorClient_SiStripCertificationInfo_h
3 // -*- C++ -*-
4 //
5 // Package: SiStripMonitorClient
6 // Class : SiStripCertificationInfo
7 //
16 //
17 // Author: Suchandra Dutta
18 // reated: Mon Feb 16 19200:00 CET 2009
19 //
20 
21 #include <string>
22 
29 
30 #include <iostream>
31 #include <fstream>
32 #include <string>
33 #include <vector>
34 #include <map>
35 
36 class DQMStore;
37 class MonitorElement;
38 class SiStripDetCabling;
39 
41 
42  public:
43 
46 
48  virtual ~SiStripCertificationInfo();
49 
50  private:
51 
53  void beginJob();
54 
56  void beginRun(edm::Run const& run, edm::EventSetup const& eSetup);
57 
59  void endLuminosityBlock(edm::LuminosityBlock const& lumiSeg, edm::EventSetup const& iSetup);
60 
62  void endRun(edm::Run const& run, edm::EventSetup const& eSetup);
63 
65  void analyze(edm::Event const&, edm::EventSetup const&);
66 
67 
68 
69 private:
70 
74 
78 
81 
83 
85 
86 
87 
88  struct SubDetMEs{
90  std::string folder_name;
91  std::string subdet_tag;
92  int n_layer;
93  };
94 
97  std::map<std::string, SubDetMEs> SubDetMEsMap;
98  std::map<std::string, MonitorElement*> TrackingMEsMap;
100 
102 
105  unsigned long long m_cacheID_;
106 
108 
110 };
111 #endif
void analyze(edm::Event const &, edm::EventSetup const &)
Analyze.
std::map< std::string, MonitorElement * > TrackingMEsMap
void endLuminosityBlock(edm::LuminosityBlock const &lumiSeg, edm::EventSetup const &iSetup)
End Of Luminosity.
std::map< std::string, SubDetMEs > SubDetMEsMap
SiStripCertificationInfo(const edm::ParameterSet &ps)
Constructor.
virtual ~SiStripCertificationInfo()
Destructor.
void endRun(edm::Run const &run, edm::EventSetup const &eSetup)
EndRun.
void beginRun(edm::Run const &run, edm::EventSetup const &eSetup)
Begin Run.
MonitorElement * SiStripCertificationSummaryMap
edm::ESHandle< SiStripDetCabling > detCabling_
MonitorElement * SiStripCertificationMap
Definition: Run.h:33