EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
The result is the piece-wise jacobian. More...
Public Attributes | |
std::vector< Jacobian > | jacobians = {} |
std::vector< double > | paths = {} |
double | fullPath = 0. |
bool | finalized = false |
The result is the piece-wise jacobian.
Definition at line 45 of file KalmanExtrapolatorTests.cpp.
View newest version in sPHENIX GitHub at line 45 of file KalmanExtrapolatorTests.cpp
bool Acts::Test::StepWiseActor::this_result::finalized = false |
Definition at line 51 of file KalmanExtrapolatorTests.cpp.
View newest version in sPHENIX GitHub at line 51 of file KalmanExtrapolatorTests.cpp
Referenced by Acts::Test::StepWiseActor::operator()().
double Acts::Test::StepWiseActor::this_result::fullPath = 0. |
Definition at line 49 of file KalmanExtrapolatorTests.cpp.
View newest version in sPHENIX GitHub at line 49 of file KalmanExtrapolatorTests.cpp
Referenced by Acts::Test::StepWiseActor::operator()().
std::vector<Jacobian> Acts::Test::StepWiseActor::this_result::jacobians = {} |
Definition at line 46 of file KalmanExtrapolatorTests.cpp.
View newest version in sPHENIX GitHub at line 46 of file KalmanExtrapolatorTests.cpp
Referenced by Acts::Test::StepWiseActor::operator()().
std::vector<double> Acts::Test::StepWiseActor::this_result::paths = {} |
Definition at line 47 of file KalmanExtrapolatorTests.cpp.
View newest version in sPHENIX GitHub at line 47 of file KalmanExtrapolatorTests.cpp
Referenced by Acts::Test::StepWiseActor::operator()().