Belle II Software  release-06-01-15
Manager::ParameterVar Struct Reference

A variable taking additional floating-point arguments to influence the behaviour. More...

#include <Manager.h>

Inheritance diagram for Manager::ParameterVar:
Collaboration diagram for Manager::ParameterVar:

Public Member Functions

 ParameterVar (const std::string &n, ParameterFunctionPtr f, const std::string &d, const std::string &g="")
 ctor
 
void extendDescriptionString (const std::string &d)
 function to extend the description of the variable
 

Public Attributes

ParameterFunctionPtr function
 Pointer to function.
 
std::string name
 Unique identifier of the function, used as key.
 
std::string description
 Description of what this function does.
 
std::string group
 Associated group.
 

Detailed Description

A variable taking additional floating-point arguments to influence the behaviour.

Definition at line 141 of file Manager.h.


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