Changes between Version 1 and Version 2 of SysCalc


Ignore:
Timestamp:
Mar 10, 2014, 4:17:00 PM (11 years ago)
Author:
Olivier Mattelaer
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SysCalc

    v1 v2  
     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
     13This is an example of configuration file
     14{
     15# Central scale factors
     16scalefact:
     170.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
     22scalecorrelation:
     230
     24# \alpha_s emission scale factors
     25alpsfact:
     260.5 1 2
     27# matching scales
     28matchscale:
     2932 50 80
     30# PDF sets and number of members (optional)
     31PDF:
     32CT10.LHgrid 53
     33MSTW2008nlo68cl.LHgrid
     34}
     35== MadEvent Interface
     36
     37In Order to use SysCalc from the MadEvent interface you need to
     38
     39
     40
     41= Technical Details
     42
     43{{{
    144=======================================================
    245Description of variables stored for systematics studies
     
    140183pdf(pdf_pdg_code2(n_pdfrw2),pdf_x2(n_pdfrw2),pdf_q2(n_pdfrw2-1))*
    141184/ total_reweight_factor                          # corr. factor from MG run
    142 * 0 if (QCUT > SMIN or SMAX > max(QCUT, SCOMP)), otherwise 1
     185* 0 if (QCUT > SMIN or SMAX > max(QCUT, SCOMP)), otherwise 1}}}