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
GeometrySurface
interface
BoundDiskSector.h
Go to the documentation of this file.
1
#ifndef DataFormats_GeometrySurface_BoundDiskSector_h
2
#define DataFormats_GeometrySurface_BoundDiskSector_h
3
4
#include "
DataFormats/GeometrySurface/interface/Plane.h
"
5
#include "
DiskSectorBounds.h
"
6
7
class
BoundDiskSector
final :
public
Plane
{
8
public
:
9
~BoundDiskSector
()
override
{}
10
11
BoundDiskSector
(
const
PositionType
&
pos
,
const
RotationType
&
rot
,
Bounds
*
bounds
) :
Plane
(
pos
,
rot
,
bounds
) {}
12
13
float
innerRadius
()
const
{
return
bounds
().
innerRadius
(); }
14
float
outerRadius
()
const
{
return
bounds
().
outerRadius
(); }
15
float
phiHalfExtension
()
const
{
return
bounds
().
phiHalfExtension
(); }
16
17
// hide
18
DiskSectorBounds
const
&
bounds
()
const
{
return
static_cast<DiskSectorBounds const&>(
Plane::bounds
()); }
19
};
20
21
#endif
BoundDiskSector::bounds
DiskSectorBounds const & bounds() const
Definition:
BoundDiskSector.h:18
BoundDiskSector::phiHalfExtension
float phiHalfExtension() const
Definition:
BoundDiskSector.h:15
TkRotation< float >
DiskSectorBounds::outerRadius
float outerRadius() const
Definition:
DiskSectorBounds.h:34
DiskSectorBounds::innerRadius
float innerRadius() const
Definition:
DiskSectorBounds.h:33
DiskSectorBounds
Definition:
DiskSectorBounds.h:11
BoundDiskSector::~BoundDiskSector
~BoundDiskSector() override
Definition:
BoundDiskSector.h:9
pos
Definition:
PixelAliasList.h:18
Bounds
Definition:
Bounds.h:18
Plane.h
BoundDiskSector::BoundDiskSector
BoundDiskSector(const PositionType &pos, const RotationType &rot, Bounds *bounds)
Definition:
BoundDiskSector.h:11
Surface::bounds
const Bounds & bounds() const
Definition:
Surface.h:87
Point3DBase< float, GlobalTag >
DiskSectorBounds::phiHalfExtension
float phiHalfExtension() const
Definition:
DiskSectorBounds.h:35
BoundDiskSector::outerRadius
float outerRadius() const
Definition:
BoundDiskSector.h:14
BoundDiskSector
Definition:
BoundDiskSector.h:7
DiskSectorBounds.h
Plane
Definition:
Plane.h:16
makeMuonMisalignmentScenario.rot
rot
Definition:
makeMuonMisalignmentScenario.py:322
BoundDiskSector::innerRadius
float innerRadius() const
Definition:
BoundDiskSector.h:13
Generated for CMSSW Reference Manual by
1.8.16