CMS 3D CMS Logo

ForwardDiskSectorBuilderFromDet.h
Go to the documentation of this file.
1 #ifndef RecoTracker_TkDetLayers_ForwardDiskSectorBuilderFromDet_h
2 #define RecoTracker_TkDetLayers_ForwardDiskSectorBuilderFromDet_h
3 
8 #include <utility>
9 #include <vector>
10 #include <iostream>
11 
16 #pragma GCC visibility push(hidden)
18 public:
21  BoundDiskSector* operator()(const std::vector<const GeomDet*>& dets) const;
22 
23  std::pair<DiskSectorBounds*, GlobalVector> computeBounds(const std::vector<const GeomDet*>& dets) const;
24 
25 private:
26  Surface::RotationType computeRotation(const std::vector<const GeomDet*>& dets, Surface::PositionType pos) const;
27 
28  std::vector<GlobalPoint> computeTrapezoidalCorners(const GeomDet* detu) const;
29 };
30 
31 #pragma GCC visibility pop
32 #endif
BoundDiskSector * operator()(const std::vector< const GeomDet *> &dets) const
std::vector< GlobalPoint > computeTrapezoidalCorners(const GeomDet *detu) const
std::pair< DiskSectorBounds *, GlobalVector > computeBounds(const std::vector< const GeomDet *> &dets) const
Surface::RotationType computeRotation(const std::vector< const GeomDet *> &dets, Surface::PositionType pos) const