CMS 3D CMS Logo

TIBLayerBuilder.h
Go to the documentation of this file.
1 #ifndef TkDetLayers_TIBLayerBuilder_h
2 #define TkDetLayers_TIBLayerBuilder_h
3 
4 #include "TIBLayer.h"
5 
9 
13 #pragma GCC visibility push(hidden)
15 public:
17  TIBLayer* build(const GeometricDet* aTIBLayer, const TrackerGeometry* theGeomDetGeometry) __attribute__((cold));
18 
19  void constructRings(std::vector<const GeometricDet*>& theGeometricRods,
20  std::vector<std::vector<const GeometricDet*> >& innerGeometricDetRings,
21  std::vector<std::vector<const GeometricDet*> >& outerGeometricDetRings);
22 };
23 
24 #pragma GCC visibility pop
25 #endif
TIBLayer * build(const GeometricDet *aTIBLayer, const TrackerGeometry *theGeomDetGeometry) __attribute__((cold))
float __attribute__((vector_size(8))) cms_float32x2_t
Definition: ExtVec.h:12
void constructRings(std::vector< const GeometricDet *> &theGeometricRods, std::vector< std::vector< const GeometricDet *> > &innerGeometricDetRings, std::vector< std::vector< const GeometricDet *> > &outerGeometricDetRings)