CMS 3D CMS Logo

PlaneBuilderForGluedDet.h
Go to the documentation of this file.
1 #ifndef Geometry_TrackerGeometryBuilder_PlaneBuilderForGluedDet_H
2 #define Geometry_TrackerGeometryBuilder_PlaneBuilderForGluedDet_H
3 
9 #include <utility>
10 #include <vector>
11 
16 public:
20 
21  ResultType plane(const std::vector<const GeomDetUnit*>& dets) const;
22 
23 private:
24  std::pair<RectangularPlaneBounds*, GlobalVector> computeRectBounds(const std::vector<const GeomDetUnit*>& dets,
25  const Plane& plane) const;
26 
27  Surface::RotationType computeRotation(const std::vector<const GeomDetUnit*>& dets,
28  const Surface::PositionType& meanPos) const;
29 };
30 
31 #endif
Definition: Plane.h:16
ResultType plane(const std::vector< const GeomDetUnit *> &dets) const
Surface::RotationType computeRotation(const std::vector< const GeomDetUnit *> &dets, const Surface::PositionType &meanPos) const
Point3DBase< float, GlobalTag > PositionType
ReferenceCountingPointer< Plane > ResultType
std::pair< RectangularPlaneBounds *, GlobalVector > computeRectBounds(const std::vector< const GeomDetUnit *> &dets, const Plane &plane) const