![]() |
ATLAS Offline Software
|
Storage for track Propagation Jacobian for Acts MultiTrajectory. More...
#include <TrackJacobian_v1.h>
Public Types | |
| using | ConstMatrixMap = Eigen::Map<const Eigen::Matrix<double, 6, 6>> |
| using | MatrixMap = Eigen::Map<Eigen::Matrix<double, 6, 6>> |
Public Member Functions | |
| TrackJacobian_v1 ()=default | |
| ConstMatrixMap | jacEigen () const |
| access track update Jacobian matrix | |
| MatrixMap | jacEigen () |
| access tack update Jacobian of non const element | |
| void | resize (size_t sz=6 *6) |
| expands sizes of internal vectors for the data storage ( by default this is 6x6 ) | |
Storage for track Propagation Jacobian for Acts MultiTrajectory.
Definition at line 15 of file TrackJacobian_v1.h.
| using xAOD::TrackJacobian_v1::ConstMatrixMap = Eigen::Map<const Eigen::Matrix<double, 6, 6>> |
Definition at line 17 of file TrackJacobian_v1.h.
| using xAOD::TrackJacobian_v1::MatrixMap = Eigen::Map<Eigen::Matrix<double, 6, 6>> |
Definition at line 18 of file TrackJacobian_v1.h.
|
default |
| TrackJacobian_v1::MatrixMap xAOD::TrackJacobian_v1::jacEigen | ( | ) |
access tack update Jacobian of non const element
Definition at line 9 of file TrackJacobian_v1.cxx.
| TrackJacobian_v1::ConstMatrixMap xAOD::TrackJacobian_v1::jacEigen | ( | ) | const |
access track update Jacobian matrix
Definition at line 13 of file TrackJacobian_v1.cxx.
| void xAOD::TrackJacobian_v1::resize | ( | size_t | sz = 6*6 | ) |
expands sizes of internal vectors for the data storage ( by default this is 6x6 )
Definition at line 17 of file TrackJacobian_v1.cxx.