forked from wavewave/evchain
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
27 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |