Main Page
+
Namespaces
Namespace List
+
Namespace Members
+
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
z
+
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Classes
Class List
Class Index
Class Hierarchy
+
Class Members
+
All
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
+
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
+
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Typedefs
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
+
Enumerator
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Properties
_
a
c
d
e
f
l
m
o
p
s
t
u
v
+
Related Functions
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Package Documentation
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
src
Validation
MuonME0Validation
plugins
MuonME0SegHarvestor.h
Go to the documentation of this file.
1
#ifndef MuonME0SegHarvestor_H
2
#define MuonME0SegHarvestor_H
3
4
#include "
FWCore/Framework/interface/Event.h
"
5
6
#include "
DQMServices/Core/interface/DQMEDHarvester.h
"
7
#include "
DQMServices/Core/interface/DQMStore.h
"
8
#include "
Geometry/GEMGeometry/interface/ME0Geometry.h
"
9
10
#include <TEfficiency.h>
11
#include <TGraphAsymmErrors.h>
12
#include <TProfile.h>
13
14
#include "
Validation/MuonME0Validation/interface/ME0RecHitsValidation.h
"
15
16
class
MuonME0SegHarvestor
:
public
DQMEDHarvester
{
17
public
:
19
explicit
MuonME0SegHarvestor
(
const
edm::ParameterSet
&);
21
~MuonME0SegHarvestor
()
override
;
22
23
void
dqmEndJob
(
DQMStore::IBooker
&,
DQMStore::IGetter
&)
override
;
24
void
ProcessBooking
(
DQMStore::IBooker
&,
DQMStore::IGetter
&,
std::string
nameHist, TH1F *
num
, TH1F *den);
25
TProfile *
ComputeEff
(TH1F *
num
, TH1F *denum,
std::string
nameHist);
26
27
private
:
28
std::string
dbe_path_
;
29
};
30
#endif
ME0RecHitsValidation.h
Event.h
MuonME0SegHarvestor::MuonME0SegHarvestor
MuonME0SegHarvestor(const edm::ParameterSet &)
constructor
Definition:
MuonME0SegHarvestor.cc:30
DQMEDHarvester.h
dqm::implementation::IGetter
Definition:
DQMStore.h:562
AlCaHLTBitMon_QueryRunRegistry.string
string string
Definition:
AlCaHLTBitMon_QueryRunRegistry.py:256
dqm::implementation::IBooker
Definition:
DQMStore.h:43
MuonME0SegHarvestor::ProcessBooking
void ProcessBooking(DQMStore::IBooker &, DQMStore::IGetter &, std::string nameHist, TH1F *num, TH1F *den)
Definition:
MuonME0SegHarvestor.cc:70
DQMStore.h
MuonME0SegHarvestor::~MuonME0SegHarvestor
~MuonME0SegHarvestor() override
destructor
Definition:
MuonME0SegHarvestor.cc:34
EgammaValidation_cff.num
num
Definition:
EgammaValidation_cff.py:33
MuonME0SegHarvestor::ComputeEff
TProfile * ComputeEff(TH1F *num, TH1F *denum, std::string nameHist)
Definition:
MuonME0SegHarvestor.cc:36
ME0Geometry.h
MuonME0SegHarvestor
Definition:
MuonME0SegHarvestor.h:16
DQMEDHarvester
Definition:
DQMEDHarvester.py:1
edm::ParameterSet
Definition:
ParameterSet.h:48
MuonME0SegHarvestor::dqmEndJob
void dqmEndJob(DQMStore::IBooker &, DQMStore::IGetter &) override
Definition:
MuonME0SegHarvestor.cc:93
MuonME0SegHarvestor::dbe_path_
std::string dbe_path_
Definition:
MuonME0SegHarvestor.h:28
Generated for CMSSW Reference Manual by
1.8.14