PYTHIA
8.312
|
The LHAinitrwgt assigns a group-name to a set of LHAweightgroup objects. More...
#include <LHEF3.h>
Public Member Functions | |
LHAinitrwgt () | |
Default constructor;. | |
LHAinitrwgt (const XMLTag &tag) | |
The LHAinitrwgt assigns a group-name to a set of LHAweightgroup objects. More... | |
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. | |
int | sizeWeightGroups () const |
Return number of weights. | |
Public Attributes | |
string | contents |
The contents of the tag. | |
map< string, LHAweight > | weights |
The vector of weight's. | |
vector< string > | weightsKeys |
map< string, LHAweightgroup > | weightgroups |
The vector of weightgroup's. | |
vector< string > | weightgroupsKeys |
map< string, string > | attributes |
Any other attributes. | |
The LHAinitrwgt assigns a group-name to a set of LHAweightgroup objects.
LHAinitrwgt | ( | const XMLTag & | tag | ) |
The LHAinitrwgt assigns a group-name to a set of LHAweightgroup objects.
Construct a group of LHAweightgroup objects from an XML tag and insert them in the given vector.
Now add the wgt's step by step.
if still no name, use integer as a key
Now add the wgt's step by step.