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
DPGAnalysis
MuonTools
plugins
MuDigiFlatTableProducers.cc
Go to the documentation of this file.
1
10
#include "
DPGAnalysis/MuonTools/interface/MuDigiBaseProducer.h
"
11
12
#include "
DataFormats/CSCDigi/interface/CSCWireDigiCollection.h
"
13
using
CSCWireDigiFlatTableProducer
=
MuDigiBaseProducer<CSCDetId, CSCWireDigi>
;
14
15
#include "
DataFormats/CSCDigi/interface/CSCALCTDigiCollection.h
"
16
using
CSCAlctDigiFlatTableProducer
=
MuDigiBaseProducer<CSCDetId, CSCALCTDigi>
;
17
18
#include "
DataFormats/DTDigi/interface/DTDigiCollection.h
"
19
using
DTDigiFlatTableProducer
=
MuDigiBaseProducer<DTLayerId, DTDigi>
;
20
21
#include "
DataFormats/RPCDigi/interface/RPCDigiCollection.h
"
22
using
RPCDigiFlatTableProducer
=
MuDigiBaseProducer<RPCDetId, RPCDigi>
;
23
24
#include "
DataFormats/GEMDigi/interface/GEMDigiCollection.h
"
25
using
GEMDigiFlatTableProducer
=
MuDigiBaseProducer<GEMDetId, GEMDigi>
;
26
27
#include "
DataFormats/GEMDigi/interface/GEMOHStatusCollection.h
"
28
using
GEMOHStatusFlatTableProducer
=
MuDigiBaseProducer<GEMDetId, GEMOHStatus>
;
29
30
#include "
FWCore/PluginManager/interface/ModuleDef.h
"
31
#include "
FWCore/Framework/interface/MakerMacros.h
"
32
33
DEFINE_FWK_MODULE
(
CSCWireDigiFlatTableProducer
);
34
DEFINE_FWK_MODULE
(
CSCAlctDigiFlatTableProducer
);
35
DEFINE_FWK_MODULE
(
DTDigiFlatTableProducer
);
36
DEFINE_FWK_MODULE
(
RPCDigiFlatTableProducer
);
37
DEFINE_FWK_MODULE
(
GEMDigiFlatTableProducer
);
38
DEFINE_FWK_MODULE
(
GEMOHStatusFlatTableProducer
);
MuDigiBaseProducer
Definition:
MuDigiBaseProducer.h:22
GEMOHStatusCollection.h
DTDigiCollection.h
DEFINE_FWK_MODULE
#define DEFINE_FWK_MODULE(type)
Definition:
MakerMacros.h:16
CSCWireDigiCollection.h
CSCALCTDigiCollection.h
RPCDigiCollection.h
MuDigiBaseProducer.h
GEMDigiCollection.h
ModuleDef.h
MakerMacros.h
Generated for CMSSW Reference Manual by
1.8.14