pylhe.LHEEventInfo
- class pylhe.LHEEventInfo(**kwargs)[source]
Bases:
object
Store the event information in the LHE format.
Methods
__init__
(**kwargs)fromstring
(string)Create an LHEEventInfo instance from a string in LHE format.
tolhe
()Return the event info as a string in LHE format.
Attributes
fieldnames
- classmethod fromstring(string: str) LHEEventInfo [source]
Create an LHEEventInfo instance from a string in LHE format.