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
Geometry
TrackerGeometryBuilder
src
PlaneBuilderFromGeometricDet.cc
Go to the documentation of this file.
1
2
#include "
Geometry/TrackerGeometryBuilder/interface/PlaneBuilderFromGeometricDet.h
"
3
#include "
Geometry/TrackerNumberingBuilder/interface/GeometricDet.h
"
4
5
#include <algorithm>
6
7
//#define DEBUG
8
23
PlaneBuilderFromGeometricDet::ResultType
PlaneBuilderFromGeometricDet::plane
(
const
GeometricDet
* gd)
const
{
24
// gd->bounds() returns a pointer owned by the caller!
25
return
ResultType
(
new
Plane
(gd->
positionBounds
(), gd->
rotationBounds
(), gd->
bounds
().release()));
26
}
PlaneBuilderFromGeometricDet::plane
ResultType plane(const GeometricDet *gd) const
Definition:
PlaneBuilderFromGeometricDet.cc:23
GeometricDet::positionBounds
Position positionBounds() const
Definition:
GeometricDet.cc:228
Plane
Definition:
Plane.h:16
ReferenceCountingPointer
Definition:
ReferenceCounted.h:60
GeometricDet.h
GeometricDet
Definition:
GeometricDet.h:31
GeometricDet::rotationBounds
Rotation rotationBounds() const
Definition:
GeometricDet.cc:235
PlaneBuilderFromGeometricDet::ResultType
ReferenceCountingPointer< BoundPlane > ResultType
Definition:
PlaneBuilderFromGeometricDet.h:13
PlaneBuilderFromGeometricDet.h
GeometricDet::bounds
std::unique_ptr< Bounds > bounds() const
Definition:
GeometricDet.cc:223
Generated for CMSSW Reference Manual by
1.8.14