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:
-
Sep 11, 2013, 9:32:08 AM (11 years ago)
- Author:
-
jkaspar
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v31
|
v32
|
|
17 | 17 | |
18 | 18 | The package consists of the following components. |
19 | | 1. 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 [[TDistributionFileDescription|t-distribution file description]]). |
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 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]]. |
| 19 | * C++ implementation of the models described above. For more details, please refer to the [[API|API description]]. |
| 20 | * 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]]). |
| 21 | * 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 | * 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]]. |
23 | 23 | |
24 | 24 | |