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
L1TRawToDigi
src
OmtfMuonDataWord64.cc
Go to the documentation of this file.
1
#include "
EventFilter/L1TRawToDigi/interface/OmtfMuonDataWord64.h
"
2
3
#include <bitset>
4
5
namespace
omtf
{
6
std::ostream &
operator<<
(std::ostream &
out
,
const
MuonDataWord64
&
o
) {
7
out
<<
"MuonDataWord64: "
8
<<
" type: "
<<
DataWord64::type
(
o
.type()) <<
" bx: "
<<
o
.bxNum() <<
" pT: "
<<
o
.pT() <<
" eta: "
<<
o
.eta()
9
<<
" phi: "
<<
o
.phi() <<
" quality: "
<<
o
.quality() <<
" layers: "
<< std::bitset<18>(
o
.layers()) <<
""
;
10
return
out
;
11
}
12
}
// namespace omtf
EcalTangentSkim_cfg.o
o
Definition:
EcalTangentSkim_cfg.py:42
omtf::operator<<
std::ostream & operator<<(std::ostream &out, const CscDataWord64 &o)
Definition:
OmtfCscDataWord64.cc:4
omtf::MuonDataWord64
Definition:
OmtfMuonDataWord64.h:8
omtf::DataWord64::type
Type type(const T &)
MillePedeFileConverter_cfg.out
out
Definition:
MillePedeFileConverter_cfg.py:31
OmtfMuonDataWord64.h
omtf
Definition:
OmtfCscDataWord64.h:7
Generated for CMSSW Reference Manual by
1.8.16