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
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
TkRotation< float >
PlaneBuilder::PositionType
Surface::PositionType PositionType
Definition:
PlaneBuilder.h:15
pos
Definition:
PixelAliasList.h:18
Bounds
Definition:
Bounds.h:18
ReferenceCountingPointer< Plane >
PlaneBuilder::ReturnType
ReferenceCountingPointer< Plane > ReturnType
Definition:
PlaneBuilder.h:17
Plane.h
PlaneBuilder::RotationType
Surface::RotationType RotationType
Definition:
PlaneBuilder.h:16
Point3DBase< float, GlobalTag >
PlaneBuilder::plane
ReturnType plane(const PositionType &pos, const RotationType &rot) const
Definition:
PlaneBuilder.h:21
PlaneBuilder::plane
ReturnType plane(const PositionType &pos, const RotationType &rot, Bounds *bounds) const
Definition:
PlaneBuilder.h:27
Plane
Definition:
Plane.h:16
makeMuonMisalignmentScenario.rot
rot
Definition:
makeMuonMisalignmentScenario.py:322
PlaneBuilder
Definition:
PlaneBuilder.h:13
Generated for CMSSW Reference Manual by
1.8.16