CMS 3D CMS Logo

RKSmallVector.h
Go to the documentation of this file.
1 #ifndef RKSmallVector_H
2 #define RKSmallVector_H
3 
6 
7 #define SMATRIX_USE_CONSTEXPR
8 #include <Math/SVector.h>
9 
10 #include <iostream>
11 
12 template <typename T, int N>
13 using RKSmallVector = ROOT::Math::SVector<T, N>;
14 
15 #endif
ROOT::Math::SVector< T, N > RKSmallVector
Definition: RKSmallVector.h:13