10#include <tracking/trackFindingCDC/geometry/UncertainParameters.h>
18 namespace TrackFindingCDC {
21 namespace NLineParameterIndices {
42 extern template struct UncertainParametersUtil<LineUtil, ELineParameter>;
A matrix implementation to be used as an interface typ through out the track finder.
ELineParameter
Enumeration to address the individual helix parameters in a vector or matrix.
@ c_I
Constant to address the impact parameter.
@ c_Phi0
Constant to address the azimuth angle of the direction of flight at the perigee.
@ c_N
Constant for the total number of indices.
Abstract base class for different kinds of events.
Utility struct for functions and types related to the line parameters.
static ParameterVector reversalSigns()
Getter for the signs which have to be applied to reverse the traversal direction.
Utility struct to instantiate a couple of helper function related to a set of uncertain parameters.
TrackFindingCDC::CovarianceMatrix< c_N > CovarianceMatrix
The matrix type representing the covariance of the n related parameters.
TrackFindingCDC::ParameterVector< c_N > ParameterVector
The vector type representing the n related parameters.
TrackFindingCDC::JacobianMatrix< c_N > JacobianMatrix
The matrix type used to translate covariances and precisions im auto mapping of the parameter space.
TrackFindingCDC::PrecisionMatrix< c_N > PrecisionMatrix
The matrix type representing the precision of the n related parameters.