lhe-0.2: Parse 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.)

Synopsis

Documentation

The major and minor parts of this version of lhe.

data Event Source

Constructors

Event [Double] [[Double]] 

Instances

data RawEvent Source

Constructors

RawEvent [Double] [[Double]]