Belle II Software development
EmptyGlobalParamSet Class Reference

Object representing no parameters. More...

#include <GlobalParam.h>

Inheritance diagram for EmptyGlobalParamSet:

Public Member Functions

double getGlobalParam (unsigned short, unsigned short)
 Get global parameter - return zero.
 
void setGlobalParam (double, unsigned short, unsigned short)
 Set global parameter - do nothing.
 
std::vector< std::pair< unsigned short, unsigned short > > listGlobalParams ()
 list stored global parameters - empty list, no parameters
 

Static Public Member Functions

static unsigned short getGlobalUniqueID ()
 Get global unique id = 0 (empty/none)
 

Detailed Description

Object representing no parameters.

Definition at line 32 of file GlobalParam.h.

Member Function Documentation

◆ getGlobalParam()

double getGlobalParam ( unsigned short  ,
unsigned short   
)
inline

Get global parameter - return zero.

Definition at line 38 of file GlobalParam.h.

38{return 0.;}

◆ getGlobalUniqueID()

static unsigned short getGlobalUniqueID ( )
inlinestatic

Get global unique id = 0 (empty/none)

Definition at line 36 of file GlobalParam.h.

36{return 0;}

◆ listGlobalParams()

std::vector< std::pair< unsigned short, unsigned short > > listGlobalParams ( )
inline

list stored global parameters - empty list, no parameters

Definition at line 42 of file GlobalParam.h.

42{return {};}

◆ setGlobalParam()

void setGlobalParam ( double  ,
unsigned short  ,
unsigned short   
)
inline

Set global parameter - do nothing.

Definition at line 40 of file GlobalParam.h.

40{}

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