10#include <tracking/trackFindingCDC/varsets/VarSet.h>
11#include <tracking/trackFindingCDC/varsets/VarNames.h>
18 namespace TrackFindingCDC {
19 class CDCAxialSegmentPair;
23 static char const*
const fitlessAxialSegmentPairVarNames[] = {
44 "arc_length_front_offset",
45 "arc_length_back_offset",
46 "from_arc_length_total",
47 "to_arc_length_total",
58 static const size_t nVars = size(fitlessAxialSegmentPairVarNames);
61 static constexpr char const*
getName(
int iName)
63 return fitlessAxialSegmentPairVarNames[iName];
Class representing a pair of reconstructed axial segments in adjacent superlayer.
Class to compute floating point variables from a segment relation which can be recorded as a flat TNt...
bool extract(const CDCAxialSegmentPair *ptrAxialSegmentPair) override
Generate and assign the contained variables.
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.