10#include <tracking/trackFindingCDC/varsets/VarSet.h>
11#include <tracking/trackFindingCDC/varsets/VarNames.h>
12#include <tracking/trackFindingCDC/varsets/FixedSizeNamedFloatTuple.h>
14#include <tracking/ckf/svd/entities/CKFToSVDResult.h>
15#include <tracking/ckf/svd/utilities/SVDAdvancer.h>
44 "has_missing_layer_1",
45 "has_missing_layer_2",
46 "has_missing_layer_3",
47 "has_missing_layer_4",
48 "has_missing_layer_5",
49 "has_missing_layer_6",
51 "distance_to_cdc_track",
52 "distance_to_cdc_track_xy",
Helper findlet for performing an extrapolation of a mSoP of one plane to another plane using the repr...
Specialized CKF Result for extrapolating into the SVD.
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,...
bool extract(const CKFToSVDResult *object) final
Generate and assign the variables from the object.
void initialize() override
Receive signal before the start of the event processing.
SVDAdvancer m_advancer
Findlet for advancing.
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 svdResultVarNames[]
Names of the variables to be generated.
Abstract base class for different kinds of events.