CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
TIBRingBuilder.h
Go to the documentation of this file.
1 #ifndef TkDetLayers_TIBRingBuilder_h
2 #define TkDetLayers_TIBRingBuilder_h
3 
4 #include "TIBRing.h"
5 
9 
13 #pragma GCC visibility push(hidden)
15 public:
17  TIBRing* build(const std::vector<const GeometricDet*>& detsInRing, const TrackerGeometry* theGeomDetGeometry)
18  __attribute__((cold));
19 };
20 
21 #pragma GCC visibility pop
22 #endif
float __attribute__((vector_size(8))) cms_float32x2_t
Definition: ExtVec.h:12
TIBRing * build(const std::vector< const GeometricDet * > &detsInRing, const TrackerGeometry *theGeomDetGeometry) __attribute__((cold))