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 14 and Version 15 of WikiStart


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

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v14 v15  
    1414== Elegent package ==
    1515
    16 The logic...
     16The package consists of the following components.
     171. C++ implementation of the models described above. For more details, please refer to the [[API|API description]].
     181. A program (`ElegentDistributionSampler`) to build a number of distributions of interest (differential and cumulative cross-sections, etc.) at a given collision energy. The output is a ROOT file called *datasheet* (certain datasheets of interest are available for direct [[http://www.hepforge.org/downloads/elegent|download]]).
     191. A class (`Generator`) that loads a specified cumulative distribution function from a datasheet and generates random events in the HepMC format. This class can easily embedded in any program. As an example, you can have a look at the `TestElegent` program.
     20
    1721
    1822* model implementation
     
    2226API of coulomb:
    2327
    24 * datasheet generation
    25 
    26 datasheets available for [[http://www.hepforge.org/downloads/elegent|download]]
    27 
    28 * event generator, output HepMC format
    2928
    3029== Users' guide ==