CMS 3D CMS Logo

PlaneBuilderFromGeometricDet.cc
Go to the documentation of this file.
1 
4 
5 #include <algorithm>
6 
7 //#define DEBUG
8 
24  // gd->bounds() returns a pointer owned by the caller!
25  return ResultType(new Plane(gd->positionBounds(), gd->rotationBounds(), gd->bounds().release()));
26 }
ResultType plane(const GeometricDet *gd) const
Position positionBounds() const
Definition: Plane.h:16
Rotation rotationBounds() const
ReferenceCountingPointer< BoundPlane > ResultType
std::unique_ptr< Bounds > bounds() const