Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
src
DQM
EcalBarrelMonitorClient
interface
EBBeamHodoClient.h
Go to the documentation of this file.
1
#ifndef EBBeamHodoClient_H
2
#define EBBeamHodoClient_H
3
4
/*
5
* \file EBBeamHodoClient.h
6
*
7
* $Date: 2009/10/28 08:18:20 $
8
* $Revision: 1.39 $
9
* \author G. Della Ricca
10
* \author G. Franzoni
11
*
12
*/
13
14
#include <vector>
15
#include <string>
16
17
#include "TROOT.h"
18
#include "TProfile2D.h"
19
#include "TH1F.h"
20
21
#include "
FWCore/ParameterSet/interface/ParameterSet.h
"
22
23
#include "
DQM/EcalBarrelMonitorClient/interface/EBClient.h
"
24
25
class
MonitorElement
;
26
class
DQMStore
;
27
#ifdef WITH_ECAL_COND_DB
28
class
EcalCondDBInterface
;
29
class
RunIOV
;
30
class
MonRunIOV
;
31
#endif
32
33
class
EBBeamHodoClient
:
public
EBClient
{
34
35
public
:
36
38
EBBeamHodoClient
(
const
edm::ParameterSet
& ps);
39
41
virtual
~EBBeamHodoClient
();
42
44
void
analyze
(
void
);
45
47
void
beginJob
(
void
);
48
50
void
endJob
(
void
);
51
53
void
beginRun
(
void
);
54
56
void
endRun
(
void
);
57
59
void
setup
(
void
);
60
62
void
cleanup
(
void
);
63
64
#ifdef WITH_ECAL_COND_DB
65
bool
writeDb(
EcalCondDBInterface
* econn,
RunIOV
* runiov,
MonRunIOV
* moniov,
bool
&
status
);
67
#endif
68
70
inline
int
getEvtPerJob
() {
return
ievt_
; }
71
inline
int
getEvtPerRun
() {
return
jevt_
; }
72
73
private
:
74
75
int
ievt_
;
76
int
jevt_
;
77
78
bool
cloneME_
;
79
80
bool
verbose_
;
81
bool
debug_
;
82
83
std::string
prefixME_
;
84
85
bool
enableCleanup_
;
86
87
std::vector<int>
superModules_
;
88
89
DQMStore
*
dqmStore_
;
90
91
TH1F*
ho01_
[4];
92
TH1F*
hr01_
[4];
93
94
TH1F*
hp01_
[2];
95
TH2F*
hp02_
;
96
97
TH1F*
hs01_
[2];
98
99
TH1F*
hq01_
[2];
100
101
TH1F*
ht01_
;
102
103
TH1F*
hc01_
[3];
104
105
TH1F*
hm01_
;
106
107
TProfile*
he01_
[2];
108
TH2F*
he02_
[2];
109
110
TH1F*
he03_
[3];
111
112
};
113
114
#endif
EBBeamHodoClient::hs01_
TH1F * hs01_[2]
Definition:
EBBeamHodoClient.h:97
EcalCondDBInterface
Definition:
EcalCondDBInterface.h:36
EBBeamHodoClient::ho01_
TH1F * ho01_[4]
Definition:
EBBeamHodoClient.h:91
EBBeamHodoClient::he02_
TH2F * he02_[2]
Definition:
EBBeamHodoClient.h:108
EBBeamHodoClient::endRun
void endRun(void)
EndRun.
Definition:
EBBeamHodoClient.cc:195
EBBeamHodoClient::dqmStore_
DQMStore * dqmStore_
Definition:
EBBeamHodoClient.h:89
EBBeamHodoClient::verbose_
bool verbose_
Definition:
EBBeamHodoClient.h:80
EBBeamHodoClient::getEvtPerRun
int getEvtPerRun()
Returns the number of processed events in this Run.
Definition:
EBBeamHodoClient.h:71
EBBeamHodoClient::he01_
TProfile * he01_[2]
Definition:
EBBeamHodoClient.h:107
EBBeamHodoClient::jevt_
int jevt_
Definition:
EBBeamHodoClient.h:76
EBBeamHodoClient::he03_
TH1F * he03_[3]
Definition:
EBBeamHodoClient.h:110
EBBeamHodoClient::getEvtPerJob
int getEvtPerJob()
Get Functions.
Definition:
EBBeamHodoClient.h:70
ParameterSet.h
MonRunIOV
Definition:
MonRunIOV.h:14
EBBeamHodoClient::superModules_
std::vector< int > superModules_
Definition:
EBBeamHodoClient.h:87
DQMStore
Definition:
DQMStore.h:35
EBBeamHodoClient::prefixME_
std::string prefixME_
Definition:
EBBeamHodoClient.h:83
EBBeamHodoClient::ht01_
TH1F * ht01_
Definition:
EBBeamHodoClient.h:101
EBBeamHodoClient::hp01_
TH1F * hp01_[2]
Definition:
EBBeamHodoClient.h:94
EBBeamHodoClient::ievt_
int ievt_
Definition:
EBBeamHodoClient.h:75
EBClient
Definition:
EBClient.h:22
MonitorElement
Definition:
MonitorElement.h:34
EBBeamHodoClient::analyze
void analyze(void)
Analyze.
Definition:
EBBeamHodoClient.cc:227
EBBeamHodoClient::hr01_
TH1F * hr01_[4]
Definition:
EBBeamHodoClient.h:92
EBBeamHodoClient::hp02_
TH2F * hp02_
Definition:
EBBeamHodoClient.h:95
EBBeamHodoClient::~EBBeamHodoClient
virtual ~EBBeamHodoClient()
Destructor.
Definition:
EBBeamHodoClient.cc:86
EBBeamHodoClient::beginJob
void beginJob(void)
BeginJob.
Definition:
EBBeamHodoClient.cc:90
EBBeamHodoClient::cloneME_
bool cloneME_
Definition:
EBBeamHodoClient.h:78
EBBeamHodoClient::beginRun
void beginRun(void)
BeginRun.
Definition:
EBBeamHodoClient.cc:101
EBBeamHodoClient::endJob
void endJob(void)
EndJob.
Definition:
EBBeamHodoClient.cc:111
EBBeamHodoClient::hm01_
TH1F * hm01_
Definition:
EBBeamHodoClient.h:105
EBBeamHodoClient::debug_
bool debug_
Definition:
EBBeamHodoClient.h:81
EBBeamHodoClient::hc01_
TH1F * hc01_[3]
Definition:
EBBeamHodoClient.h:103
EBBeamHodoClient::hq01_
TH1F * hq01_[2]
Definition:
EBBeamHodoClient.h:99
EBBeamHodoClient::EBBeamHodoClient
EBBeamHodoClient(const edm::ParameterSet &ps)
Constructor.
Definition:
EBBeamHodoClient.cc:26
EBBeamHodoClient::cleanup
void cleanup(void)
Cleanup.
Definition:
EBBeamHodoClient.cc:209
edm::ParameterSet
Definition:
ParameterSet.h:32
EBBeamHodoClient
Definition:
EBBeamHodoClient.h:33
ntuplemaker.status
tuple status
Definition:
ntuplemaker.py:245
EBBeamHodoClient::setup
void setup(void)
Setup.
Definition:
EBBeamHodoClient.cc:203
RunIOV
Definition:
RunIOV.h:13
EBClient.h
Ecal Barrel Monitor Client mom class.
EBBeamHodoClient::enableCleanup_
bool enableCleanup_
Definition:
EBBeamHodoClient.h:85
Generated for CMSSW Reference Manual by
1.8.5