3 #include <Math/SMatrix.h>
4 #include <Math/MatrixFunctions.h>
21 inline double sqr(
double arg) {
return arg *
arg; }
23 typedef ROOT::Math::SMatrix<double, 3, 4> Matrix34;
24 typedef ROOT::Math::SMatrix<double, 4, 5> Matrix45;
25 typedef ROOT::Math::SMatrix<double, 5, 4> Matrix54;
26 typedef ROOT::Math::SMatrix<double, 4, 6> Matrix46;
27 typedef ROOT::Math::SMatrix<double, 6, 4> Matrix64;
28 typedef ROOT::Math::SMatrix<double, 6, 6, ROOT::Math::MatRepSym<double, 6> > Matrix6S;
51 double rho2 = pred[2] * pred[2] + 1.;
55 jacobian(0, 1) = pred[0] * pred[2];
58 jacobian(2, 1) = rho2;
61 return ROOT::Math::Similarity(jacobian, error.
matrix());
73 double perp2 = direction.perp2();
75 double tip = priorPosition.y() * dir.x() - priorPosition.x() * dir.y();
76 double l = priorPosition.x() * dir.x() + priorPosition.y() * dir.y();
84 jacobian(0, 0) = -dir.x() * dir.z();
85 jacobian(1, 0) = -dir.y();
86 jacobian(0, 1) = -dir.y() * dir.z();
87 jacobian(1, 1) = dir.x();
89 jacobian(0, 3) = -dir.z() * priorPosition.x();
90 jacobian(1, 3) = priorPosition.y();
91 jacobian(3, 3) = -dir.y();
92 jacobian(0, 4) = -dir.z() * priorPosition.y();
93 jacobian(1, 4) = -priorPosition.x();
94 jacobian(3, 4) = dir.x();
99 origCov.Place_at(priorError.
matrix_new(), 0, 0);
102 covariance_ = ROOT::Math::Similarity(jacobian, origCov);
111 double dTheta = std::cosh((
double)direction.eta()) * coneRadius;
113 double r2 = direction.mag2();
115 double perp = direction.perp();
116 double P = direction.x() /
perp;
117 double p = direction.y() /
perp;
118 double T = direction.z() /
r;
120 double h2 = dTheta * dTheta;
121 double d2 = coneRadius * coneRadius;
123 GlobalError cov(r2 * (T*T * P*P * h2 + t*t * p*p * d2),
124 r2 * p*P * (T*T * h2 - t*t * d2),
125 r2 * (T*T * p*p * h2 + t*t * P*P * d2),
130 init(priorPosition, priorError, direction, cov);
137 prediction_(
convert(trajectory)),
138 covariance_(
convert(prediction_, error))
148 covariance_(
convert(prediction_, track.covariance()))
159 jacobian(0, 3) = -y * lambda - x *
ip();
161 jacobian(1, 3) = x * lambda - y *
ip();
165 return ROOT::Math::Similarity(jacobian,
covariance());
175 jacobian(0, 3) = -y * lambda - x *
ip();
177 jacobian(1, 3) = x * lambda - y *
ip();
184 return ROOT::Math::Similarity(jacobian,
covariance());
195 double rho2I = 1. /
rho2();
199 jacobian(1, 2) = rho2I;
202 jacobian(4, 0) = rhoI;
203 jacobian(4, 2) = -
z() * rhoI *
cotTheta() * rho2I;
const GlobalPoint origin() const
ROOT::Math::SMatrix< double, 4, 4, ROOT::Math::MatRepSym< double, 4 > > Error
double lambda(const GlobalPoint &point) const
Sin< T >::type sin(const T &t)
FreeTrajectoryState fts(const MagneticField *fieldProvider) const
ROOT::Math::SMatrix< double, 5, 5, ROOT::Math::MatRepSym< double, 5 > > AlgebraicSymMatrix55
const AlgebraicSymMatrix33 & matrix_new() const
GlobalTrajectoryParameters globalTrajectory(const MagneticField *fieldProvider) const
GlobalVector momentum() const
Cos< T >::type cos(const T &t)
void init(const GlobalPoint &priorPosition, const GlobalError &priorError, const GlobalVector &direction, const GlobalError &directionError)
Tan< T >::type tan(const T &t)
math::XYZPoint Point
point in the space
CurvilinearTrajectoryError curvilinearError() const
CartesianError cartesianError(double lambda=0.) const
GlobalPoint position() const
ROOT::Math::DisplacementVector3D< ROOT::Math::Cartesian3D< float >, ROOT::Math::GlobalCoordinateSystemTag > GlobalVector
vector in glovbal coordinate system
Track track(double ndof=0., double chi2=0.) const
T perp2() const
Squared magnitude of transverse component.
ROOT::Math::PositionVector3D< ROOT::Math::Cartesian3D< float >, ROOT::Math::GlobalCoordinateSystemTag > GlobalPoint
point in global coordinate system
T perp() const
Magnitude of transverse component.
const Error & covariance() const
const AlgebraicSymMatrix55 & matrix() const
Square< F >::type sqr(const F &f)
ROOT::Math::SVector< double, 4 > Vector
math::XYZVector Vector
spatial vector
*vegas h *****************************************************used in the default bin number in original ***version of VEGAS is ***a higher bin number might help to derive a more precise ***grade subtle point
GlobalError positionError(double lambda=0.) const
const GlobalVector direction() const