16 double px = plocal.
x(),
py = plocal.
y(), pz = plocal.
z();
17 double p = plocal.
mag();
49 Rsub(0, 0) =
rot.xx();
50 Rsub(0, 1) =
rot.xy();
51 Rsub(0, 2) =
rot.xz();
52 Rsub(1, 0) =
rot.yx();
53 Rsub(1, 1) =
rot.yy();
54 Rsub(1, 2) =
rot.yz();
55 Rsub(2, 0) =
rot.zx();
56 Rsub(2, 1) =
rot.zy();
57 Rsub(2, 2) =
rot.zz();
60 R.Place_at(Rsub, 0, 0);
61 R.Place_at(Rsub, 3, 3);
ROOT::Math::SMatrix< double, 3, 3, ROOT::Math::MatRepStd< double, 3, 3 > > AlgebraicMatrix33
AlgebraicMatrix56 theJacobian
JacobianCartesianToLocal(const Surface &surface, const LocalTrajectoryParameters &localParameters)
LocalVector momentum() const
Momentum vector in the local frame.
ROOT::Math::SMatrix< double, 6, 6, ROOT::Math::MatRepStd< double, 6, 6 > > AlgebraicMatrix66
TrackCharge charge() const
Charge (-1, 0 or 1)
const RotationType & rotation() const