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
DataFormats
ForwardDetId
src
ETLDetId.cc
Go to the documentation of this file.
1
#include "
DataFormats/ForwardDetId/interface/ETLDetId.h
"
2
#include <iomanip>
3
4
std::ostream&
operator<<
(std::ostream& os,
const
ETLDetId
&
id
) {
5
os << (
MTDDetId
&)
id
;
6
os <<
" ETL "
<< std::endl
7
<<
" Side : "
<<
id
.mtdSide() << std::endl
8
<<
" Ring : "
<<
id
.mtdRR() <<
" "
9
<<
" Disc/Side/Sector = "
<<
id
.nDisc() <<
" "
<<
id
.discSide() <<
" "
<<
id
.sector() << std::endl
10
<<
" Module : "
<<
id
.module() << std::endl
11
<<
" Module type : "
<<
id
.modType() << std::endl;
12
return
os;
13
}
ETLDetId
Detector identifier class for the Endcap Timing Layer.
Definition:
ETLDetId.h:15
ETLDetId.h
MTDDetId
Detector identifier base class for the MIP Timing Layer.
Definition:
MTDDetId.h:21
operator<<
std::ostream & operator<<(std::ostream &os, const ETLDetId &id)
Definition:
ETLDetId.cc:4
Generated for CMSSW Reference Manual by
1.8.16