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.
- Timestamp:
-
Jul 26, 2013, 3:29:38 PM (11 years ago)
- Author:
-
jkaspar
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v16
|
v17
|
|
16 | 16 | The package consists of the following components. |
17 | 17 | 1. C++ implementation of the models described above. For more details, please refer to the [[API|API description]]. |
18 | | 1. 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]]). |
19 | | 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 embedded in any program. As an example, you can have a look at the `TestElegent` program. |
| 18 | 1. 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'' (for details, please refer to the [[DatasheetStructure|datasheet description]]). |
| 19 | 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. |
20 | 20 | |
21 | 21 | |