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

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

Detailed Description

The LHArwgt assigns a group-name to a set of LHAwgt objects.

Constructor & Destructor Documentation

LHArwgt ( const XMLTag tag)

The LHArwgt struct: Assigns a group-name to a set of LHAwgt objects.

Construct a group of LHAwgt objects from an XML tag and insert them in the given vector.

Now add the wgt's step by step.


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