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
src
EcalSupervisorDataFormatter.h
Go to the documentation of this file.
1
#ifndef EcalSupervisorTBDataFormatter_H
2
#define EcalSupervisorTBDataFormatter_H
3
7
#include <
TBDataFormats/EcalTBObjects/interface/EcalTBCollections.h
>
8
#include <
DataFormats/FEDRawData/interface/FEDRawData.h
>
9
10
#include "
FWCore/ServiceRegistry/interface/Service.h
"
11
#include "
FWCore/MessageLogger/interface/MessageLogger.h
"
12
13
class
FEDRawData
;
14
class
EcalSupervisorTBDataFormatter
{
15
public
:
16
EcalSupervisorTBDataFormatter
();
17
virtual
~EcalSupervisorTBDataFormatter
() {
18
LogDebug
(
"EcalTBRawToDigi"
) <<
"@SUB=EcalSupervisorTBDataFormatter"
19
<<
"\n"
;
20
};
21
22
//Method to be implemented
23
void
interpretRawData
(
const
FEDRawData
&
data
,
EcalTBEventHeader
& tbEventHeader);
24
25
private
:
26
static
const
int
nWordsPerEvent
= 14;
27
};
28
#endif
MessageLogger.h
EcalSupervisorTBDataFormatter
Definition:
EcalSupervisorDataFormatter.h:14
EcalSupervisorTBDataFormatter::EcalSupervisorTBDataFormatter
EcalSupervisorTBDataFormatter()
Definition:
EcalSupervisorDataFormatter.cc:5
EcalSupervisorTBDataFormatter::nWordsPerEvent
static const int nWordsPerEvent
Definition:
EcalSupervisorDataFormatter.h:26
FEDRawData.h
EcalSupervisorTBDataFormatter::~EcalSupervisorTBDataFormatter
virtual ~EcalSupervisorTBDataFormatter()
Definition:
EcalSupervisorDataFormatter.h:17
EcalTBEventHeader
Definition:
EcalTBEventHeader.h:14
FEDRawData
Definition:
FEDRawData.h:19
Service.h
LogDebug
#define LogDebug(id)
Definition:
MessageLogger.h:233
EcalSupervisorTBDataFormatter::interpretRawData
void interpretRawData(const FEDRawData &data, EcalTBEventHeader &tbEventHeader)
Definition:
EcalSupervisorDataFormatter.cc:7
data
char data[epos_bytes_allocation]
Definition:
EPOS_Wrapper.h:79
EcalTBCollections.h
Generated for CMSSW Reference Manual by
1.8.16