pylhe
Python interface to read Les Houches Event (LHE) files.
Functions
|
Read and yield the events in the LHE file. |
|
Read an LHE file and return an LHEFile object. |
|
Read and return the init blocks. |
|
Iterate through file, similar to read_lhe but also set weights and attributes. |
|
Moderately efficient way to get the number of events stored in a file. |
|
Write the LHE file. |
|
Write the LHE file. |
|
Return the LHE file as a string. |
|
Return the LHE file as a string. |
Classes
|
Store a single event in the LHE format. |
|
Store the event information in the LHE format. |
|
Represents an LHE file. |
|
Store the <init> block as dict. |
|
Store the first line of the <init> block as dict. |
|
Represents a single particle in the LHE format. |
|
Store the process info block as dict. |