10#include <tracking/trackingUtilities/varsets/VarSet.h>
11#include <tracking/trackingUtilities/varsets/VarNames.h>
18 namespace TrackingUtilities {
21 namespace TrackFindingCDC {
25 static char const*
const fitlessSegmentPairVarNames[] = {
46 "reco_arc_length_gap",
49 "near_z_bound_factor",
56 "arc_length_front_offset",
57 "arc_length_back_offset",
58 "from_arc_length_total",
59 "to_arc_length_total",
70 static const size_t nVars = TrackingUtilities::size(fitlessSegmentPairVarNames);
73 static constexpr char const*
getName(
int iName)
75 return fitlessSegmentPairVarNames[iName];
Class to compute floating point variables from an axial stereo segment pair which can be recorded as ...
bool extract(const TrackingUtilities::CDCSegmentPair *ptrSegmentPair) final
Generate and assign the contained variables.
Class representing a pair of one reconstructed axial segment and one stereo segment in adjacent super...
Class that specifies the names of the variables.
Generic class that generates some named float values from a given object.
Abstract base class for different kinds of events.
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)
Getter for the name at the given index.