CMS 3D CMS Logo

ForwardDiskSectorBuilderFromWedges.h
Go to the documentation of this file.
1 #ifndef RecoTracker_TkDetLayers_ForwardDiskSectorBuilderFromWedges_h
2 #define RecoTracker_TkDetLayers_ForwardDiskSectorBuilderFromWedges_h
3 
6 #include "TECWedge.h"
7 #include <utility>
8 #include <vector>
9 
14 #pragma GCC visibility push(hidden)
16 public:
19  BoundDiskSector* operator()(const std::vector<const TECWedge*>& wedges) const;
20 
21 private:
22  std::pair<DiskSectorBounds*, GlobalVector> computeBounds(const std::vector<const TECWedge*>& wedges) const;
23 
24  Surface::RotationType computeRotation(const std::vector<const TECWedge*>& wedges, Surface::PositionType pos) const;
25 };
26 
27 #pragma GCC visibility pop
28 #endif
BoundDiskSector * operator()(const std::vector< const TECWedge *> &wedges) const
std::pair< DiskSectorBounds *, GlobalVector > computeBounds(const std::vector< const TECWedge *> &wedges) const
Surface::RotationType computeRotation(const std::vector< const TECWedge *> &wedges, Surface::PositionType pos) const