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
EcalTBRawToDigi
interface
EcalDCCUnpackingModule.h
Go to the documentation of this file.
1
#ifndef EcalDCCTBUnpackingModule_H
2
#define EcalDCCTBUnpackingModule_H
3
11
#include <
FWCore/Framework/interface/MakerMacros.h
>
12
#include <
FWCore/Framework/interface/EDProducer.h
>
13
#include "
FWCore/Utilities/interface/InputTag.h
"
14
15
#include <iostream>
16
#include <string>
17
18
class
EcalTBDaqFormatter
;
19
class
EcalSupervisorTBDataFormatter
;
20
class
CamacTBDataFormatter
;
21
class
TableDataFormatter
;
22
class
MatacqTBDataFormatter
;
23
24
class
EcalDCCTBUnpackingModule
:
public
edm::EDProducer
{
25
public
:
27
EcalDCCTBUnpackingModule
(
const
edm::ParameterSet
&
pset
);
28
30
~EcalDCCTBUnpackingModule
()
override
;
31
33
void
produce
(
edm::Event
&
e
,
const
edm::EventSetup
&
c
)
override
;
34
35
// BeginJob
36
void
beginJob
()
override
;
37
38
// EndJob
39
void
endJob
(
void
)
override
;
40
41
private
:
42
EcalTBDaqFormatter
*
formatter_
;
43
EcalSupervisorTBDataFormatter
*
ecalSupervisorFormatter_
;
44
CamacTBDataFormatter
*
camacTBformatter_
;
45
TableDataFormatter
*
tableFormatter_
;
46
MatacqTBDataFormatter
*
matacqFormatter_
;
47
edm::InputTag
fedRawDataCollectionTag_
;
48
};
49
50
#endif
EDProducer.h
EcalDCCTBUnpackingModule::matacqFormatter_
MatacqTBDataFormatter * matacqFormatter_
Definition:
EcalDCCUnpackingModule.h:46
EcalSupervisorTBDataFormatter
Definition:
EcalSupervisorDataFormatter.h:14
EcalTBDaqFormatter
Definition:
EcalTBDaqFormatter.h:26
EcalDCCTBUnpackingModule::~EcalDCCTBUnpackingModule
~EcalDCCTBUnpackingModule() override
Destructor.
Definition:
EcalDCCUnpackingModule.cc:75
MakerMacros.h
EcalDCCTBUnpackingModule::beginJob
void beginJob() override
Definition:
EcalDCCUnpackingModule.cc:77
EcalDCCTBUnpackingModule::EcalDCCTBUnpackingModule
EcalDCCTBUnpackingModule(const edm::ParameterSet &pset)
Constructor.
Definition:
EcalDCCUnpackingModule.cc:40
edm::ParameterSet
Definition:
ParameterSet.h:36
TableDataFormatter
Definition:
TableDataFormatter.h:13
edm::EventSetup
Definition:
EventSetup.h:57
HltBtagPostValidation_cff.c
c
Definition:
HltBtagPostValidation_cff.py:31
EcalDCCTBUnpackingModule::tableFormatter_
TableDataFormatter * tableFormatter_
Definition:
EcalDCCUnpackingModule.h:45
InputTag.h
EcalDCCTBUnpackingModule::formatter_
EcalTBDaqFormatter * formatter_
Definition:
EcalDCCUnpackingModule.h:42
EcalDCCTBUnpackingModule::endJob
void endJob(void) override
Definition:
EcalDCCUnpackingModule.cc:79
EcalDCCTBUnpackingModule::ecalSupervisorFormatter_
EcalSupervisorTBDataFormatter * ecalSupervisorFormatter_
Definition:
EcalDCCUnpackingModule.h:43
MatacqTBDataFormatter
Definition:
MatacqDataFormatter.h:14
edm::EDProducer
Definition:
EDProducer.h:36
EcalDCCTBUnpackingModule::fedRawDataCollectionTag_
edm::InputTag fedRawDataCollectionTag_
Definition:
EcalDCCUnpackingModule.h:47
EcalDCCTBUnpackingModule::produce
void produce(edm::Event &e, const edm::EventSetup &c) override
Produce digis out of raw data.
Definition:
EcalDCCUnpackingModule.cc:81
edm::Event
Definition:
Event.h:73
edm::InputTag
Definition:
InputTag.h:15
muonDTDigis_cfi.pset
pset
Definition:
muonDTDigis_cfi.py:27
CamacTBDataFormatter
Definition:
CamacTBDataFormatter.h:23
MillePedeFileConverter_cfg.e
e
Definition:
MillePedeFileConverter_cfg.py:37
EcalDCCTBUnpackingModule
Definition:
EcalDCCUnpackingModule.h:24
EcalDCCTBUnpackingModule::camacTBformatter_
CamacTBDataFormatter * camacTBformatter_
Definition:
EcalDCCUnpackingModule.h:44
Generated for CMSSW Reference Manual by
1.8.16