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",
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 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.
Var set used in the VXD-CDC-Merger for calculating the probability of a VXD-CDC-track match,...
void initialize() override
Receive 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.
Abstract base class for different kinds of events.