Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wavewave committed Feb 5, 2014
1 parent 58ac841 commit 9e360fc
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
evchain
=======

Installation
------------


For installation, some knowledge about haskell toolchain
(`cabal-install` for example) is quite needed although it is not crazily
difficult once getting used to it. For you to just start, you need to
have `ghc-7.4` or higher and `cabal-install` installed on your system, and
clone the following packages from http://github.com/hep-platform :

`HEPUtil`
`conduit-util`
`LHEParser`
`LHE-sanitizer`
`madgraph-auto`
`madgraph-auto-model`
`pipeline-eventgen`
`evchain`

and at each directory, you need to run `cabal install`
After evchain is installed, you need to write a script in haskell for
using evchain.
One actual example of such script is
https://github.com/wavewave/lhc-analysis-collection/blob/master/exe/2013-07-20-XUDD.hs

0 comments on commit 9e360fc

Please sign in to comment.