10#include <tracking/trackingUtilities/varsets/VarSet.h>
11#include <tracking/trackingUtilities/varsets/VarNames.h>
13#include <tracking/trackFindingCDC/filters/segmentTrack/BaseSegmentTrackFilter.h>
22 namespace TrackingUtilities {
26 namespace TrackFindingCDC {
30 static char const*
const segmentTrackVarNames[] = {
34 "maxmimum_trajectory_distance_front",
35 "maxmimum_trajectory_distance_back",
36 "maxmimum_hit_distance_front",
37 "maxmimum_hit_distance_back",
39 "hits_in_same_region",
44 "superlayer_already_full",
47 "number_of_hits_in_common",
48 "mean_hit_z_distance",
50 "stereo_quad_tree_distance",
51 "segment_super_layer",
52 "phi_between_track_and_segment",
64 static const size_t nVars = TrackingUtilities::size(segmentTrackVarNames);
67 static constexpr char const*
getName(
int iName)
69 return segmentTrackVarNames[iName];
Class to compute floating point variables from a segment to track match which can be recorded as a fl...
bool extract(const BaseSegmentTrackFilter::Object *testPair) final
Generate and assign the contained variables.
A reconstructed sequence of two dimensional hits in one super layer.
Class representing a sequence of three dimensional reconstructed hits.
TrackingUtilities::WeightedRelation< TrackingUtilities::CDCTrack, const TrackingUtilities::CDCSegment2D > Object
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.