CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
EBTriggerTowerClient.h
Go to the documentation of this file.
1 #ifndef EBTriggerTowerClient_H
2 #define EBTriggerTowerClient_H
3 
4 /*
5  * \file EBTriggerTowerClient.h
6  *
7  * \author G. Della Ricca
8  * \author F. Cossutti
9  *
10 */
11 
12 #include <vector>
13 #include <string>
14 
15 #include "TROOT.h"
16 #include "TH1F.h"
17 #include "TH2F.h"
18 #include "TH3F.h"
19 #include "TProfile2D.h"
20 
22 
24 
25 class MonitorElement;
26 class DQMStore;
27 #ifdef WITH_ECAL_COND_DB
29 class RunIOV;
30 class MonRunIOV;
31 #endif
32 
34 
35 friend class EBSummaryClient;
36 
37 public:
38 
41 
43 virtual ~EBTriggerTowerClient();
44 
46 void analyze(void);
47 
49 void beginJob(void);
50 
52 void endJob(void);
53 
55 void beginRun(void);
56 
58 void endRun(void);
59 
61 void setup(void);
62 
64 void cleanup(void);
65 
66 #ifdef WITH_ECAL_COND_DB
67 bool writeDb(EcalCondDBInterface* econn, RunIOV* runiov, MonRunIOV* moniov, bool& status);
69 #endif
70 
72 inline int getEvtPerJob() { return ievt_; }
73 inline int getEvtPerRun() { return jevt_; }
74 
75 private:
76 
77 int ievt_;
78 int jevt_;
79 
80 bool cloneME_;
81 
82 bool verbose_;
83 bool debug_;
84 
86 
88 
89 std::vector<int> superModules_;
90 
92 
96 TH2F* l01_[36];
97 TH2F* l02_[36];
98 TH3F* o01_[36];
99 
102 
103 };
104 
105 #endif
MonitorElement * me_o02_[36]
MonitorElement * mel01_[36]
MonitorElement * mel02_[36]
int getEvtPerRun()
Returns the number of processed events in this Run.
void cleanup(void)
Cleanup.
MonitorElement * meo01_[36]
void analyze(void)
Analyze.
std::vector< int > superModules_
void endRun(void)
EndRun.
void endJob(void)
EndJob.
void beginJob(void)
BeginJob.
int getEvtPerJob()
Get Functions.
MonitorElement * me_o01_[36]
void beginRun(void)
BeginRun.
EBTriggerTowerClient(const edm::ParameterSet &ps)
Constructor.
tuple status
Definition: ntuplemaker.py:245
Definition: RunIOV.h:13
virtual ~EBTriggerTowerClient()
Destructor.
Ecal Barrel Monitor Client mom class.