CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
EETimingClient.h
Go to the documentation of this file.
1 #ifndef EETimingClient_H
2 #define EETimingClient_H
3 
4 /*
5  * \file EETimingClient.h
6  *
7  * $Date: 2012/04/27 13:46:04 $
8  * $Revision: 1.35 $
9  * \author G. Della Ricca
10  *
11 */
12 
13 #include <vector>
14 #include <string>
15 
16 #include "TROOT.h"
17 #include "TProfile2D.h"
18 #include "TH1F.h"
19 
21 
23 
26 
29 
30 class MonitorElement;
31 class DQMStore;
32 #ifdef WITH_ECAL_COND_DB
34 class RunIOV;
35 class MonRunIOV;
36 #endif
37 
38 class EETimingClient : public EEClient {
39 
40 friend class EESummaryClient;
41 
42 public:
43 
46 
48 virtual ~EETimingClient();
49 
51 void analyze(void);
52 
54 void beginJob(void);
55 
57 void endJob(void);
58 
60 void beginRun(void);
61 
63 void endRun(void);
64 
66 void setup(void);
67 
69 void cleanup(void);
70 
71 #ifdef WITH_ECAL_COND_DB
72 bool writeDb(EcalCondDBInterface* econn, RunIOV* runiov, MonRunIOV* moniov, bool& status);
74 #endif
75 
77 inline int getEvtPerJob() { return ievt_; }
78 inline int getEvtPerRun() { return jevt_; }
79 
80 private:
81 
82 int ievt_;
83 int jevt_;
84 
85 bool cloneME_;
86 
87 bool verbose_;
88 bool debug_;
89 
90 std::string prefixME_;
91 
93 
94 std::vector<int> superModules_;
95 
97 
100 
101 TProfile2D* h01_[18];
102 TH2F* h02_[18];
103 
105 
107 
109 
111 
114 
115 // Quality check on crystals, one per each gain
116 
120 
122 };
123 
124 #endif
void analyze(void)
Analyze.
MonitorElement * mea01_[18]
void setup(void)
Setup.
std::vector< int > superModules_
int getEvtPerRun()
Returns the number of processed events in this Run.
DQMStore * dqmStore_
MonitorElement * meTimeSummaryMapProjPhi_[2]
void cleanup(void)
Cleanup.
TProfile2D * h01_[18]
Ecal Barrel Monitor Client mom class.
MonitorElement * mep01_[18]
MonitorElement * mer01_[18]
void beginJob(void)
BeginJob.
MonitorElement * meTimeSummaryMapProjEta_[2]
void endJob(void)
EndJob.
virtual ~EETimingClient()
Destructor.
EETimingClient(const edm::ParameterSet &ps)
Constructor.
void endRun(void)
EndRun.
void beginRun(void)
BeginRun.
int getEvtPerJob()
Get Functions.
MonitorElement * meg01_[18]
TH2F * h02_[18]
tuple status
Definition: ntuplemaker.py:245
MonitorElement * meh01_[18]
std::string prefixME_
Definition: RunIOV.h:13
MonitorElement * meh02_[18]