26 R(0,0) = xt.
x();
R(0,1) = yt.
x();
R(0,2) = zt.
x();
27 R(1,0) = xt.
y();
R(1,1) = yt.
y();
R(1,2) = zt.
y();
28 R(2,0) = xt.
z();
R(2,1) = yt.
z();
R(2,2) = zt.
z();
33 double p = pvec.
mag(),
p2 = p*
p;
34 double lambda = 0.5 *
M_PI - pvec.
theta();
36 double sinlambda =
sin(lambda), coslambda =
cos(lambda);
37 double sinphi =
sin(phi), cosphi =
cos(phi);
JacobianCurvilinearToCartesian(const GlobalTrajectoryParameters &globalParameters)
ROOT::Math::SMatrix< double, 6, 6, ROOT::Math::MatRepStd< double, 6, 6 > > AlgebraicMatrix66
Sin< T >::type sin(const T &t)
Geom::Phi< T > phi() const
Geom::Theta< T > theta() const
Vector3DBase< typename PreciseFloatType< T, U >::Type, FrameTag > cross(const Vector3DBase< U, FrameTag > &v) const
GlobalVector momentum() const
Cos< T >::type cos(const T &t)
Vector3DBase unit() const
AlgebraicMatrix65 theJacobian
TrackCharge charge() const