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>
44 "arcLengthOfHitPosition",
45 "arcLengthOfCenterPosition",
52 "residual_over_sigma",
64 "last_cluster_1_time",
65 "last_cluster_2_time",
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.
static constexpr 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.
static constexpr char const *const svdStateBasicVarNames[]
Names of the variables to be generated.
Abstract base class for different kinds of events.