lhe-0.1.1: Parse for Les-Houches event files

Text.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]]