|
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef XAODTRACKING_VERSIONS_TRACKPARAMETERS_V1_H
6 #define XAODTRACKING_VERSIONS_TRACKPARAMETERS_V1_H
21 using VectorMap = Eigen::Map<Eigen::Matrix<double, 6, 1>>;
23 using MatrixMap = Eigen::Map<Eigen::Matrix<double, 6, 6>>;
Eigen::Map< Eigen::Matrix< double, 6, 6 > > MatrixMap
Track Parameters for Acts MultiTrajectory.
Base class for elements of a container that can have aux data.
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.
ConstVectorMap paramsEigen() const
access track parameters vector of const element
ConstMatrixMap covMatrixEigen() const
access track covariance matrix (flattened, rows layout) of const element
Eigen::Map< const Eigen::Matrix< double, 6, 1 > > ConstVectorMap
Eigen::Map< Eigen::Matrix< double, 6, 1 > > VectorMap
void resize(size_t sz=6)
expands sizes of internal vectors for the data storage ( by default this is 6 for parameters and 6x6 ...
TrackParameters_v1()=default
Eigen::Map< const Eigen::Matrix< double, 6, 6 > > ConstMatrixMap
Base class for elements of a container that can have aux data.