DataFormats
GeometryVector
interface
Basic3DVector.h
Go to the documentation of this file.
1
#ifndef GeometryVector_Basic3DVector_h
2
#define GeometryVector_Basic3DVector_h
3
4
#include "
DataFormats/Math/interface/SIMDVec.h
"
5
6
#if defined(USE_EXTVECT)
7
#include "
private/extBasic3DVector.h
"
8
#elif defined(USE_SSEVECT)
9
#include "
private/sseBasic3DVector.h
"
10
#else
11
#include "
private/oldBasic3DVector.h
"
12
#endif
13
14
#endif // GeometryVector_Basic3DVector_h
SIMDVec.h
oldBasic3DVector.h
extBasic3DVector.h
sseBasic3DVector.h
Generated for CMSSW Reference Manual by
1.8.16