|
PYTHIA
8.316
|
Class for integer modes. More...
#include <Settings.h>
Public Member Functions | |
| Mode (string nameIn=" ", int defaultIn=0, bool hasMinIn=false, bool hasMaxIn=false, int minIn=0, int maxIn=0, bool optOnlyIn=false) | |
| Constructor. | |
Public Attributes | |
| string | name |
| Data members. | |
| int | valNow |
| int | valDefault |
| bool | hasMin |
| bool | hasMax |
| int | valMin |
| int | valMax |
| bool | optOnly |
Class for integer modes.
1.8.11