Belle II Software  release-06-02-00
Manager::VarBase Struct Reference

Base class for information common to all types of variables. More...

#include <Manager.h>

Inheritance diagram for Manager::VarBase:
Collaboration diagram for Manager::VarBase:

Public Member Functions

 VarBase (const std::string &n, 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

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

Base class for information common to all types of variables.

Definition at line 117 of file Manager.h.


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