EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
HelixKalmanState.h
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file HelixKalmanState.h
1 #ifndef KALMAN_HELIXKALMANSTATE_H
2 #define KALMAN_HELIXKALMANSTATE_H
3 
4 #include <Eigen/Core>
5 
7 {
8  public:
11 
12  unsigned int position;
13  float phi, d, kappa, z0, dzdl;
14  // nu^2 = kappa
15  float nu;
16  float x_int, y_int, z_int;
17  float chi2;
18  Eigen::Matrix<float,5,5> C;
19 };
20 
21 #endif