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
DataFormats
SiPixelDetId
src
PXBDetId.cc
Go to the documentation of this file.
1
#include "
DataFormats/SiPixelDetId/interface/PXBDetId.h
"
2
3
PXBDetId::PXBDetId
() :
DetId
() {}
4
5
PXBDetId::PXBDetId
(uint32_t rawid) :
DetId
(rawid) {}
6
PXBDetId::PXBDetId
(
const
DetId
&
id
) :
DetId
(
id
.rawId()) {}
7
8
std::ostream&
operator<<
(std::ostream& os,
const
PXBDetId
&
id
) {
9
return
os <<
"(PixelBarrel "
<<
id
.layer() <<
','
<<
id
.ladder() <<
','
<<
id
.module() <<
')'
;
10
}
operator<<
std::ostream & operator<<(std::ostream &os, const PXBDetId &id)
Definition:
PXBDetId.cc:8
PXBDetId
Definition:
PXBDetId.h:16
PXBDetId::PXBDetId
PXBDetId()
Definition:
PXBDetId.cc:3
triggerObjects_cff.id
id
Definition:
triggerObjects_cff.py:29
PXBDetId.h
DetId
Definition:
DetId.h:17
Generated for CMSSW Reference Manual by
1.8.14