 |
Belle II Software
release-05-02-19
|
11 #include <tracking/trackFindingCDC/varsets/VarSet.h>
12 #include <tracking/trackFindingCDC/varsets/VarNames.h>
13 #include <tracking/trackFindingCDC/varsets/FixedSizeNamedFloatTuple.h>
15 #include <tracking/ckf/svd/filters/states/BaseSVDStateFilter.h>
16 #include <tracking/ckf/svd/utilities/SVDKalmanStepper.h>
39 "arcLengthOfHitPosition",
40 "arcLengthOfCenterPosition",
47 "residual_over_sigma",
66 class SVDStateBasicVarNames :
public TrackFindingCDC::VarNames<BaseSVDStateFilter::Object> {
static const size_t nVars
Number of variables to be generated.
Kalman stepper implementation for the SVD CKF.
Var set used in the VXD-CDC-Merger for calculating the probability of a VXD-CDC-track match.
constexpr static char const * getName(int iName)
Get the name of the column.
Abstract base class for different kinds of events.
SVDKalmanStepper m_kalmanStepper
Kalman stepper (CKF) for SVD.
constexpr static char const *const svdStateBasicVarNames[]
Names of the variables to be generated.
Generic class that generates some named float values from a given object.
AObject Object
Type of the object to be analysed.
virtual bool extract(const BaseSVDStateFilter::Object *pair) override
Generate and assign the variables from the VXD-CDC-pair.