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