 |
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 fitlessFacetVarNames[] = {
30 "short_arm_is_crossing",
31 "long_arm_is_crossing",
33 "abs_layer_id_difference",
34 "layer_id_difference",
37 "is_forward_progression",
41 struct FitlessFacetVarNames :
public VarNames<const CDCFacet> {
44 static const size_t nVars = size(fitlessFacetVarNames);
47 static constexpr
char const*
getName(
int iName)
49 return fitlessFacetVarNames[iName];
bool extract(const CDCFacet *ptrFacet) final
Generate and assign the contained variables.
Abstract base class for different kinds of events.
Class to compute floating point variables from a facet which can be recorded as a flat TNtuple or ser...
Class representing a triple of neighboring oriented wire with additional trajectory information.
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.
Generic class that generates some named float values from a given object.