Loading [MathJax]/extensions/tex2jax.js
 |
ATLAS Offline Software
|
Go to the documentation of this file.
4 #ifndef XAODTRACKING_VERSIONS_TRACKJACOBIAN_V1_H
5 #define XAODTRACKING_VERSIONS_TRACKJACOBIAN_V1_H
18 using MatrixMap = Eigen::Map<Eigen::Matrix<double, 6, 6>>;
TrackJacobian_v1()=default
Base class for elements of a container that can have aux data.
Storage for track Propagation Jacobian for Acts MultiTrajectory.
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.
Eigen::Map< const Eigen::Matrix< double, 6, 6 > > ConstMatrixMap
void resize(size_t sz=6 *6)
expands sizes of internal vectors for the data storage ( by default this is 6x6 )
ConstMatrixMap jacEigen() const
access track update Jacobian matrix
Eigen::Map< Eigen::Matrix< double, 6, 6 > > MatrixMap
Base class for elements of a container that can have aux data.