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
OmtfDataWord64.cc
Go to the documentation of this file.
1
#include "
DataFormats/L1TMuon/interface/OMTF/OmtfDataWord64.h
"
2
3
namespace
omtf
{
4
std::ostream &
DataWord64::operator<<
(std::ostream &
out
,
const
DataWord64::Type
&
o
) {
5
switch
(
o
) {
6
case
(
csc
):
7
out
<<
"csc "
;
8
break
;
9
case
(
rpc
):
10
out
<<
"rpc "
;
11
break
;
12
case
(
dt
):
13
out
<<
"dt "
;
14
break
;
15
case
(
omtf
):
16
out
<<
"omtf"
;
17
break
;
18
default
:
19
out
<<
"unkn"
;
20
break
;
21
}
22
out
<<
"(0x"
<< std::hex << static_cast<int>(
o
) <<
std::dec
<<
")"
;
23
return
out
;
24
}
25
}
// namespace omtf
dt
float dt
Definition:
AMPTWrapper.h:136
omtf::DataWord64::rpc
Definition:
OmtfDataWord64.h:16
OmtfDataWord64.h
omtf::DataWord64::operator<<
std::ostream & operator<<(std::ostream &out, const Type &o)
Definition:
OmtfDataWord64.cc:4
EcalTangentSkim_cfg.o
o
Definition:
EcalTangentSkim_cfg.py:42
csc
Definition:
L1Track.h:19
MillePedeFileConverter_cfg.out
out
Definition:
MillePedeFileConverter_cfg.py:31
TauDecayModes.dec
dec
Definition:
TauDecayModes.py:142
omtf
Definition:
OmtfCscDataWord64.h:7
omtf::DataWord64::Type
Type
Definition:
OmtfDataWord64.h:16
Generated for CMSSW Reference Manual by
1.8.14