HepMC event record
|
Helper struct for output of attributes.
Definition at line 33 of file build/outputs/include/HepMC/LHEF.h.
#include <LHEF.h>
Public Member Functions | |
OAttr (std::string n, const T &v) | |
OAttr (std::string n, const T &v) | |
Data Fields | |
std::string | name |
T | val |
|
inline |
Constructor
Definition at line 38 of file build/outputs/include/HepMC/LHEF.h.
|
inline |
Constructor
Definition at line 38 of file include/HepMC/LHEF.h.
std::string name |
The name of the attribute being printed.
Definition at line 43 of file build/outputs/include/HepMC/LHEF.h.
T val |
The value of the attribute being printed.
Definition at line 48 of file build/outputs/include/HepMC/LHEF.h.