|
PYTHIA
8.316
|
Class for SLHA data entry. More...
#include <SusyLesHouches.h>
Public Member Functions | |
| Entry () | |
| Constructor. | |
| bool | isInt () |
| Generic functions to inquire whether an int, double, or string. | |
| bool | isDouble () |
| bool | isString () |
| Entry & | operator= (double &val) |
| = Overloading: Set entry to int, double, or string | |
| Entry & | operator= (int &val) |
| Entry & | operator= (string &val) |
| void | setComment (string comment) |
| Set and Get comment. | |
| void | getComment (string &comment) |
| bool | get (int &val) |
| Generic functions to get value. | |
| bool | get (double &val) |
| bool | get (string &val) |
Class for SLHA data entry.
1.8.11