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
SiStripDetId
src
SiStripDetId.cc
Go to the documentation of this file.
1
#include "
DataFormats/SiStripDetId/interface/SiStripDetId.h
"
2
#include <iomanip>
3
4
std::ostream &
operator<<
(std::ostream &os,
const
SiStripDetId
&
id
) {
5
return
os <<
"[SiStripDetId::print]"
<< std::endl
6
<<
" rawId : 0x"
<< std::hex << std::setfill(
'0'
) << std::setw(8) <<
id
.rawId() <<
std::dec
7
<< std::endl
8
<<
" bits[0:24] : "
<< std::hex << std::setfill(
'0'
) << std::setw(8) << (0x01FFFFFF &
id
.rawId())
9
<<
std::dec
<< std::endl
10
<<
" Detector : "
<<
id
.det() << std::endl
11
<<
" SubDetector : "
<<
id
.subdetId() << std::endl
12
<<
" reserved : "
<<
id
.reserved();
13
}
operator<<
std::ostream & operator<<(std::ostream &os, const SiStripDetId &id)
Definition:
SiStripDetId.cc:4
SiStripDetId.h
SiStripDetId
Detector identifier class for the strip tracker.
Definition:
SiStripDetId.h:18
TauDecayModes.dec
dec
Definition:
TauDecayModes.py:142
Generated for CMSSW Reference Manual by
1.8.14