 |
Belle II Software
release-05-02-19
|
12 #include <tracking/trackFindingCDC/varsets/VarSet.h>
13 #include <tracking/trackFindingCDC/varsets/VarNames.h>
15 #include <tracking/ckf/cdc/filters/paths/BaseCDCPathFilter.h>
17 #include <framework/datastore/StoreObjPtr.h>
18 #include <framework/dataobjects/EventMetaData.h>
89 class CDCPathBasicVarNames :
public TrackFindingCDC::VarNames<BaseCDCPathFilter::Object> {
StoreObjPtr< EventMetaData > m_eventMetaData
use this to get the eventNumber
Var set to store basic quantities related to CDC CKF.
static const size_t nVars
Number of variables to be generated.
virtual bool extract(const BaseCDCPathFilter::Object *path) override
Generate and assign the variables from the object.
constexpr static char const * getName(int iName)
Get the name of the column.
constexpr static char const *const cdcPathBasicVarNames[]
Names of the variables to be generated.
Abstract base class for different kinds of events.
Type-safe access to single objects in the data store.
Generic class that generates some named float values from a given object.
AObject Object
Type of the object to be analysed.