CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
GeometricSearchTrackerBuilder.h
Go to the documentation of this file.
1 #ifndef TkDetLayers_GeometricSearchTrackerBuilder_h
2 #define TkDetLayers_GeometricSearchTrackerBuilder_h
3 
4 
8 
9 class TrackerTopology;
10 
16  public:
17 
20 
21  GeometricSearchTracker* build(const GeometricDet* theGeometricTracker,
22  const TrackerGeometry* theGeomDetGeometry,
23  const TrackerTopology* tTopo) __attribute__ ((cold));
24 };
25 
26 
27 #endif
float __attribute__((vector_size(8))) float32x2_t
Definition: ExtVec.h:12
GeometricSearchTracker * build(const GeometricDet *theGeometricTracker, const TrackerGeometry *theGeomDetGeometry, const TrackerTopology *tTopo) __attribute__((cold))