- class showerpipe.lhe.LheData[source]
Container for the Les Houches file content.
Public members¶
- classmethod from_storage(storage: str | Path) LheData[source]
Loads the LHE data directly from the given file location.
- property num_events : int[source]
-
repeat(repeats: int, inplace: bool =
False) bytes | None[source] Modifies LHE content, repeating each event the number of times given by repeats.
-
tile(repeats: int, inplace: bool =
False) bytes | None[source] Modifies LHE content, tile repeating all events the number of times given by repeats.
Last update:
Jun 27, 2025