PYTHIA  8.311
Public Member Functions | Public Attributes | List of all members
Parm Class Reference

Class for double parms (where parm is shorthand for parameter). More...

#include <Settings.h>

Public Member Functions

 Parm (string nameIn=" ", double defaultIn=0., bool hasMinIn=false, bool hasMaxIn=false, double minIn=0., double maxIn=0.)
 Constructor.
 

Public Attributes

string name
 Data members.
 
double valNow
 
double valDefault
 
bool hasMin
 
bool hasMax
 
double valMin
 
double valMax
 

Detailed Description

Class for double parms (where parm is shorthand for parameter).


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