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 30, 2013, 2:54:40 PM (11 years ago)
- Author:
-
jkaspar
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v24
|
v25
|
|
20 | 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]]). |
21 | 21 | 1. 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. |
22 | | 1. 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]]. |
| 22 | 1. 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/ElegentTest.cc|ElegentTest program]]. |
23 | 23 | |
24 | 24 | |