Belle II Software development
PXDResultTruthVarNames Class Reference

Vehicle class to transport the variable names. More...

#include <PXDResultTruthVarSet.h>

Inheritance diagram for PXDResultTruthVarNames:
VarNames< CKFToPXDResult >

Public Types

using Object = CKFToPXDResult
 Basic type from which the variables are generated.
 

Static Public Member Functions

static constexpr char const * getName (int iName)
 Get the name of the column.
 

Static Public Attributes

static const size_t nVars = TrackFindingCDC::size(pxdResultTruthNames)
 Number of variables to be generated.
 

Detailed Description

Vehicle class to transport the variable names.

Definition at line 38 of file PXDResultTruthVarSet.h.

Member Typedef Documentation

◆ Object

using Object = CKFToPXDResult
inherited

Basic type from which the variables are generated.

Definition at line 25 of file VarNames.h.

Member Function Documentation

◆ getName()

static constexpr char const * getName ( int  iName)
inlinestaticconstexpr

Get the name of the column.

Definition at line 49 of file PXDResultTruthVarSet.h.

50 {
51 return pxdResultTruthNames[iName];
52 }
static constexpr char const *const pxdResultTruthNames[]
Names of the variables to be generated.

Member Data Documentation

◆ nVars

const size_t nVars = TrackFindingCDC::size(pxdResultTruthNames)
static

Number of variables to be generated.

Definition at line 45 of file PXDResultTruthVarSet.h.


The documentation for this class was generated from the following file: