10#include <tracking/trackFindingCDC/varsets/VarSet.h>
11#include <tracking/trackFindingCDC/varsets/VarNames.h>
13#include <tracking/trackFindingCDC/filters/stereoHits/BaseStereoHitFilter.h>
20 namespace TrackFindingCDC {
24 static char const*
const stereoHitVarNames[] = {
51 static const size_t nVars = size(stereoHitVarNames);
54 static constexpr char const*
getName(
int iName)
56 return stereoHitVarNames[iName];
AObject Object
Type of the object to be analysed.
Class to compute floating point variables from a stereo hit to track match which can be recorded as a...
bool extract(const BaseStereoHitFilter::Object *testPair) override
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.