CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
EETriggerTowerClient.h
Go to the documentation of this file.
1 #ifndef EETriggerTowerClient_H
2 #define EETriggerTowerClient_H
3 
4 /*
5  * \file EETriggerTowerClient.h
6  *
7  * $Date: 2009/11/20 20:51:25 $
8  * $Revision: 1.35 $
9  * \author G. Della Ricca
10  * \author F. Cossutti
11  *
12 */
13 
14 #include <vector>
15 #include <string>
16 
17 #include "TROOT.h"
18 #include "TProfile2D.h"
19 #include "TH1F.h"
20 #include "TH2F.h"
21 #include "TH3F.h"
22 
24 
26 
27 class MonitorElement;
28 class DQMStore;
29 #ifdef WITH_ECAL_COND_DB
31 class RunIOV;
32 class MonRunIOV;
33 #endif
34 
36 
37 friend class EESummaryClient;
38 
39 public:
40 
43 
45 virtual ~EETriggerTowerClient();
46 
48 void analyze(void);
49 
51 void beginJob(void);
52 
54 void endJob(void);
55 
57 void beginRun(void);
58 
60 void endRun(void);
61 
63 void setup(void);
64 
66 void cleanup(void);
67 
68 #ifdef WITH_ECAL_COND_DB
69 bool writeDb(EcalCondDBInterface* econn, RunIOV* runiov, MonRunIOV* moniov, bool& status);
71 #endif
72 
74 inline int getEvtPerJob() { return ievt_; }
75 inline int getEvtPerRun() { return jevt_; }
76 
77 private:
78 
79 int ievt_;
80 int jevt_;
81 
82 bool cloneME_;
83 
84 bool verbose_;
85 bool debug_;
86 
87 std::string prefixME_;
88 
90 
91 std::vector<int> superModules_;
92 
94 
98 
99 TH2F* l01_[18];
100 TH2F* l02_[18];
101 TH3F* o01_[18];
102 
105 
106 };
107 
108 #endif
MonitorElement * meo01_[18]
int getEvtPerRun()
Returns the number of processed events in this Run.
void beginJob(void)
BeginJob.
MonitorElement * me_o01_[18]
void beginRun(void)
BeginRun.
virtual ~EETriggerTowerClient()
Destructor.
std::vector< int > superModules_
void endRun(void)
EndRun.
void endJob(void)
EndJob.
Ecal Barrel Monitor Client mom class.
EETriggerTowerClient(const edm::ParameterSet &ps)
Constructor.
MonitorElement * me_o02_[18]
MonitorElement * mel02_[18]
void analyze(void)
Analyze.
MonitorElement * mel01_[18]
void cleanup(void)
Cleanup.
tuple status
Definition: ntuplemaker.py:245
Definition: RunIOV.h:13
int getEvtPerJob()
Get Functions.