10#include <tracking/trackFindingCDC/varsets/VarSet.h>
11#include <tracking/trackFindingCDC/varsets/VarNames.h>
12#include <tracking/trackFindingCDC/varsets/FixedSizeNamedFloatTuple.h>
19 namespace TrackFindingCDC {
24 static char const*
const cdcWireHitVarNames[] = {
39 static const size_t nVars = size(cdcWireHitVarNames);
45 return cdcWireHitVarNames[iName];
53 class CDCWireHitVarSet :
public VarSet<CDCWireHitVarNames> {
Vehicle class to transport the variable names.
static const size_t nVars
Number of variables to be generated.
static constexpr char const * getName(int iName)
Get the name of the column.
void initialize() override
Receive signal before the start of the event processing.
bool extract(const CDCWireHit *object) final
Generate and assign the variables from the object.
VarSet< CDCWireHitVarNames > Super
Type of the base class.
Class representing a hit wire in the central drift chamber.
Class that specifies the names of the variables.
Generic class that generates some named float values from a given object.
Abstract base class for different kinds of events.