PYTHIA
8.312
|
The LHArwgt assigns a group-name to a set of LHAwgt objects. More...
#include <LHEF3.h>
Public Member Functions | |
LHArwgt () | |
Default constructor;. | |
LHArwgt (const XMLTag &tag) | |
The LHArwgt struct: Assigns a group-name to a set of LHAwgt 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. | |
Public Attributes | |
string | contents |
The contents of the tag. | |
map< string, LHAwgt > | wgts |
The map of weights. | |
vector< string > | wgtsKeys |
map< string, string > | attributes |
Any other attributes. | |