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 17 and Version 18 of WikiStart


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

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v17 v18  
    2525=== Download and compilation ===
    2626
    27 Either download an [[http://www.hepforge.org/downloads/elegent|Elegent release]] or checkout the code from Subversion:
    28 
    29 `svn co svn+ssh://svn.hepforge.org/hepforge/svn/elegent/trunk`
    30 
    31 Edit the `makefile` such that `ROOTDIR` and `HepMCDIR` point to your ROOT and HepMC installations.
    32 
    33 Run `make`.
     271. 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`
     291. Edit the `makefile` such that `ROOTDIR` and `HepMCDIR` point to your ROOT and HepMC installations.
     301. Run `make`.
    3431
    3532
     
    3936NB: you might want to skip this step as there are ready-made datasheets available for [[http://www.hepforge.org/downloads/elegent|download]].
    4037
    41 `bin/ElegentDistributionSampler`
    42 
    43 * datasheet structure, ROOT file, 2 types of sampling
     38Run `bin/ElegentDistributionSampler -h` to get help on running this program. Alternatively, look in `scripts/generate_datasheets` for a usage example.
    4439
    4540
    4641=== Testing the event generator ===
    4742
    48 `bin/ElegentTest <file name> <model path> <t_min> <t_max> <number of events>`
     43The `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.