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:23:24 PM (11 years ago)
- Author:
-
jkaspar
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v15
|
v16
|
|
19 | 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. |
20 | 20 | |
21 | | |
22 | | * model implementation |
23 | | |
24 | | API of hadronic models: inheriting `Model`; methods `Amp` and `Prf` |
25 | | |
26 | | API of coulomb: |
27 | 21 | |
28 | 22 | |