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 #include <Math/SVector.h>
8 
9 
10 #include <iostream>
11 
12 template<typename T, int N> using RKSmallVector = ROOT::Math::SVector<T,N>;
13 
14 #endif
ROOT::Math::SVector< T, N > RKSmallVector
Definition: RKSmallVector.h:12