|
PYTHIA
8.316
|
The LHAweightgroup assigns a group-name to a set of LHAweight objects. More...
#include <LHEF3.h>
Public Member Functions | |
| LHAweightgroup () | |
| Default constructor;. | |
| LHAweightgroup (const XMLTag &tag) | |
| void | list (ostream &file) const |
| Print out the corresponding XML-tag. | |
| void | clear () |
| Function to reset this object. | |
| int | size () const |
| Return number of weights. | |
Public Attributes | |
| string | contents |
| The contents of the tag. | |
| string | name |
| The name. | |
| map< string, LHAweight > | weights |
| The vector of weights. | |
| vector< string > | weightsKeys |
| map< string, string > | attributes |
| Any other attributes. | |
The LHAweightgroup assigns a group-name to a set of LHAweight objects.
| LHAweightgroup | ( | const XMLTag & | tag | ) |
Construct a group of LHAweight objects from an XML tag and insert them in the given vector.
The LHAweightgroup struct: The LHAweightgroup assigns a group-name to a set of LHAweight objects. Construct a group of LHAweight objects from an XML tag and insert them in the given vector.
Now add the weight's step by step.
1.8.11