4#ifndef XAODTRACKING_VERSIONS_TRACKJACOBIAN_V1_H
5#define XAODTRACKING_VERSIONS_TRACKJACOBIAN_V1_H
18 using MatrixMap = Eigen::Map<Eigen::Matrix<double, 6, 6>>;
Base class for elements of a container that can have aux data.
Base class for elements of a container that can have aux data.
Eigen::Map< const Eigen::Matrix< double, 6, 6 > > ConstMatrixMap
TrackJacobian_v1()=default
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
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.