CMS 3D CMS Logo

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  static BoundDiskSector * build( const std::vector<const GeomDet*>& dets) __attribute__ ((cold));
21 };
22 
23 #pragma GCC visibility pop
24 #endif
float __attribute__((vector_size(8))) cms_float32x2_t
Definition: ExtVec.h:12
static BoundDiskSector * build(const std::vector< const GeomDet * > &dets) __attribute__((cold))