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/pxd/entities/CKFToPXDResult.h>
15#include <tracking/ckf/pxd/utilities/PXDAdvancer.h>
42 "has_missing_layer_1",
43 "has_missing_layer_2",
44 "has_missing_layer_3",
45 "has_missing_layer_4",
46 "has_missing_layer_5",
47 "has_missing_layer_6",
49 "number_of_overlap_hits",
51 "distance_to_seed_track",
52 "distance_to_seed_track_xy",
Specialized CKF Result for extrapolating into the PXD.
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.
TrackFindingCDC::VarSet< PXDResultVarNames > Super
Type of the base class.
void initialize() override
Receive and dispatch signal before the start of the event processing.
PXDAdvancer m_advancer
Findlet for advancing.
bool extract(const CKFToPXDResult *object) final
Generate and assign the variables from the object.
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 pxdResultVarNames[]
Names of the variables to be generated.
Advancer PXDAdvancer
The PXD advancer is just a synonym of the normal advancer (but may change in the future).
Abstract base class for different kinds of events.