CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
TOBRodBuilder.h
Go to the documentation of this file.
1 #ifndef TkDetLayers_TOBRodBuilder_h
2 #define TkDetLayers_TOBRodBuilder_h
3 
4 
5 #include "TOBRod.h"
6 
10 
14 #pragma GCC visibility push(hidden)
15 class TOBRodBuilder {
16  public:
18  TOBRod* build(const GeometricDet* negTOBRod,
19  const GeometricDet* posTOBRod,
20  const TrackerGeometry* theGeomDetGeometry) __attribute__ ((cold));
21 
22 
23 };
24 
25 
26 #pragma GCC visibility pop
27 #endif
Definition: TOBRod.h:16
TOBRod * build(const GeometricDet *negTOBRod, const GeometricDet *posTOBRod, const TrackerGeometry *theGeomDetGeometry) __attribute__((cold))
Definition: TOBRodBuilder.cc:7
float __attribute__((vector_size(8))) float32x2_t
Definition: ExtVec.h:12