EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
#include "HelixKalmanFilter.h"
#include <HelixHough/SimpleHit3D.h>
#include <HelixHough/HelixKalmanState.h>
#include <Eigen/Dense>
#include <Eigen/LU>
#include <algorithm>
#include <cmath>
Go to the source code of this file.
Functions | |
static float | sign (float x) |
|
inlinestatic |
Definition at line 15 of file HelixKalmanFilter.cc.
View newest version in sPHENIX GitHub at line 15 of file HelixKalmanFilter.cc
Referenced by HelixKalmanFilter::calculate_dAdAp(), HelixKalmanFilter::calculate_dxda(), and HelixKalmanFilter::updateIntersection().