 |
Belle II Software
release-05-01-25
|
12 #include <tracking/trackFindingCDC/varsets/VarSet.h>
13 #include <tracking/trackFindingCDC/varsets/VarNames.h>
14 #include <tracking/trackFindingCDC/varsets/FixedSizeNamedFloatTuple.h>
16 #include <tracking/ckf/pxd/entities/CKFToPXDResult.h>
17 #include <tracking/ckf/pxd/utilities/PXDAdvancer.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 "number_of_overlap_hits",
53 "distance_to_seed_track",
54 "distance_to_seed_track_xy",
58 class PXDResultVarNames :
public TrackFindingCDC::VarNames<CKFToPXDResult> {
void initialize() override
Receive signal before the start of the event processing.
constexpr static char const * getName(int iName)
Get the name of the column.
static const size_t nVars
Number of variables to be generated.
bool extract(const CKFToPXDResult *object) final
Generate and assign the variables from the object.
Specialized CKF Result for extrapolating into the PXD.
Abstract base class for different kinds of events.
TrackFindingCDC::VarSet< PXDResultVarNames > Super
Type of the base class.
constexpr static char const *const pxdResultVarNames[]
Names of the variables to be generated.
PXDAdvancer m_advancer
Findlet for advancing.
Helper findlet for performing an extrapolation of a mSoP of one plane to another plane using the repr...
Generic class that generates some named float values from a given object.
Var set used in the VXD-CDC-Merger for calculating the probability of a VXD-CDC-track match,...