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

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, LHAweightweights
 The vector of weights.
 
vector< string > weightsKeys
 
map< string, string > attributes
 Any other attributes.
 

Detailed Description

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

Constructor & Destructor Documentation

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.


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