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
src
DataFormats
GeometrySurface
interface
PlaneBuilder.h
Go to the documentation of this file.
1
#ifndef Geom_PlaneBuilder_H
2
#define Geom_PlaneBuilder_H
3
4
#include "
DataFormats/GeometrySurface/interface/Plane.h
"
5
6
class
Bounds
;
7
13
class
PlaneBuilder
{
14
public
:
15
typedef
Surface::PositionType
PositionType
;
16
typedef
Surface::RotationType
RotationType
;
17
typedef
ReferenceCountingPointer<Plane>
ReturnType
;
18
21
ReturnType
plane
(
const
PositionType
&
pos
,
const
RotationType
&
rot
)
const
{
return
ReturnType
(
new
Plane
(
pos
,
rot
)); }
22
27
ReturnType
plane
(
const
PositionType
&
pos
,
const
RotationType
&
rot
,
Bounds
*
bounds
)
const
{
28
return
ReturnType
(
new
Plane
(
pos
,
rot
,
bounds
));
29
}
30
};
31
32
#endif
Plane.h
PlaneBuilder::plane
ReturnType plane(const PositionType &pos, const RotationType &rot) const
Definition:
PlaneBuilder.h:21
PlaneBuilder
Definition:
PlaneBuilder.h:13
PlaneBuilder::RotationType
Surface::RotationType RotationType
Definition:
PlaneBuilder.h:16
bounds
bounds
Definition:
SiStripHitEfficiencyHelpers.h:25
Plane
Definition:
Plane.h:16
PlaneBuilder::PositionType
Surface::PositionType PositionType
Definition:
PlaneBuilder.h:15
ReferenceCountingPointer< Plane >
TkRotation< float >
pos
Definition:
PixelCalibBase.h:13
PlaneBuilder::ReturnType
ReferenceCountingPointer< Plane > ReturnType
Definition:
PlaneBuilder.h:17
Point3DBase< float, GlobalTag >
Bounds
Definition:
Bounds.h:18
PlaneBuilder::plane
ReturnType plane(const PositionType &pos, const RotationType &rot, Bounds *bounds) const
Definition:
PlaneBuilder.h:27
makeMuonMisalignmentScenario.rot
rot
Definition:
makeMuonMisalignmentScenario.py:322
Generated for CMSSW Reference Manual by
1.8.14