Go to the documentation of this file.
11 : theJacobian(
ROOT::Math::SMatrixNoInit()) {
28 : theJacobian(
ROOT::Math::SMatrixNoInit()) {
50 double tvwX = tnl.
z(), tvwY = tnl.
x(), tvwZ = tnl.
y();
51 double cosl = tn.
perp();
54 double cosl1 = 1. / cosl;
57 double uj = un.
dot(dj);
58 double uk = un.
dot(dk);
59 double sinz = -un.
dot(hq);
62 double vj = vn.
dot(dj);
63 double vk = vn.dot(dk);
64 double cosz = vn.dot(hq);
67 for (
auto i = 1;
i < 5; ++
i)
78 for (
auto i = 0;
i < 3; ++
i) {
float signedInverseMomentum() const
Signed inverse momentum q/p (zero for neutrals).
LocalVector direction() const
Momentum vector unit in the local frame.
AlgebraicMatrix55 theJacobian
void compute(Surface::RotationType const &rot, LocalVector const &tnl, GlobalVector const &tn, GlobalVector const &hq)
LocalPoint position() const
Local x and y position coordinates.
GlobalPoint toGlobal(const Point2DBase< Scalar, LocalTag > lp) const
GlobalVector inInverseGeV(const GlobalPoint &gp) const
Field value ad specified global point, in 1/Gev.
PreciseFloatType< T, U >::Type dot(const Vector3DBase< U, FrameTag > &v) const
GlobalVector magneticFieldInInverseGeV(const GlobalPoint &x) const
JacobianLocalToCurvilinear(const Surface &surface, const LocalTrajectoryParameters &localParameters, const MagneticField &magField)
const RotationType & rotation() const