elegent is hosted by Hepforge, IPPP Durham
close Warning: Can't synchronize with repository "(default)" (/hepforge/svn/elegent does not appear to be a Subversion repository.). Look in the Trac log for more information.

Changes between Version 19 and Version 20 of WikiStart


Ignore:
Timestamp:
Jul 26, 2013, 4:37:26 PM (11 years ago)
Author:
jkaspar
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v19 v20  
    2626
    27271. Either download an [[http://www.hepforge.org/downloads/elegent|Elegent release]] or checkout the code from Subversion:
    28    `svn co svn+ssh://svn.hepforge.org/hepforge/svn/elegent/trunk`
     28   {{{
     29   svn co svn+ssh://svn.hepforge.org/hepforge/svn/elegent/trunk
     30   }}}
    29311. Edit the `makefile` such that `ROOTDIR` and `HepMCDIR` point to your ROOT and HepMC installations.
    30 1. Run `make`.
     321. Run
     33   {{{
     34   make
     35   }}}
    3136
    3237
     
    3641NB: you might want to skip this step as there are ready-made datasheets available for [[http://www.hepforge.org/downloads/elegent|download]].
    3742
    38 Run `bin/ElegentDistributionSampler -h` to get help on running this program. Alternatively, look in [[source:/trunk/scripts/generate_datasheets]] for a usage example.
     43Run
     44{{{
     45bin/ElegentDistributionSampler -h
     46}}}
     47to get help on running this program. Alternatively, look in [[source:/trunk/scripts/generate_datasheets]] for a usage example.
    3948
    4049
    4150=== Testing the event generator ===
    4251
    43 The `Generator` class and a datasheet can be tested with program `bin/ElegentTest`, which would print the generated HepMC events on screen. Run `bin/ElegentTest -h` for usage help.
     52The `Generator` class and a datasheet can be tested with program `bin/ElegentTest`, which would print the generated HepMC events on screen. Run
     53{{{
     54bin/ElegentTest -h
     55}}}
     56for usage help.