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 26 and Version 27 of WikiStart


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

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v26 v27  
    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. 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]]).
     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 [[TDistributionFileDescription|t-distribution file description]]).
    21211. 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.
    22221. Class `Generator` that loads a specified cumulative distribution function from a t-distribution ROOT file and generates random events in the [[http://lcgapp.cern.ch/project/simu/HepMC|HepMC format]]. This class can easily be embedded in any program. As an example, you can have a look at the [[source:/trunk/src/ElegentTest.cc|ElegentTest program]].