ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
Home page
Related Pages
Modules
Namespaces
Classes
Files
External Links
File List
File Members
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
6
class
HelixKalmanState
7
{
8
public
:
9
HelixKalmanState
();
10
~HelixKalmanState
();
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
coresoftware
blob
master
offline
packages
HelixHough
helix_hough
Kalman
HelixKalmanState.h
Built by
Jin Huang
. updated:
Wed Jun 29 2022 17:24:35
using
1.8.2 with
ECCE GitHub integration