CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
BladeShapeBuilderFromDet.h
Go to the documentation of this file.
1 #ifndef RecoTracker_TkDetLayers_BladeShapeBuilderFromDet_h
2 #define RecoTracker_TkDetLayers_BladeShapeBuilderFromDet_h
3 
4 #include "BoundDiskSector.h"
5 #include "DiskSectorBounds.h"
9 #include <utility>
10 #include <vector>
11 #include <iostream>
12 
13 
17 #pragma GCC visibility push(hidden)
19  public:
20  BoundDiskSector* operator()( const std::vector<const GeomDet*>& dets) const;
21 
22 
23  private:
24  std::pair<DiskSectorBounds*, GlobalVector>
25  computeBounds( const std::vector<const GeomDet*>& dets,
26  const Plane& plane) const;
27 
29  computeRotation( const std::vector<const GeomDet*>& dets,
30  const Surface::PositionType& pos) const;
31 
32 };
33 
34 #pragma GCC visibility pop
35 #endif
std::pair< DiskSectorBounds *, GlobalVector > computeBounds(const std::vector< const GeomDet * > &dets, const Plane &plane) const
BoundDiskSector * operator()(const std::vector< const GeomDet * > &dets) const
Definition: Plane.h:17
Surface::RotationType computeRotation(const std::vector< const GeomDet * > &dets, const Surface::PositionType &pos) const