10#include <tracking/trackFindingCDC/varsets/VarSet.h>
11#include <tracking/trackFindingCDC/varsets/VarNames.h>
13#include <tracking/ckf/cdc/filters/paths/BaseCDCPathFilter.h>
15#include <framework/datastore/StoreObjPtr.h>
16#include <framework/dataobjects/EventMetaData.h>
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.
Var set to store basic quantities related to CDC CKF.
StoreObjPtr< EventMetaData > m_eventMetaData
use this to get the eventNumber
virtual bool extract(const BaseCDCPathFilter::Object *path) override
Generate and assign the variables from the object.
Type-safe access to single objects in the data store.
AObject Object
Type of the object to be analysed.
Class that specifies the names of the variables.
Generic class that generates some named float values from a given object.
static constexpr char const *const cdcPathBasicVarNames[]
Names of the variables to be generated.
Abstract base class for different kinds of events.