 |
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/pxd/filters/states/BasePXDStateFilter.h>
16 #include <tracking/ckf/pxd/utilities/PXDKalmanStepper.h>
39 "arcLengthOfHitPosition",
40 "arcLengthOfCenterPosition",
47 "residual_over_sigma",
66 class PXDStateBasicVarNames :
public TrackFindingCDC::VarNames<BasePXDStateFilter::Object> {
static const size_t nVars
Number of variables to be generated.
PXDKalmanStepper m_kalmanStepper
Kalmap update filter used in this var set.
Kalman stepper implementation for the PXD CKF.
virtual bool extract(const BasePXDStateFilter::Object *pair) override
Generate and assign the variables from the VXD-CDC-pair.
Abstract base class for different kinds of events.
Generic class that generates some named float values from a given object.
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.
constexpr static char const *const pxdStateBasicVarNames[]
Names of the variables to be generated.
AObject Object
Type of the object to be analysed.