elegent is hosted by Hepforge, IPPP Durham
close Warning:
  • Error with navigation contributor "BrowserModule"
  • Failed to sync with repository "(default)": instance.__dict__ not accessible in restricted mode; repository information may be out of date. Look in the Trac log for more information including mitigation strategies.

Changes between Version 3 and Version 4 of API


Ignore:
Timestamp:
Oct 4, 2013, 1:46:06 PM (11 years ago)
Author:
jkaspar
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • API

    v3 v4  
    11= Description of model API =
    22
    3 * API of hadronic models: inheriting `Model`; methods `Amp` and `Prf`
     3Here we describe the aplication interface of classes that form the `libElegent` library.
    44
    5 * API of coulomb:
     5== Constants ==
    66
    7 * API of Generator class.
     7The 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`.
    88
    9 TODO: all that is in libElegent
     9
     10== Hadronic models ==
     11
     12inheriting `Model`; methods `Amp` and `Prf`
     13
     14
     15
     16== Coulomb and Coulomb-interference ==
     17
     18
     19
     20== Generator class ==
     21