10#include <tracking/trackFindingCDC/varsets/VarSet.h>
11#include <tracking/trackFindingCDC/varsets/VarNames.h>
18 namespace TrackFindingCDC {
19 class CDCWireHitCluster;
22 static constexpr char const*
const basicClusterNames[] = {
27 "total_number_of_neighbors",
28 "mean_number_of_neighbors",
32 "variance_drift_length",
34 "total_inner_distance",
35 "mean_inner_distance",
36 "distance_to_superlayer_center",
50 static const size_t nVars = size(basicClusterNames);
53 static constexpr char const*
getName(
int iName)
55 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 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.