elegent is hosted by Hepforge, IPPP Durham
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.

Changes between Version 4 and Version 5 of API


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

--

Legend:

Unmodified
Added
Removed
Modified
  • API

    v4 v5  
    1010== Hadronic models ==
    1111
    12 inheriting `Model`; methods `Amp` and `Prf`
     12All models of hadronic interactions are implemented as classes inheriting from the `Model` class. If the model exists in several variants or versions, or if its amplitude can be calculated in several modes, the user can make a choice via the `Configure` method. Afterwards, the `Init` method shall be used to initialize model parameters and perform (potentially) time-expensive initialisations (e.g. pre-sampling).
    1313
     14The scattering amplitude (in t-space) and profile function (amplitude in b-space) can be caluculated by `Amp(t)` and `Prf(b)` methods respectively. For details (normalisation etc.) see the journal publication linked from the [[https://elegent.hepforge.org/|home page]].
    1415
    1516