|
HepMC3 event record library
|
Les Houches event file classes. More...
Data Structures | |
| struct | Clus |
| struct | Cut |
| struct | EventFile |
| struct | EventGroup |
| struct | Generator |
| class | HEPEUP |
| class | HEPRUP |
| struct | MergeInfo |
| struct | OAttr |
| struct | PDFInfo |
| struct | ProcInfo |
| class | Reader |
| struct | Scale |
| struct | Scales |
| struct | TagBase |
| struct | Weight |
| struct | WeightGroup |
| struct | WeightInfo |
| class | Writer |
| struct | XMLTag |
| struct | XSecInfo |
Typedefs | |
| typedef std::map< std::string, XSecInfo > | XSecInfos |
Functions | |
| template<typename T > | |
| OAttr< T > | oattr (std::string name, const T &value) |
| template<typename T > | |
| std::ostream & | operator<< (std::ostream &os, const OAttr< T > &oa) |
| std::string | hashline (std::string s) |
Les Houches event file classes.
The namespace containing helper classes and Reader and Writer classes for handling Les Houches event files.
|
inline |
| OAttr< T > oattr | ( | std::string | name, |
| const T & | value ) |
| std::ostream & operator<< | ( | std::ostream & | os, |
| const OAttr< T > & | oa ) |
Output operator for attributes.
Definition at line 76 of file LHEF.h.
References OAttr< T >::name, and OAttr< T >::val.