HepMC3 event record library
|
The Clus class represents a clustering of two particle entries into one as defined in a clustering tag.
#include <LHEF.h>
Public Types | |
typedef XMLTag::AttributeMap | AttributeMap |
Public Member Functions | |
Clus () | |
Clus (const XMLTag &tag) | |
void | print (std::ostream &file) const |
bool | getattr (std::string n, double &v, bool erase=true) |
bool | getattr (std::string n, bool &v, bool erase=true) |
bool | getattr (std::string n, long &v, bool erase=true) |
bool | getattr (std::string n, int &v, bool erase=true) |
bool | getattr (std::string n, std::string &v, bool erase=true) |
void | printattrs (std::ostream &file) const |
void | closetag (std::ostream &file, std::string tag) const |
Static Public Member Functions | |
static std::string | yes () |
Data Fields | |
int | p1 |
int | p2 |
int | p0 |
double | scale |
double | alphas |
XMLTag::AttributeMap | attributes |
std::string | contents |
|
inherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inline |
|
inlineinherited |
print out ' name="value"' for all unparsed attributes.
Definition at line 435 of file LHEF.h.
References LHEF::oattr().
|
inlinestaticinherited |
double alphas |
|
inherited |
|
mutableinherited |
int p0 |
double scale |