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