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
DataFormats
L1THGCal
src
HGCFETriggerDigi.cc
Go to the documentation of this file.
1
#include "
DataFormats/L1THGCal/interface/HGCFETriggerDigi.h
"
2
3
using namespace
l1t
;
4
5
void
HGCFETriggerDigi::print
(std::ostream&
out
)
const
{
6
out
<<
"Codec type: "
<<
static_cast<
unsigned
>
(
codec_
) << std::endl;
7
out
<<
"Raw data payload: "
;
8
for
(
unsigned
i
=
data_
.size();
i
> 0; --
i
) {
9
out
<< (unsigned)
data_
[
i
- 1];
10
}
11
out
<< std::endl;
12
}
mps_fire.i
i
Definition:
mps_fire.py:429
l1t
delete x;
Definition:
CaloConfig.h:22
l1t::HGCFETriggerDigi::codec_
unsigned char codec_
Definition:
HGCFETriggerDigi.h:88
l1t::HGCFETriggerDigi::data_
data_payload data_
Definition:
HGCFETriggerDigi.h:89
MillePedeFileConverter_cfg.out
out
Definition:
MillePedeFileConverter_cfg.py:31
l1t::HGCFETriggerDigi::print
void print(std::ostream &out) const
Definition:
HGCFETriggerDigi.cc:5
HGCFETriggerDigi.h
Generated for CMSSW Reference Manual by
1.8.14