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
EventFilter
DTRawToDigi
plugins
DTDigiToRawModule.h
Go to the documentation of this file.
1
#ifndef EventFilter_DTDigiToRawModule_h
2
#define EventFilter_DTDigiToRawModule_h
3
4
#include "
FWCore/Framework/interface/stream/EDProducer.h
"
5
#include "
FWCore/Utilities/interface/InputTag.h
"
6
#include "
DataFormats/DTDigi/interface/DTDigiCollection.h
"
7
#include "
FWCore/Utilities/interface/ESGetToken.h
"
8
#include "
CondFormats/DTObjects/interface/DTReadOutMapping.h
"
9
#include "
CondFormats/DataRecord/interface/DTReadOutMappingRcd.h
"
10
11
class
DTDigiToRaw
;
12
13
class
DTDigiToRawModule
:
public
edm::stream::EDProducer
<> {
14
public
:
16
DTDigiToRawModule
(
const
edm::ParameterSet
&
pset
);
17
19
~DTDigiToRawModule
()
override
;
20
21
// Operations
22
void
produce
(
edm::Event
&,
const
edm::EventSetup
&)
override
;
23
24
private
:
25
DTDigiToRaw
*
packer
;
26
27
int
dduID
;
28
bool
debug
;
29
edm::EDGetTokenT<DTDigiCollection>
digicoll
;
30
edm::ESGetToken<DTReadOutMapping, DTReadOutMappingRcd>
mapToken_
;
31
32
bool
useStandardFEDid_
;
33
int
minFEDid_
;
34
int
maxFEDid_
;
35
};
36
#endif
DTDigiToRawModule::produce
void produce(edm::Event &, const edm::EventSetup &) override
Definition:
DTDigiToRawModule.cc:42
edm::EDGetTokenT< DTDigiCollection >
DTDigiToRawModule::digicoll
edm::EDGetTokenT< DTDigiCollection > digicoll
Definition:
DTDigiToRawModule.h:29
DTDigiToRawModule::dduID
int dduID
Definition:
DTDigiToRawModule.h:27
DTDigiToRawModule
Definition:
DTDigiToRawModule.h:13
DTDigiToRawModule::packer
DTDigiToRaw * packer
Definition:
DTDigiToRawModule.h:25
DTDigiToRawModule::mapToken_
edm::ESGetToken< DTReadOutMapping, DTReadOutMappingRcd > mapToken_
Definition:
DTDigiToRawModule.h:30
EDProducer.h
ESGetToken.h
DTReadOutMappingRcd.h
DTDigiToRawModule::~DTDigiToRawModule
~DTDigiToRawModule() override
Destructor.
Definition:
DTDigiToRawModule.cc:36
edm::ParameterSet
Definition:
ParameterSet.h:47
DTDigiToRaw
Definition:
DTDigiToRaw.h:15
edm::stream::EDProducer
Definition:
EDProducer.h:38
edm::EventSetup
Definition:
EventSetup.h:57
edm::ESGetToken< DTReadOutMapping, DTReadOutMappingRcd >
InputTag.h
DTDigiToRawModule::maxFEDid_
int maxFEDid_
Definition:
DTDigiToRawModule.h:34
DTDigiToRawModule::useStandardFEDid_
bool useStandardFEDid_
Definition:
DTDigiToRawModule.h:32
DTDigiToRawModule::DTDigiToRawModule
DTDigiToRawModule(const edm::ParameterSet &pset)
Constructor.
Definition:
DTDigiToRawModule.cc:19
DTDigiCollection.h
DTDigiToRawModule::debug
bool debug
Definition:
DTDigiToRawModule.h:28
edm::Event
Definition:
Event.h:73
DTDigiToRawModule::minFEDid_
int minFEDid_
Definition:
DTDigiToRawModule.h:33
DTReadOutMapping.h
muonDTDigis_cfi.pset
pset
Definition:
muonDTDigis_cfi.py:27
Generated for CMSSW Reference Manual by
1.8.16