CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
PlaneBuilderFromGeometricTimingDet.cc
Go to the documentation of this file.
1 
4 
5 #include <algorithm>
6 
7 //#define DEBUG
8 
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 }
ReferenceCountingPointer< BoundPlane > ResultType
Position positionBounds() const
Definition: Plane.h:16
ResultType plane(const GeometricTimingDet *gd) const
std::unique_ptr< Bounds > bounds() const
Rotation rotationBounds() const