CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
ForwardDiskSectorBuilderFromWedges.h
Go to the documentation of this file.
1 #ifndef RecoTracker_TkDetLayers_ForwardDiskSectorBuilderFromWedges_h
2 #define RecoTracker_TkDetLayers_ForwardDiskSectorBuilderFromWedges_h
3 
4 #include "BoundDiskSector.h"
5 #include "DiskSectorBounds.h"
6 #include "TECWedge.h"
7 #include <utility>
8 #include <vector>
9 
14 #pragma GCC visibility push(hidden)
16 public:
17 
20  BoundDiskSector* operator()( const std::vector<const TECWedge*>& wedges) const;
21 
22 private:
23  std::pair<DiskSectorBounds*, GlobalVector>
24  computeBounds( const std::vector<const TECWedge*>& wedges) const;
25 
27  computeRotation( const std::vector<const TECWedge*>& wedges, Surface::PositionType pos) const;
28 
29 };
30 
31 #pragma GCC visibility pop
32 #endif
std::pair< DiskSectorBounds *, GlobalVector > computeBounds(const std::vector< const TECWedge * > &wedges) const
BoundDiskSector * operator()(const std::vector< const TECWedge * > &wedges) const
Surface::RotationType computeRotation(const std::vector< const TECWedge * > &wedges, Surface::PositionType pos) const