 |
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/states/BaseCDCStateFilter.h>
30 class CDCStateTruthVarNames :
public TrackFindingCDC::VarNames<BaseCDCStateFilter::Object> {
constexpr static char const * getName(int iName)
Get the name of the column.
virtual bool extract(const BaseCDCStateFilter::Object *result) override
Generate and assign the variables from the object.
static const size_t nVars
Number of variables to be generated.
constexpr static char const *const cdcStateTruthVarNames[]
Names of the variables to be generated.
Abstract base class for different kinds of events.
Var set to store basic quantities related to CDC CKF (using truth information)
Generic class that generates some named float values from a given object.
AObject Object
Type of the object to be analysed.