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
SimMuon
CSCDigitizer
src
CSCDigiDump.h
Go to the documentation of this file.
1
#ifndef CSCDigitizer_CSCDigiDump_h
2
#define CSCDigitizer_CSCDigiDump_h
3
4
#include "
DataFormats/CSCDigi/interface/CSCComparatorDigiCollection.h
"
5
#include "
DataFormats/CSCDigi/interface/CSCStripDigiCollection.h
"
6
#include "
DataFormats/CSCDigi/interface/CSCWireDigiCollection.h
"
7
#include "
FWCore/Framework/interface/ConsumesCollector.h
"
8
#include "
FWCore/Framework/interface/one/EDAnalyzer.h
"
9
#include "
FWCore/ParameterSet/interface/ParameterSet.h
"
10
11
class
CSCDigiDump
:
public
edm::one::EDAnalyzer
<> {
12
public
:
13
explicit
CSCDigiDump
(
edm::ParameterSet
const
&conf);
14
void
analyze
(
edm::Event
const
&
e
,
edm::EventSetup
const
&
c
)
override
;
15
16
private
:
17
edm::EDGetTokenT<CSCWireDigiCollection>
wd_token
;
18
edm::EDGetTokenT<CSCStripDigiCollection>
sd_token
;
19
edm::EDGetTokenT<CSCComparatorDigiCollection>
cd_token
;
20
};
21
22
#endif
CSCStripDigiCollection.h
CSCDigiDump::analyze
void analyze(edm::Event const &e, edm::EventSetup const &c) override
Definition:
CSCDigiDump.cc:17
CSCDigiDump::CSCDigiDump
CSCDigiDump(edm::ParameterSet const &conf)
Definition:
CSCDigiDump.cc:11
CSCDigiDump::wd_token
edm::EDGetTokenT< CSCWireDigiCollection > wd_token
Definition:
CSCDigiDump.h:17
MillePedeFileConverter_cfg.e
e
Definition:
MillePedeFileConverter_cfg.py:37
CSCDigiDump::sd_token
edm::EDGetTokenT< CSCStripDigiCollection > sd_token
Definition:
CSCDigiDump.h:18
edm::EDGetTokenT< CSCWireDigiCollection >
HltBtagPostValidation_cff.c
c
Definition:
HltBtagPostValidation_cff.py:35
ParameterSet.h
CSCDigiDump::cd_token
edm::EDGetTokenT< CSCComparatorDigiCollection > cd_token
Definition:
CSCDigiDump.h:19
CSCComparatorDigiCollection.h
edm::EventSetup
Definition:
EventSetup.h:56
CSCDigiDump
Definition:
CSCDigiDump.h:11
EDAnalyzer.h
CSCWireDigiCollection.h
edm::ParameterSet
Definition:
ParameterSet.h:48
edm::Event
Definition:
Event.h:73
ConsumesCollector.h
edm::one::EDAnalyzer
Definition:
EDAnalyzer.h:30
Generated for CMSSW Reference Manual by
1.8.14