CMS 3D CMS Logo

Phase2EndcapRingBuilder.h
Go to the documentation of this file.
1 #ifndef TkDetLayers_Phase2EndcapRingBuilder_h
2 #define TkDetLayers_Phase2EndcapRingBuilder_h
3 
4 
5 #include "Phase2EndcapRing.h"
6 
10 
14 #pragma GCC visibility push(hidden)
16  public:
18  Phase2EndcapRing* build(const GeometricDet* aPhase2EndcapRing,
19  const TrackerGeometry* theGeomDetGeometry,
20  const bool useBrothers = true) __attribute__ ((cold));
21 
22 
23 };
24 
25 
26 #pragma GCC visibility pop
27 #endif
float __attribute__((vector_size(8))) cms_float32x2_t
Definition: ExtVec.h:12
Phase2EndcapRing * build(const GeometricDet *aPhase2EndcapRing, const TrackerGeometry *theGeomDetGeometry, const bool useBrothers=true) __attribute__((cold))