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

Class for vector of integers. More...

#include <Settings.h>

Public Member Functions

 MVec (string nameIn=" ", vector< int > defaultIn=vector< int >(1, 0), bool hasMinIn=false, bool hasMaxIn=false, int minIn=0, int maxIn=0)
 Constructor.
 

Public Attributes

string name
 Data members.
 
vector< int > valNow
 
vector< int > valDefault
 
bool hasMin
 
bool hasMax
 
int valMin
 
int valMax
 

Detailed Description

Class for vector of integers.


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