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 23 and Version 24 of WikiStart


Ignore:
Timestamp:
Jul 30, 2013, 2:53:44 PM (11 years ago)
Author:
jkaspar
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v23 v24  
    1818The package consists of the following components.
    19191. C++ implementation of the models described above. For more details, please refer to the [[API|API description]].
    20 1. A program (`ElegentTDistributionSampler`) 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'' (for details, please refer to the [[DatasheetStructure|datasheet description]]).
    21 1. 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 be embedded in any program. As an example, you can have a look at the `TestElegent` program.
     201. Program `ElegentTDistributionSampler` to build a number of '''t-distributions''' of interest (t being four-momentum transfer squared), e.g. differential and cumulative cross-sections. The distributions are generated at a given collision energy and are saved as a ROOT file. For details please refer to the [[DatasheetStructure|datasheet description - TODO]]).
     211. Program `ElegentBDistributionSampler` to build a number of '''b-distributions''' of interest (b stands for impact parameter). At the moment, only profile functions are generated and saved as a ROOT file.
     221. Class `Generator` that loads a specified cumulative distribution function from a datasheet and generates random events in the HepMC format. This class can easily be embedded in any program. As an example, you can have a look at the [[source:/trunk/src/TestElegent.cc]].
    2223
    2324