Changes between Version 6 and Version 7 of Systematics
- Timestamp:
- Aug 22, 2019, 12:18:11 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Systematics
v6 v7 60 60 The "systematics" module can be called externally. 61 61 It 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 )62 Here 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. 63 63 64 64 {{{ … … 83 83 INFO: --keep_weights= # force to keep the weight even if in the list of remove_weights 84 84 INFO: --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] 85 INFO: --only_beam=0 # only apply the new pdf set to the beam selected. 86 INFO: --ion_scaling=True# if original sample was using rescaled PDF: apply the same rescaling for all PDF sets. 87 INFO: --weight_format="%(id)i" # allow to customise the name of the weight. The resulting name SHOULD be unique. 87 88 INFO: 88 89 INFO: Allowed value for the pdf options: … … 102 103 INFO: PATTERN : keep/remove all the weights matching the (python) regular expression. 103 104 INFO: note that multiple entry of those arguments are allowed 105 INFO: 106 INFO: Input for weight format 107 INFO: The parameter will be interpreted by python using: https://docs.python.org/2/library/stdtypes.html#string-formatting 108 INFO: The allowed parameters are 'muf','mur','pdf','dyn','alps','id' 104 109 }}} 105 110