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 fitlessFacetVarNames[] = {
30 "short_arm_is_crossing",
31 "long_arm_is_crossing",
33 "abs_layer_id_difference",
34 "layer_id_difference",
37 "is_forward_progression",
47 static const size_t nVars = TrackingUtilities::size(fitlessFacetVarNames);
50 static constexpr char const*
getName(
int iName)
52 return fitlessFacetVarNames[iName];
Class to compute floating point variables from a facet which can be recorded as a flat TNtuple or ser...
bool extract(const TrackingUtilities::CDCFacet *ptrFacet) final
Generate and assign the contained variables.
Class representing a triple of neighboring oriented wire with additional trajectory information.
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.