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
EventFilter
L1TRawToDigi
src
OmtfDtDataWord64.cc
Go to the documentation of this file.
1
#include "
EventFilter/L1TRawToDigi/interface/OmtfDtDataWord64.h
"
2
3
namespace
omtf
{
4
std::ostream &
operator<<
(std::ostream &
out
,
const
DtDataWord64
&
o
) {
5
out
<<
"DtDataWord64: "
6
<<
" type: "
<<
DataWord64::type
(
o
.type()) <<
" bx: "
<<
o
.bxNum() <<
" station: "
<<
o
.station()
7
<<
" sector: "
<<
o
.sector() <<
" fiber: "
<<
o
.fiber() <<
" phi: "
<<
o
.phi() <<
" quality: "
<<
o
.quality()
8
<<
" eta: "
<<
o
.eta() <<
" etaQ: "
<<
o
.etaQuality() <<
" bcnt: "
<<
o
.bcnt_st() <<
"_"
<<
o
.bcnt_e0() <<
"_"
9
<<
o
.bcnt_e1() <<
""
;
10
return
out
;
11
}
12
}
// namespace omtf
OmtfDtDataWord64.h
omtf::DtDataWord64
Definition:
OmtfDtDataWord64.h:9
EcalTangentSkim_cfg.o
o
Definition:
EcalTangentSkim_cfg.py:42
omtf::DataWord64::type
Type type(const T &)
MillePedeFileConverter_cfg.out
out
Definition:
MillePedeFileConverter_cfg.py:31
omtf
Definition:
OmtfCscDataWord64.h:7
omtf::operator<<
std::ostream & operator<<(std::ostream &out, const CscDataWord64 &o)
Definition:
OmtfCscDataWord64.cc:4
Generated for CMSSW Reference Manual by
1.8.14