src
DataFormats
GeometrySurface
src
Plane.cc
Go to the documentation of this file.
1
#include "
DataFormats/GeometrySurface/interface/Plane.h
"
2
#include "
DataFormats/GeometrySurface/interface/TangentPlane.h
"
3
4
ConstReferenceCountingPointer<TangentPlane>
Plane::tangentPlane
(
const
GlobalPoint
&)
const
{
5
return
ConstReferenceCountingPointer<TangentPlane>
(
this
);
6
}
7
8
ConstReferenceCountingPointer<TangentPlane>
Plane::tangentPlane
(
const
LocalPoint
&)
const
{
9
return
ConstReferenceCountingPointer<TangentPlane>
(
this
);
10
}
Plane::tangentPlane
ConstReferenceCountingPointer< TangentPlane > tangentPlane(const GlobalPoint &) const final
tangent plane to surface from global point
Definition:
Plane.cc:4
ConstReferenceCountingPointer
Definition:
ReferenceCounted.h:67
Plane.h
TangentPlane.h
Point3DBase< float, GlobalTag >
Generated for CMSSW Reference Manual by
1.8.14