PYTHIA  8.311
Public Member Functions | Public Attributes | List of all members
LHAinitrwgt Struct Reference

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, LHAweightweights
 The vector of weight's.
 
vector< string > weightsKeys
 
map< string, LHAweightgroupweightgroups
 The vector of weightgroup's.
 
vector< string > weightgroupsKeys
 
map< string, string > attributes
 Any other attributes.
 

Detailed Description

The LHAinitrwgt assigns a group-name to a set of LHAweightgroup objects.

Constructor & Destructor Documentation

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.


The documentation for this struct was generated from the following files: