#include <LinearizedTrackState.h>
Public Types | |
typedef ROOT::Math::SMatrix < double, N-2, 3, ROOT::Math::MatRepStd < double, N-2, 3 > > | AlgebraicMatrixM3 |
typedef ROOT::Math::SMatrix < double, N, 3, ROOT::Math::MatRepStd < double, N, 3 > > | AlgebraicMatrixN3 |
typedef ROOT::Math::SMatrix < double, N, N-2, ROOT::Math::MatRepStd< double, N, N-2 > > | AlgebraicMatrixNM |
typedef ROOT::Math::SMatrix < double, N-2, N-2, ROOT::Math::MatRepSym< double, N-2 > > | AlgebraicSymMatrixMM |
typedef ROOT::Math::SMatrix < double, N, N, ROOT::Math::MatRepSym< double, N > > | AlgebraicSymMatrixNN |
typedef ROOT::Math::SMatrix < double, N+1, N+1, ROOT::Math::MatRepSym< double, N+1 > > | AlgebraicSymMatrixOO |
typedef ROOT::Math::SVector < double, N-2 > | AlgebraicVectorM |
typedef ROOT::Math::SVector < double, N > | AlgebraicVectorN |
typedef ReferenceCountingPointer < RefittedTrackState< N > > | RefCountedRefittedTrackState |
Abstract base class for all kind of linearizedtrack like objects. Calculates and stores the ImpactPointMeasurement of the impact point (point of closest approach in 3D) to the given linearization point. (see V.Karimaki, HIP-1997-77 / EXP)
Computes the parameters of the trajectory at the transverse point of closest approach (in the global transverse plane) to the linearization point, and the jacobiam matrices. (see R.Fruehwirth et al. Data Analysis Techniques in HEP Experiments Second Edition, Cambridge University Press 2000, or R.Fruehwirth et al. Vertex reconstruction and track bundling at the LEP collider using robust algorithms. Computer Physics Communications 96 (1996) 189-208).
Definition at line 38 of file LinearizedTrackState.h.
typedef ROOT::Math::SMatrix<double,N-2,3,ROOT::Math::MatRepStd<double,N-2,3> > LinearizedTrackState< N >::AlgebraicMatrixM3 |
Definition at line 46 of file LinearizedTrackState.h.
typedef ROOT::Math::SMatrix<double,N,3,ROOT::Math::MatRepStd<double,N,3> > LinearizedTrackState< N >::AlgebraicMatrixN3 |
Definition at line 44 of file LinearizedTrackState.h.
typedef ROOT::Math::SMatrix<double,N,N-2,ROOT::Math::MatRepStd<double,N,N-2> > LinearizedTrackState< N >::AlgebraicMatrixNM |
Definition at line 45 of file LinearizedTrackState.h.
typedef ROOT::Math::SMatrix<double,N-2,N-2,ROOT::Math::MatRepSym<double,N-2> > LinearizedTrackState< N >::AlgebraicSymMatrixMM |
Definition at line 48 of file LinearizedTrackState.h.
typedef ROOT::Math::SMatrix<double,N,N,ROOT::Math::MatRepSym<double,N> > LinearizedTrackState< N >::AlgebraicSymMatrixNN |
Definition at line 47 of file LinearizedTrackState.h.
typedef ROOT::Math::SMatrix<double,N+1,N+1,ROOT::Math::MatRepSym<double,N+1> > LinearizedTrackState< N >::AlgebraicSymMatrixOO |
Definition at line 49 of file LinearizedTrackState.h.
typedef ROOT::Math::SVector<double,N-2> LinearizedTrackState< N >::AlgebraicVectorM |
Definition at line 43 of file LinearizedTrackState.h.
typedef ROOT::Math::SVector<double,N> LinearizedTrackState< N >::AlgebraicVectorN |
Definition at line 42 of file LinearizedTrackState.h.
typedef ReferenceCountingPointer<RefittedTrackState<N> > LinearizedTrackState< N >::RefCountedRefittedTrackState |
Definition at line 51 of file LinearizedTrackState.h.
|
inlinevirtual |
Definition at line 53 of file LinearizedTrackState.h.
|
pure virtual |
Implemented in PerigeeLinearizedTrackState, PerigeeMultiLTS, and ParticleKinematicLinearizedTrackState.
|
inlinevirtual |
Reimplemented in ParticleKinematicLinearizedTrackState.
Definition at line 135 of file LinearizedTrackState.h.
|
pure virtual |
Implemented in PerigeeLinearizedTrackState, PerigeeMultiLTS, and ParticleKinematicLinearizedTrackState.
|
pure virtual |
Method returning the constant term of the Taylor expansion of the measurement equation
Implemented in PerigeeLinearizedTrackState, PerigeeMultiLTS, and ParticleKinematicLinearizedTrackState.
|
pure virtual |
Creates the correct refitted state according to the results of the track refit.
Implemented in PerigeeMultiLTS.
|
pure virtual |
Implemented in PerigeeLinearizedTrackState, PerigeeMultiLTS, and ParticleKinematicLinearizedTrackState.
|
inlinevirtual |
Reimplemented in PerigeeLinearizedTrackState.
Definition at line 145 of file LinearizedTrackState.h.
Referenced by core.AutoHandle.AutoHandle::ReallyLoad().
|
pure virtual |
Access methods
Implemented in PerigeeLinearizedTrackState, PerigeeMultiLTS, and ParticleKinematicLinearizedTrackState.
|
pure virtual |
Method returning the Momentum Jacobian from the Taylor expansion (Matrix B)
Implemented in PerigeeLinearizedTrackState, PerigeeMultiLTS, and ParticleKinematicLinearizedTrackState.
|
pure virtual |
Method returning the impact point measurement
|
pure virtual |
Method returning the parameters of the Taylor expansion
Implemented in PerigeeLinearizedTrackState, PerigeeMultiLTS, and ParticleKinematicLinearizedTrackState.
|
pure virtual |
Method returning the Position Jacobian from the Taylor expansion (Matrix A)
Implemented in PerigeeLinearizedTrackState, PerigeeMultiLTS, and ParticleKinematicLinearizedTrackState.
|
pure virtual |
Method returning the covariance matrix of the track state at the linearization point.
Implemented in PerigeeLinearizedTrackState, PerigeeMultiLTS, and ParticleKinematicLinearizedTrackState.
|
pure virtual |
Method returning the momentum covariance matrix of the track state at the transverse impact point.
Implemented in PerigeeLinearizedTrackState, PerigeeMultiLTS, and ParticleKinematicLinearizedTrackState.
|
pure virtual |
Method returning the momentum part of the parameters of the track state at the linearization point.
Implemented in PerigeeLinearizedTrackState, PerigeeMultiLTS, and ParticleKinematicLinearizedTrackState.
|
pure virtual |
Method returning the parameters of the track state at the linearization point.
Implemented in PerigeeLinearizedTrackState, PerigeeMultiLTS, and ParticleKinematicLinearizedTrackState.
|
pure virtual |
Method returning the weight matrix of the track state at the linearization point. The error variable is 0 in case of success.
Implemented in PerigeeLinearizedTrackState, PerigeeMultiLTS, and ParticleKinematicLinearizedTrackState.
|
pure virtual |
Method returning the parameters of the Taylor expansion evaluated with the refitted state.
Implemented in PerigeeLinearizedTrackState, PerigeeMultiLTS, and ParticleKinematicLinearizedTrackState.
|
pure virtual |
Returns a new linearized state with respect to a new linearization point. A new object of the same type is returned, without change to the existing one.
Implemented in PerigeeLinearizedTrackState, PerigeeMultiLTS, and ParticleKinematicLinearizedTrackState.
|
pure virtual |
Implemented in ParticleKinematicLinearizedTrackState, PerigeeLinearizedTrackState, and PerigeeMultiLTS.
|
pure virtual |
Implemented in PerigeeLinearizedTrackState, PerigeeMultiLTS, and ParticleKinematicLinearizedTrackState.