src
DataFormats
GeometryVector
interface
Basic2DVector.h
Go to the documentation of this file.
1
#ifndef GeometryVector_Basic2DVector_h
2
#define GeometryVector_Basic2DVector_h
3
#include "
DataFormats/Math/interface/SIMDVec.h
"
4
5
#if defined(USE_EXTVECT)
6
#include "
private/extBasic2DVector.h
"
7
#elif defined(USE_SSEVECT)
8
#include "
private/sseBasic2DVector.h
"
9
#else
10
#include "
private/oldBasic2DVector.h
"
11
#endif
12
13
#endif // GeometryVector_Basic2DVector_h
extBasic2DVector.h
SIMDVec.h
oldBasic2DVector.h
sseBasic2DVector.h
Generated for CMSSW Reference Manual by
1.8.14