| 1 | = What is SysCalc |
| 2 | |
| 3 | =Running the code |
| 4 | == Standalone Interface |
| 5 | |
| 6 | || 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 | |
| 12 | |
| 13 | This is an example of configuration file |
| 14 | { |
| 15 | # Central scale factors |
| 16 | scalefact: |
| 17 | 0.5 1 2 |
| 18 | # Scale correlation |
| 19 | # Special value -1: all combination (N**2) |
| 20 | # Special value -2: only correlated variation |
| 21 | # Otherwise list of index N*fac_index + ren_index #index starts at 0 |
| 22 | scalecorrelation: |
| 23 | 0 |
| 24 | # \alpha_s emission scale factors |
| 25 | alpsfact: |
| 26 | 0.5 1 2 |
| 27 | # matching scales |
| 28 | matchscale: |
| 29 | 32 50 80 |
| 30 | # PDF sets and number of members (optional) |
| 31 | PDF: |
| 32 | CT10.LHgrid 53 |
| 33 | MSTW2008nlo68cl.LHgrid |
| 34 | } |
| 35 | == MadEvent Interface |
| 36 | |
| 37 | In Order to use SysCalc from the MadEvent interface you need to |
| 38 | |
| 39 | |
| 40 | |
| 41 | = Technical Details |
| 42 | |
| 43 | {{{ |