Changes between Version 3 and Version 4 of Systematics
- Timestamp:
- Aug 2, 2017, 3:44:13 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Systematics
v3 v4 70 70 INFO: options: (values written are the default) 71 71 INFO: 72 INFO: --mur=0.5,1,2 # specify the values for renormalisation scale variation73 INFO: --muf=0.5,1,2 # specify the values for factorisation scale variation74 INFO: --alps=1 # specify the values for MLM emission scale variation (LO only)75 INFO: --dyn=-1,1,2,3,4 # specify the dynamical schemes to use.76 INFO: # -1 is the one used by the sample.77 INFO: # > 0 correspond to options of dynamical_scale_choice of the run_card.78 INFO: --pdf=errorset # specify the pdfs to use for pdf variation. (see below)72 INFO: --mur=0.5,1,2 # specify the values for renormalisation scale variation 73 INFO: --muf=0.5,1,2 # specify the values for factorisation scale variation 74 INFO: --alps=1 # specify the values for MLM emission scale variation (LO only) 75 INFO: --dyn=-1,1,2,3,4 # specify the dynamical schemes to use. 76 INFO: # -1 is the one used by the sample. 77 INFO: # > 0 correspond to options of dynamical_scale_choice of the run_card. 78 INFO: --pdf=errorset # specify the pdfs to use for pdf variation. (see below) 79 79 INFO: --together=mur,muf,dyn # lists the parameter that must be varied simultaneously so as to 80 80 INFO: # compute the weights for all combinations of their variations. 81 INFO: --from_card # use the information from the run_card (LO only). 81 INFO: --from_card # use the information from the run_card (LO only). 82 INFO: --remove_weights= # remove previously written weights matching the descriptions 83 INFO: --keep_weights= # force to keep the weight even if in the list of remove_weights 84 INFO: --start_id= # define the starting digit for the additial weight. If not specify it is determine automatically 82 85 INFO: 83 86 INFO: Allowed value for the pdf options: … … 90 93 INFO: CT10@X : runs over the Xth member of the associated PDF set 91 94 INFO: XX,YY,ZZ : runs over the sets for XX,YY,ZZ (those three follows above syntax) 95 INFO: 96 INFO: Allowed value for the keep/remove_wgts options: 97 INFO: all : keep/remove all weights 98 INFO: name : keep/remove that particular weight 99 INFO: id1,id2 : keep/remove all the weights between those two values --included-- 100 INFO: PATTERN : keep/remove all the weights matching the (python) regular expression. 101 INFO: note that multiple entry of those arguments are allowed 92 102 }}} 93 103