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",
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.
bool extract(const CKFToSVDResult *object) final
Generate and assign the variables from the object.
void initialize() override
Receive and dispatch signal before the start of the event processing.
SVDAdvancer m_advancer
Findlet for advancing.
TrackFindingCDC::VarSet< SVDResultVarNames > Super
Type of the base class.
Class that specifies the names of the variables.
Generic class that generates some named float values from a given object.
Advancer SVDAdvancer
The PXD advancer is just a synonym of the normal advancer (but may change in the future).
static constexpr char const *const svdResultVarNames[]
Names of the variables to be generated.
Abstract base class for different kinds of events.