 |
Belle II Software
release-05-01-25
|
12 #include <tracking/trackFindingCDC/varsets/VarSet.h>
13 #include <tracking/trackFindingCDC/varsets/VarNames.h>
20 namespace TrackFindingCDC {
25 static char const*
const fitFacetVarNames[] = {
47 struct FitFacetVarNames :
public VarNames<const CDCFacet> {
50 static const size_t nVars = size(fitFacetVarNames);
53 static constexpr
char const*
getName(
int iName)
55 return fitFacetVarNames[iName];
static const size_t nVars
Number of variables to be generated.
Class to compute floating point variables from a facet which can be recorded as a flat TNtuple or ser...
static constexpr char const * getName(int iName)
Getter for the name at the given index.
Abstract base class for different kinds of events.
Class representing a triple of neighboring oriented wire with additional trajectory information.
Generic class that generates some named float values from a given object.
bool extract(const CDCFacet *ptrFacet) final
Generate and assign the contained variables.