lhe-0.3: Parser and writer for Les-Houches event files

Data.LHE

Description

This module provides a pure haskell implementation of a parser and writer for the Les-Houches event file format. (Note that the writer doesn't actually exist yet.)

Documentation

data Event Source

Constructors

Event [Double] [[Double]] 

Instances

data RawEvent Source

Constructors

RawEvent [Double] [[Double]]