10#include <tracking/trackingUtilities/varsets/VarSet.h>
11#include <tracking/trackingUtilities/varsets/VarNames.h>
12#include <tracking/trackingUtilities/varsets/FixedSizeNamedFloatTuple.h>
19 namespace TrackingUtilities {
23 namespace TrackFindingCDC {
27 static char const*
const cdcWireHitVarNames[] = {
42 static const size_t nVars = TrackingUtilities::size(cdcWireHitVarNames);
48 return cdcWireHitVarNames[iName];
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 TrackingUtilities::CDCWireHit *object) final
Generate and assign the variables from the object.
TrackingUtilities::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.