 |
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 basicSegmentVarNames[] = {
31 struct BasicSegmentVarNames :
public VarNames<CDCSegment2D> {
34 static const size_t nVars = size(basicSegmentVarNames);
37 static constexpr
char const*
getName(
int iName)
39 return basicSegmentVarNames[iName];
static constexpr char const * getName(int iName)
Getter for the name at the given index.
Abstract base class for different kinds of events.
Class to compute floating point variables from a segment which can be recorded as a flat TNtuple or s...
A reconstructed sequence of two dimensional hits in one super layer.
bool extract(const CDCSegment2D *ptrSegment2D) final
Generate and assign the contained variables.
Generic class that generates some named float values from a given object.
static const size_t nVars
Number of variables to be generated.