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
Validation
MuonCSCDigis
interface
CSCCLCTDigiValidation.h
Go to the documentation of this file.
1
#ifndef Validation_MuonCSCDigis_CSCCLCTDigiValidation_H
2
#define Validation_MuonCSCDigis_CSCCLCTDigiValidation_H
3
4
#include "
FWCore/Framework/interface/ConsumesCollector.h
"
5
6
#include "
DQMServices/Core/interface/DQMStore.h
"
7
#include "
DataFormats/CSCDigi/interface/CSCCLCTDigi.h
"
8
#include "
DataFormats/CSCDigi/interface/CSCCLCTDigiCollection.h
"
9
#include "
Validation/MuonCSCDigis/interface/CSCBaseValidation.h
"
10
11
class
CSCCLCTDigiValidation
:
public
CSCBaseValidation
{
12
public
:
13
CSCCLCTDigiValidation
(
const
edm::InputTag
&
inputTag
,
edm::ConsumesCollector
&&iC);
14
~CSCCLCTDigiValidation
()
override
;
15
void
bookHistograms
(
DQMStore::IBooker
&);
16
void
analyze
(
const
edm::Event
&,
const
edm::EventSetup
&)
override
;
17
18
private
:
19
edm::EDGetTokenT<CSCCLCTDigiCollection>
clcts_Token_
;
20
21
MonitorElement
*
theTimeBinPlots
[10];
22
MonitorElement
*
theNDigisPerLayerPlots
[10];
23
MonitorElement
*
theNDigisPerEventPlot
;
24
};
25
26
#endif
CSCCLCTDigiValidation::bookHistograms
void bookHistograms(DQMStore::IBooker &)
Definition:
CSCCLCTDigiValidation.cc:16
CSCCLCTDigiValidation::~CSCCLCTDigiValidation
~CSCCLCTDigiValidation() override
Definition:
CSCCLCTDigiValidation.cc:14
edm::EDGetTokenT< CSCCLCTDigiCollection >
CSCCLCTDigiValidation::CSCCLCTDigiValidation
CSCCLCTDigiValidation(const edm::InputTag &inputTag, edm::ConsumesCollector &&iC)
Definition:
CSCCLCTDigiValidation.cc:9
DQMStore.h
dqm::legacy::MonitorElement
Definition:
MonitorElement.h:461
CSCCLCTDigiValidation::analyze
void analyze(const edm::Event &, const edm::EventSetup &) override
Definition:
CSCCLCTDigiValidation.cc:27
CSCCLCTDigiValidation::theNDigisPerEventPlot
MonitorElement * theNDigisPerEventPlot
Definition:
CSCCLCTDigiValidation.h:23
CSCCLCTDigiValidation::theTimeBinPlots
MonitorElement * theTimeBinPlots[10]
Definition:
CSCCLCTDigiValidation.h:21
edm::EventSetup
Definition:
EventSetup.h:57
CSCCLCTDigiValidation
Definition:
CSCCLCTDigiValidation.h:11
CSCCLCTDigiValidation::theNDigisPerLayerPlots
MonitorElement * theNDigisPerLayerPlots[10]
Definition:
CSCCLCTDigiValidation.h:22
CSCCLCTDigi.h
dqm::implementation::IBooker
Definition:
DQMStore.h:43
CSCCLCTDigiValidation::clcts_Token_
edm::EDGetTokenT< CSCCLCTDigiCollection > clcts_Token_
Definition:
CSCCLCTDigiValidation.h:19
ConsumesCollector.h
CSCBaseValidation
Definition:
CSCBaseValidation.h:14
CSCBaseValidation.h
CSCCLCTDigiCollection.h
SimL1EmulatorRepack_Full_cff.inputTag
inputTag
Definition:
SimL1EmulatorRepack_Full_cff.py:56
edm::Event
Definition:
Event.h:73
edm::InputTag
Definition:
InputTag.h:15
edm::ConsumesCollector
Definition:
ConsumesCollector.h:45
Generated for CMSSW Reference Manual by
1.8.16