|
||||
File indexing completed on 2024-04-06 12:04:14
0001 #ifndef Geom_TkRotation_H 0002 #define Geom_TkRotation_H 0003 0004 #include "DataFormats/Math/interface/SIMDVec.h" 0005 0006 #if defined(USE_EXTVECT) 0007 #include "private/extTkRotation.h" 0008 #elif defined(USE_SSEVECT) 0009 #include "private/sseTkRotation.h" 0010 #else 0011 #include "private/oldTkRotation.h" 0012 #endif 0013 0014 #endif // Geom_TkRotation_H
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |