![]() |
Belle II Software
release-06-02-00
|
A variable returning a floating-point value for a given Particle. More...
#include <Manager.h>


Public Member Functions | |
| Var (const std::string &n, FunctionPtr 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 | |
| FunctionPtr | 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. | |
A variable returning a floating-point value for a given Particle.