CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Basic2DVector.h
Go to the documentation of this file.
1 #ifndef GeometryVector_Basic2DVector_h
2 #define GeometryVector_Basic2DVector_h
3 
4 #if (defined(__GNUC__) && (__GNUC__ == 4) && (__GNUC_MINOR__ > 4)) || defined(__clang__)
5 #define USE_SSEVECT
6 #endif
7 
8 #if defined(USE_SSEVECT) && ! ( defined(__REFLEX__) || defined(__CINT__) )
10 #else
12 #endif
13 
14 #endif // GeometryVector_Basic2DVector_h
15