CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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 
11 #include <iostream>
12 
13 template<typename T, int N> using RKSmallVector = ROOT::Math::SVector<T,N>;
14 
15 #endif
ROOT::Math::SVector< T, N > RKSmallVector
Definition: RKSmallVector.h:13