10#include <tracking/trackingUtilities/varsets/VarSet.h>
11#include <tracking/trackingUtilities/varsets/VarNames.h>
18 namespace TrackingUtilities {
21 namespace TrackFindingCDC {
24 static constexpr char const*
const basicClusterNames[] = {
29 "total_number_of_neighbors",
30 "mean_number_of_neighbors",
34 "variance_drift_length",
36 "total_inner_distance",
37 "mean_inner_distance",
38 "distance_to_superlayer_center",
52 static const size_t nVars = TrackingUtilities::size(basicClusterNames);
55 static constexpr char const*
getName(
int iName)
57 return basicClusterNames[iName];
Class to compute floating point variables from a wire hit cluster which can be recorded as a flat TNt...
bool extract(const TrackingUtilities::CDCWireHitCluster *ptrCluster) final
Generate and assign the contained variables.
An aggregation of CDCWireHits.
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.