PYTHIA
8.312
|
Class for vector of doubles. More...
#include <Settings.h>
Public Member Functions | |
PVec (string nameIn=" ", vector< double > defaultIn=vector< double >(1, 0.), bool hasMinIn=false, bool hasMaxIn=false, double minIn=0., double maxIn=0.) | |
Constructor. | |
Public Attributes | |
string | name |
Data members. | |
vector< double > | valNow |
vector< double > | valDefault |
bool | hasMin |
bool | hasMax |
double | valMin |
double | valMax |
Class for vector of doubles.