ATLAS Offline Software
TrackJacobian_v1.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
3 */
4 #ifndef XAODTRACKING_VERSIONS_TRACKJACOBIAN_V1_H
5 #define XAODTRACKING_VERSIONS_TRACKJACOBIAN_V1_H
6 #include <cstdint>
9 
10 namespace xAOD {
16  public:
17  using ConstMatrixMap = Eigen::Map<const Eigen::Matrix<double, 6, 6>>;
18  using MatrixMap = Eigen::Map<Eigen::Matrix<double, 6, 6>>;
19 
20  TrackJacobian_v1() = default;
21 
25  ConstMatrixMap jacEigen() const;
26 
31 
36  void resize(size_t sz = 6*6);
37  };
38 }
39 #endif
fitman.sz
sz
Definition: fitman.py:527
xAOD::TrackJacobian_v1::TrackJacobian_v1
TrackJacobian_v1()=default
SG::AuxElement
Base class for elements of a container that can have aux data.
Definition: AuxElement.h:446
xAOD::TrackJacobian_v1
Storage for track Propagation Jacobian for Acts MultiTrajectory.
Definition: TrackJacobian_v1.h:15
xAOD
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.
Definition: ICaloAffectedTool.h:24
xAOD::TrackJacobian_v1::ConstMatrixMap
Eigen::Map< const Eigen::Matrix< double, 6, 6 > > ConstMatrixMap
Definition: TrackJacobian_v1.h:17
xAOD::TrackJacobian_v1::resize
void resize(size_t sz=6 *6)
expands sizes of internal vectors for the data storage ( by default this is 6x6 )
Definition: TrackJacobian_v1.cxx:17
EventPrimitives.h
xAOD::TrackJacobian_v1::jacEigen
ConstMatrixMap jacEigen() const
access track update Jacobian matrix
Definition: TrackJacobian_v1.cxx:13
xAOD::TrackJacobian_v1::MatrixMap
Eigen::Map< Eigen::Matrix< double, 6, 6 > > MatrixMap
Definition: TrackJacobian_v1.h:18
AuxElement.h
Base class for elements of a container that can have aux data.