Collect different scales relevant for an event.
More...
#include <LHEF.h>
|
| Scales (double defscale=-1.0) |
| Empty constructor.
|
|
| Scales (const XMLTag &tag, double defscale=-1.0) |
| Construct from an XML-tag.
|
|
void | print (std::ostream &file) const |
| Print out the corresponding XML-tag.
|
|
| TagBase () |
| Default constructor does nothing.
|
|
| TagBase (const AttributeMap &attr, std::string conts=std::string()) |
| Main constructor stores the attributes and contents of a tag.
|
|
bool | getattr (std::string n, double &v, bool erase=true) |
| Find an attribute named n and set the double variable v to the corresponding value.
|
|
bool | getattr (std::string n, bool &v, bool erase=true) |
| Find an attribute named n and set the bool variable v to true if the corresponding value is "yes".
|
|
bool | getattr (std::string n, long &v, bool erase=true) |
| Find an attribute named n and set the long variable v to the corresponding value.
|
|
bool | getattr (std::string n, int &v, bool erase=true) |
| Find an attribute named n and set the long variable v to the corresponding value.
|
|
bool | getattr (std::string n, std::string &v, bool erase=true) |
| Find an attribute named n and set the string variable v to the corresponding value.
|
|
void | printattrs (std::ostream &file) const |
| print out ' name="value"' for all unparsed attributes.
|
|
void | closetag (std::ostream &file, std::string tag) const |
| Print out end of tag marker.
|
|
|
double | muf |
| The factorization scale used for this event.
|
|
double | mur |
| The renormalization scale used for this event.
|
|
double | mups |
| The starting scale for the parton shower as suggested by the matrix element generator.
|
|
double | SCALUP |
| The default scale in this event.
|
|
XMLTag::AttributeMap | attributes |
| The attributes of this tag;.
|
|
std::string | contents |
| The contents of this tag.
|
|
Collect different scales relevant for an event.
Definition at line 1217 of file LHEF.h.
The documentation for this struct was generated from the following file: