PYTHIA
8.312
|
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.