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"
8 #include <utility>
9 #include <vector>
10 #include <iostream>
11 
12 
16 #pragma GCC visibility push(hidden)
18  public:
19  static BoundDiskSector * build( const std::vector<const GeomDet*>& dets) __attribute__ ((cold));
20 };
21 
22 #pragma GCC visibility pop
23 #endif
float __attribute__((vector_size(8))) cms_float32x2_t
Definition: ExtVec.h:12
static BoundDiskSector * build(const std::vector< const GeomDet * > &dets) __attribute__((cold))