 |
Belle II Software
release-05-02-19
|
12 #include <tracking/trackFindingCDC/varsets/VarSet.h>
13 #include <tracking/trackFindingCDC/varsets/VarNames.h>
20 namespace TrackFindingCDC {
25 static char const*
const basicFacetVarNames[] = {
30 "start_drift_length_sigma",
33 "middle_drift_length",
34 "middle_drift_length_sigma",
38 "end_drift_length_sigma",
49 struct BasicFacetVarNames :
public VarNames<const CDCFacet> {
52 static const size_t nVars = size(basicFacetVarNames);
55 static constexpr
char const*
getName(
int iName)
57 return basicFacetVarNames[iName];
static const size_t nVars
Number of variables to be generated.
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...
bool extract(const CDCFacet *ptrFacet) final
Generate and assign the contained variables.
Class representing a triple of neighboring oriented wire with additional trajectory information.
Generic class that generates some named float values from a given object.
static constexpr char const * getName(int iName)
Getter for the name at the given index.