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:
-
Oct 4, 2013, 1:46:06 PM (11 years ago)
- Author:
-
jkaspar
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v3
|
v4
|
|
1 | 1 | = Description of model API = |
2 | 2 | |
3 | | * API of hadronic models: inheriting `Model`; methods `Amp` and `Prf` |
| 3 | Here we describe the aplication interface of classes that form the `libElegent` library. |
4 | 4 | |
5 | | * API of coulomb: |
| 5 | == Constants == |
6 | 6 | |
7 | | * API of Generator class. |
| 7 | The class `Constants` encapsulates physics and mathematical constants (e.g. proton mass, Euler’s constants) as well as process description (e.g. pp or app mode, centre-of-mass energy). The constants are set up by the static `Init` method which creates an instance of the class referenced by the global pointer `cnts`. |
8 | 8 | |
9 | | TODO: all that is in libElegent |
| 9 | |
| 10 | == Hadronic models == |
| 11 | |
| 12 | inheriting `Model`; methods `Amp` and `Prf` |
| 13 | |
| 14 | |
| 15 | |
| 16 | == Coulomb and Coulomb-interference == |
| 17 | |
| 18 | |
| 19 | |
| 20 | == Generator class == |
| 21 | |