Belle II Software development
VarNames< AObject > Class Template Reference

Class that specifies the names of the variables. More...

#include <VarNames.h>

Public Types

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

Static Public Member Functions

static constexpr char const * getName (int iName)
 Function looking up the variable name at the given index as compile time.
 

Static Public Attributes

static const std::size_t nVars = 0
 Number of variables to be generated.
 

Detailed Description

template<class AObject>
class Belle2::TrackFindingCDC::VarNames< AObject >

Class that specifies the names of the variables.

Definition at line 21 of file VarNames.h.

Member Typedef Documentation

◆ Object

using Object = AObject

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

Function looking up the variable name at the given index as compile time.

Definition at line 31 of file VarNames.h.

32 {
33 return "";
34 }

Member Data Documentation

◆ nVars

const std::size_t nVars = 0
static

Number of variables to be generated.

Definition at line 28 of file VarNames.h.


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