 |
Belle II Software
release-05-01-25
|
12 #include <tracking/trackFindingCDC/varsets/VarSet.h>
13 #include <tracking/trackFindingCDC/varsets/VarNames.h>
15 #include <tracking/trackFindingCDC/filters/stereoHits/BaseStereoHitFilter.h>
22 namespace TrackFindingCDC {
26 static char const*
const stereoHitVarNames[] = {
47 struct StereoHitVarNames :
public VarNames<BaseStereoHitFilter::Object> {
50 static const size_t nVars = size(stereoHitVarNames);
53 static constexpr
char const*
getName(
int iName)
55 return stereoHitVarNames[iName];
static constexpr char const * getName(int iName)
Getter for the name at the given index.
Class to compute floating point variables from a stereo hit to track match which can be recorded as a...
Abstract base class for different kinds of events.
static const size_t nVars
Number of variables to be generated.
bool extract(const BaseStereoHitFilter::Object *testPair) override
Generate and assign the contained variables.
Generic class that generates some named float values from a given object.
AObject Object
Type of the object to be analysed.