 |
Belle II Software
release-05-01-25
|
12 #include <tracking/trackFindingCDC/varsets/VarSet.h>
13 #include <tracking/trackFindingCDC/varsets/VarNames.h>
15 #include <framework/dataobjects/EventMetaData.h>
16 #include <framework/datastore/StoreObjPtr.h>
18 #include <tracking/ckf/pxd/filters/states/BasePXDStateFilter.h>
19 #include <tracking/ckf/pxd/utilities/PXDMCUtil.h>
42 class PXDStateTruthVarNames :
public TrackFindingCDC::VarNames<BasePXDStateFilter::Object> {
constexpr static char const *const pxdStateTruthVarNames[]
Names of the variables to be generated.
MCUtil m_mcUtil
MC information used in the PXD CKF.
virtual bool extract(const BasePXDStateFilter::Object *result) override
Generate and assign the variables from the object.
constexpr static char const * getName(int iName)
Get the name of the column.
Abstract base class for different kinds of events.
StoreObjPtr< EventMetaData > m_eventMetaData
Pointer to the object containing event number etc.
Type-safe access to single objects in the data store.
Class bundling all helper functions for the MC information used in the PXD CKF.
static const size_t nVars
Number of variables to be generated.
Generic class that generates some named float values from a given object.
Var set used in the VXD-CDC-Merger for calculating the probability of a VXD-CDC-track match,...
AObject Object
Type of the object to be analysed.