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

The LHAweights struct represents the information in a weights tag. More...

#include <LHEF3.h>

Public Member Functions

 LHAweights ()
 Initialize default values.
 
 LHAweights (const XMLTag &tag)
 Construct from XML tag. More...
 
void list (ostream &file) const
 Print out an XML tag. More...
 
void clear ()
 Function to reset this object.
 
int size () const
 Return number of weights.
 

Public Attributes

vector< double > weights
 The weights of this event.
 
map< string, string > attributes
 Any other attributes.
 
string contents
 The contents of the tag.
 

Detailed Description

The LHAweights struct represents the information in a weights tag.

Constructor & Destructor Documentation

LHAweights ( const XMLTag tag)

Construct from XML tag.

The LHAweights struct.

Construct from XML tag.

Member Function Documentation

void list ( ostream &  file) const

Print out an XML tag.

Print out.


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