Changes between Initial Version and Version 1 of ParameterLists


Ignore:
Timestamp:
Feb 16, 2010, 10:24:54 AM (14 years ago)
Author:
trac
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ParameterLists

    v1 v1  
     1
     2
     3== !MassList, !WidthList and all that ==
     4=== !MassList ===
     5
     6{{{MassList}}} is a list of length 2, whose entries are
     7   1. The {{{BlockName}}} {{{MASS}}} for masses
     8   1. A matrix: in each row you find
     9      1. The pdg code of the particle (between curly brackets)
     10      1. The symbol for the mass.
     11      1. The numerival value ( {{{Internal}}} if the mass if given as an internal parameter, and {{{NoValue[1]}}} if no value is specified in the model file.
     12 Notice that massless particles are not shown in {{{MassList}}}.
     13=== !WidthList ===
     14
     15Similar to {{{MassList}}}, except that the first element is the {{{BlockName}}} {{{DECAY}}}. Notice that stable particles (Γ{{{0) are not shown in =WidthList}}}.
     16=== !EParamList ===
     17
     18{{{EParamList}}} is a list containing all external parameters defined in the model file. Each element of this list is a two-component list, corresponding to a LH block:
     19   1. The first element is the LH block
     20   1. The second element is a list containing all the parameters in this block.
     21
     22Each parameter is given as a list:
     23   1. The LH block number (between curly brackets)
     24   1. A list of length 4 or 6 giving all the properties of the parameter.
     25
     26If no {{{InteractionOrder}}} was specified for this parameter, then the length of the list is 4:
     27   1. The {{{ParameterName}}} of the parameter.
     28   1. the numerical value
     29   1. {{{True}}}/{{{False}}}, specifying whether the parameter is complex ( {{{True}}}) or not ( {{{False}}}).
     30   1. a string, giving a description of the parameter.
     31
     32If an {{{InteractionOrder}}} was defined, then the length of the list is 6
     33
     34   1. The {{{ParameterName}}} of the parameter.
     35   1. The name of the {{{InteractionOrder}}} (usually {{{QED}}}/{{{QCD}}})
     36   1. The value of the interaction order.
     37   1. the numerical value
     38   1. {{{True}}}/{{{False}}}, specifying whether the parameter is complex ( {{{True}}}) or not ( {{{False}}}).
     39   1. a string, giving a description of the parameter.
     40=== !IParamList ===
     41
     42{{{IParamList}}} is a list containing all internal parameter defined in the model file. Each parameter is represented by a four or six component list:
     43   * Is no {{{InteractionOrder}}} was defined for the parameter, then the length of the list is 4:
     44   1. The {{{ParameterName}}} of the parameter.
     45   1. The name of the {{{InteractionOrder}}} (usually {{{QED}}}/{{{QCD}}})
     46   1. The value of the interaction order.
     47   1. the relation to other parametes (external and/or internal)
     48   1. {{{True}}}/{{{False}}}, specifying whether the parameter is complex ( {{{True}}}) or not ( {{{False}}}).
     49   1. a string, giving a description of the parameter.
     50   * If an {{{InteractionOrder}}} was defined, then the length of the list is 6:
     51
     52   1. The {{{ParameterName}}} of the parameter.
     53   1. the relation to other parametes (external and/or internal)
     54   1. {{{True}}}/{{{False}}}, specifying whether the parameter is complex ( {{{True}}}) or not ( {{{False}}}).
     55   1. a string, giving a description of the parameter.
     56=== !ParamList ===
     57
     58{{{ParamList}}} is a list containing both the external parameters.
     59
     60Each external parameter corresponds to a six or eight component list. If no interaction order was defined
     61   1. The {{{ParameterName}}} of the parameter.
     62   1. A tag {{{Ext}}}.
     63   1. The numerical value
     64   1. The LH block name.
     65   1. {{{True}}}/{{{False}}}, specifying whether the parameter is complex ( {{{True}}}) or not ( {{{False}}}).
     66   1. a string, giving a description of the parameter.
     67 If an interaction order was defined
     68   1. The {{{ParameterName}}} of the parameter.
     69   1. A tag {{{Ext}}}.
     70   1. The numerical value.
     71   1. The LH block name.
     72   1. The name of the {{{InteractionOrder}}} (usually {{{QED}}}/{{{QCD}}})
     73   1. The value of the interaction order.
     74   1. {{{True}}}/{{{False}}}, specifying whether the parameter is complex ( {{{True}}}) or not ( {{{False}}}).
     75   1. A string, giving a description of the parameter.
     76 Each internal parameter corresponds to a five or seven eight component list. If no interaction order was defined
     77   1. The {{{ParameterName}}} of the parameter.
     78   1. A tag {{{Int}}}.
     79   1. The relation to other parametes (external and/or internal).
     80   1. {{{True}}}/{{{False}}}, specifying whether the parameter is complex ( {{{True}}}) or not ( {{{False}}}).
     81   1. A string, giving a description of the parameter. If an interaction order was defined
     82   1. The {{{ParameterName}}} of the parameter.
     83   1. A tag {{{Int}}}.
     84   1. The relation to other parametes (external and/or internal).
     85   1. The name of the {{{InteractionOrder}}} (usually {{{QED}}}/{{{QCD}}})
     86   1. The value of the interaction order.
     87   1. {{{True}}}/{{{False}}}, specifying whether the parameter is complex ( {{{True}}}) or not ( {{{False}}}).
     88   1. A string, giving a description of the parameter.
     89
     90-- Main.ClaudeDuhr - 19 Mar 2008