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
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
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
DQMOffline
CalibCalo
src
DQMHcalIsolatedBunchAlCaReco.h
Go to the documentation of this file.
1
#ifndef DQMHcalIsolatedBunchAlCaReco_H
2
#define DQMHcalIsolatedBunchAlCaReco_H
3
11
#include <string>
12
13
#include "
FWCore/Framework/interface/ESHandle.h
"
14
#include "
FWCore/Framework/interface/Event.h
"
15
#include "
FWCore/Framework/interface/Frameworkfwd.h
"
16
#include "
FWCore/ParameterSet/interface/ParameterSet.h
"
17
18
#include "
DQMServices/Core/interface/DQMEDAnalyzer.h
"
19
#include "
DQMServices/Core/interface/DQMStore.h
"
20
#include "
DataFormats/Common/interface/TriggerResults.h
"
21
#include "
DataFormats/HLTReco/interface/TriggerEvent.h
"
22
#include "
DataFormats/HcalRecHit/interface/HcalRecHitCollections.h
"
23
24
class
DQMHcalIsolatedBunchAlCaReco
:
public
DQMEDAnalyzer
{
25
public
:
26
DQMHcalIsolatedBunchAlCaReco
(
const
edm::ParameterSet
&);
27
~DQMHcalIsolatedBunchAlCaReco
()
override
;
28
29
protected
:
30
void
bookHistograms
(
DQMStore::IBooker
&,
edm::Run
const
&,
edm::EventSetup
const
&)
override
;
31
void
analyze
(
const
edm::Event
&
e
,
const
edm::EventSetup
&
c
)
override
;
32
33
private
:
34
//
35
// Monitor elements
36
//
37
MonitorElement
*
h_Event_
, *
h_hbhehit_
, *
h_hfhit_
, *
h_hohit_
;
38
40
std::string
folderName_
,
trigName_
;
41
bool
plotAll_
;
42
44
edm::EDGetTokenT<HBHERecHitCollection>
hbhereco_
;
45
edm::EDGetTokenT<HORecHitCollection>
horeco_
;
46
edm::EDGetTokenT<HFRecHitCollection>
hfreco_
;
47
edm::EDGetTokenT<edm::TriggerResults>
trigResult_
;
48
};
49
50
#endif
DQMHcalIsolatedBunchAlCaReco::h_hbhehit_
MonitorElement * h_hbhehit_
Definition:
DQMHcalIsolatedBunchAlCaReco.h:37
DQMHcalIsolatedBunchAlCaReco::analyze
void analyze(const edm::Event &e, const edm::EventSetup &c) override
Definition:
DQMHcalIsolatedBunchAlCaReco.cc:73
DQMHcalIsolatedBunchAlCaReco::folderName_
std::string folderName_
DQM folder name.
Definition:
DQMHcalIsolatedBunchAlCaReco.h:40
ESHandle.h
TriggerResults.h
DQMHcalIsolatedBunchAlCaReco::trigName_
std::string trigName_
Definition:
DQMHcalIsolatedBunchAlCaReco.h:40
edm::Run
Definition:
Run.h:45
TriggerEvent.h
edm::EDGetTokenT
Definition:
EDGetToken.h:33
DQMHcalIsolatedBunchAlCaReco::~DQMHcalIsolatedBunchAlCaReco
~DQMHcalIsolatedBunchAlCaReco() override
Definition:
DQMHcalIsolatedBunchAlCaReco.cc:57
DQMHcalIsolatedBunchAlCaReco
Definition:
DQMHcalIsolatedBunchAlCaReco.h:24
DQMStore.h
dqm::legacy::MonitorElement
Definition:
MonitorElement.h:461
DQMHcalIsolatedBunchAlCaReco::trigResult_
edm::EDGetTokenT< edm::TriggerResults > trigResult_
Definition:
DQMHcalIsolatedBunchAlCaReco.h:47
DQMEDAnalyzer.h
AlCaHLTBitMon_QueryRunRegistry.string
string
Definition:
AlCaHLTBitMon_QueryRunRegistry.py:256
DQMEDAnalyzer
Definition:
DQMEDAnalyzer.py:1
edm::ParameterSet
Definition:
ParameterSet.h:36
Event.h
edm::EventSetup
Definition:
EventSetup.h:57
DQMHcalIsolatedBunchAlCaReco::hbhereco_
edm::EDGetTokenT< HBHERecHitCollection > hbhereco_
object to monitor
Definition:
DQMHcalIsolatedBunchAlCaReco.h:44
HltBtagPostValidation_cff.c
c
Definition:
HltBtagPostValidation_cff.py:31
Frameworkfwd.h
DQMHcalIsolatedBunchAlCaReco::h_hfhit_
MonitorElement * h_hfhit_
Definition:
DQMHcalIsolatedBunchAlCaReco.h:37
DQMHcalIsolatedBunchAlCaReco::h_hohit_
MonitorElement * h_hohit_
Definition:
DQMHcalIsolatedBunchAlCaReco.h:37
DQMHcalIsolatedBunchAlCaReco::h_Event_
MonitorElement * h_Event_
Definition:
DQMHcalIsolatedBunchAlCaReco.h:37
DQMHcalIsolatedBunchAlCaReco::DQMHcalIsolatedBunchAlCaReco
DQMHcalIsolatedBunchAlCaReco(const edm::ParameterSet &)
Definition:
DQMHcalIsolatedBunchAlCaReco.cc:43
HcalRecHitCollections.h
dqm::implementation::IBooker
Definition:
DQMStore.h:43
DQMHcalIsolatedBunchAlCaReco::hfreco_
edm::EDGetTokenT< HFRecHitCollection > hfreco_
Definition:
DQMHcalIsolatedBunchAlCaReco.h:46
ParameterSet.h
DQMHcalIsolatedBunchAlCaReco::horeco_
edm::EDGetTokenT< HORecHitCollection > horeco_
Definition:
DQMHcalIsolatedBunchAlCaReco.h:45
edm::Event
Definition:
Event.h:73
DQMHcalIsolatedBunchAlCaReco::plotAll_
bool plotAll_
Definition:
DQMHcalIsolatedBunchAlCaReco.h:41
DQMHcalIsolatedBunchAlCaReco::bookHistograms
void bookHistograms(DQMStore::IBooker &, edm::Run const &, edm::EventSetup const &) override
Definition:
DQMHcalIsolatedBunchAlCaReco.cc:60
MillePedeFileConverter_cfg.e
e
Definition:
MillePedeFileConverter_cfg.py:37
Generated for CMSSW Reference Manual by
1.8.16