Belle II Software development
PXDStateBasicVarNames Class Reference

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

#include <PXDStateBasicVarSet.h>

Inheritance diagram for PXDStateBasicVarNames:
VarNames< BasePXDStateFilter::Object >

Public Types

using Object = BasePXDStateFilter::Object
 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(pxdStateBasicVarNames)
 Number of variables to be generated.
 

Detailed Description

Vehicle class to transport the variable names.

Definition at line 76 of file PXDStateBasicVarSet.h.

Member Typedef Documentation

◆ Object

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 84 of file PXDStateBasicVarSet.h.

85 {
86 return pxdStateBasicVarNames[iName];
87 }
static constexpr char const *const pxdStateBasicVarNames[]
Names of the variables to be generated.

Member Data Documentation

◆ nVars

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

Number of variables to be generated.

Definition at line 80 of file PXDStateBasicVarSet.h.


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