#include <JacobianCartesianToLocal.h>
Public Member Functions | |
const AlgebraicMatrix56 & | jacobian () const |
JacobianCartesianToLocal (const Surface &surface, const LocalTrajectoryParameters &localParameters) | |
Private Attributes | |
AlgebraicMatrix56 | theJacobian |
Class which calculates the Jacobian matrix of the transformation from the Cartesian to the local frame. The Jacobian is calculated during construction and thereafter cached, enabling reuse of the same Jacobian without calculating it again.
Definition at line 15 of file JacobianCartesianToLocal.h.
JacobianCartesianToLocal::JacobianCartesianToLocal | ( | const Surface & | surface, |
const LocalTrajectoryParameters & | localParameters | ||
) |
Constructor from local trajectory parameters and surface defining the local frame. NB!! No default constructor exists!
Definition at line 5 of file JacobianCartesianToLocal.cc.
References LocalTrajectoryParameters::charge(), PV3DBase< T, PVType, FrameType >::mag(), LocalTrajectoryParameters::momentum(), AlCaHLTBitMon_ParallelJobs::p, lumiQueryAPI::q, dttmaxenums::R, makeMuonMisalignmentScenario::rot, GloballyPositioned< T >::rotation(), theJacobian, PV3DBase< T, PVType, FrameType >::x(), TkRotation< T >::xx(), TkRotation< T >::xy(), TkRotation< T >::xz(), PV3DBase< T, PVType, FrameType >::y(), TkRotation< T >::yx(), TkRotation< T >::yy(), TkRotation< T >::yz(), PV3DBase< T, PVType, FrameType >::z(), TkRotation< T >::zx(), TkRotation< T >::zy(), and TkRotation< T >::zz().
|
inline |
Access to Jacobian.
Definition at line 28 of file JacobianCartesianToLocal.h.
References theJacobian.
Referenced by ME0SegmentMatcher::produce().
|
private |
Definition at line 33 of file JacobianCartesianToLocal.h.
Referenced by jacobian(), and JacobianCartesianToLocal().