Changes between Version 2 and Version 3 of SysCalc
- Timestamp:
- Mar 10, 2014, 6:24:33 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SysCalc
v2 v3 4 4 == Standalone Interface 5 5 6 ||=parameter=||= meaning =||= options =|| 6 7 || scalefact || various value used for the variation of the factorization and renormalization scale || || 7 || scalecorrelation || Define how the correlation between the factorization and renormalization scale has to be handle|| -1: all combination || 8 || || || -2 only correlated ones || 9 || alpsfact | 10 || matchscale | 11 ||PDF | 8 || scalecorrelation || Define how the correlation between the factorization and renormalization scale has to be handle ||-1: all combination || 9 || || ||-2 only correlated ones || 10 || || ||a list of number of type (i*N+j) will select this list with i: index of the factorization and j the index of the renormalization scale (both starts at zero) || 11 || alpsfact || scale variation for the first emission in MLM matching || || 12 || matchscale || QCUT variation of Pythia || QCUT should be set to the minimal value (default in madevent) to have this parameter meaningful. || 13 ||PDF || pdf variation || || 12 14 13 15 This is an example of configuration file 14 { 16 {{{ 15 17 # Central scale factors 16 18 scalefact: … … 32 34 CT10.LHgrid 53 33 35 MSTW2008nlo68cl.LHgrid 34 } 36 }}} 37 35 38 == MadEvent Interface 36 39 37 In Order to use SysCalc from the MadEvent interface you need to 40 As all external module, SysCalc can be called either in the main flow or in a a-posteriori way via the command "syscalc" in the command interface (./bin/madevent or launch -i from the MG5 interface) 38 41 42 In both case, the information from the run are used from the run_card and require to have use_syst on the run_card set on T. 43 All the parameter correspond to those describe above. 44 45 Concerning the PDF since the multiple line is not supported in the run_card, you can separate the various PDF line information by '&&' 46 47 48 == Output 49 50 LHEF version 3 format 39 51 40 52