10#include <tracking/trackFindingCDC/varsets/VarSet.h>
11#include <tracking/trackFindingCDC/varsets/VarNames.h>
13#include <tracking/trackFindingCDC/filters/segmentTrack/BaseSegmentTrackFilter.h>
22 namespace TrackFindingCDC {
28 static char const*
const segmentTrackVarNames[] = {
32 "maxmimum_trajectory_distance_front",
33 "maxmimum_trajectory_distance_back",
34 "maxmimum_hit_distance_front",
35 "maxmimum_hit_distance_back",
37 "hits_in_same_region",
42 "superlayer_already_full",
45 "number_of_hits_in_common",
46 "mean_hit_z_distance",
48 "stereo_quad_tree_distance",
49 "segment_super_layer",
50 "phi_between_track_and_segment",
62 static const size_t nVars = size(segmentTrackVarNames);
65 static constexpr char const*
getName(
int iName)
67 return segmentTrackVarNames[iName];
AObject Object
Type of the object to be analysed.
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.
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.