Changes between Version 6 and Version 7 of Systematics


Ignore:
Timestamp:
Aug 22, 2019, 12:18:11 PM (5 years ago)
Author:
Olivier Mattelaer
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Systematics

    v6 v7  
    6060The "systematics" module can be called externally.
    6161It is callable via the Madevent interface (either accessible via launch -i from the MG5aMC interface or via ./bin/madevent)
    62 Here is the details on the syntax (as given by the help command)
     62Here is the details on the syntax (as given by the help command : help systematics). Please refer to your help command to check if all options are supported by your version of MG5aMC.
    6363
    6464{{{
     
    8383INFO:    --keep_weights=   # force to keep the weight even if in the list of remove_weights
    8484INFO:    --start_id=       # define the starting digit for the additial weight. If not specify it is determine automatically
    85 INFO:    --only_beam=0     # only apply the new pdf set to the beam selected. [New in 2.6.2]
    86 INFO:    --ion_scaling=True# if original sample was using rescaled PDF: apply the same rescaling for all PDF sets. [New in 2.6.2]
     85INFO:    --only_beam=0     # only apply the new pdf set to the beam selected.
     86INFO:    --ion_scaling=True# if original sample was using rescaled PDF: apply the same rescaling for all PDF sets.
     87INFO:    --weight_format="%(id)i"  # allow to customise the name of the weight. The resulting name SHOULD be unique.
    8788INFO:
    8889INFO:    Allowed value for the pdf options:
     
    102103INFO:        PATTERN  : keep/remove all the weights matching the (python) regular expression.
    103104INFO:        note that multiple entry of those arguments are allowed
     105INFO:
     106INFO:    Input for weight format
     107INFO:      The parameter will be interpreted by python using: https://docs.python.org/2/library/stdtypes.html#string-formatting
     108INFO:      The allowed parameters are 'muf','mur','pdf','dyn','alps','id'
    104109}}}
    105110