9 #include <tracking/trackFindingCDC/varsets/VarSet.h>
10 #include <tracking/trackFindingCDC/varsets/VarNames.h>
11 #include <tracking/trackFindingCDC/varsets/FixedSizeNamedFloatTuple.h>
13 #include <tracking/ckf/svd/filters/states/BaseSVDStateFilter.h>
14 #include <tracking/ckf/svd/utilities/SVDKalmanStepper.h>
37 "arcLengthOfHitPosition",
38 "arcLengthOfCenterPosition",
45 "residual_over_sigma",
Kalman stepper implementation for the SVD CKF.
Vehicle class to transport the variable names.
static const size_t nVars
Number of variables to be generated.
constexpr static char const * getName(int iName)
Get the name of the column.
Var set used in the VXD-CDC-Merger for calculating the probability of a VXD-CDC-track match.
SVDKalmanStepper m_kalmanStepper
Kalman stepper (CKF) for SVD.
virtual bool extract(const BaseSVDStateFilter::Object *pair) override
Generate and assign the variables from the VXD-CDC-pair.
AObject Object
Type of the object to be analysed.
Class that specifies the names of the variables.
Generic class that generates some named float values from a given object.
constexpr static char const *const svdStateBasicVarNames[]
Names of the variables to be generated.
Abstract base class for different kinds of events.