ATTPCROOT  0.3.0-alpha
A ROOT-based framework for analyzing data from active target detectors
AtOpenKFTest.h
Go to the documentation of this file.
1 #ifndef __ATOPENKFTEST_H__
2 #define __ATOPENKFTEST_H__
3 
4 #include <types.h>
5 
6 #include <unscented_kalman_filter.h>
7 
8 class AtOpenKFTest {
9 
10  kf::Vector<2> x;
11 };
12 
13 #endif //__ATOPENKFTEST_H__
AtOpenKFTest
Definition: AtOpenKFTest.h:8