Changes between Version 2 and Version 3 of Systematics


Ignore:
Timestamp:
Nov 4, 2016, 11:21:09 PM (8 years ago)
Author:
Olivier Mattelaer
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Systematics

    v2 v3  
    2424== How to run the code
    2525
    26 To use either of those code, you need first to set in the run_card the parameter ('''use_syst''' on true) which is going to ask MG5aMC to add the additional information
    27 in the lhef such that those module can read the information and add the weights in the event file.
    28 Note that use_syst=T is actually the default but for interference type of generation where it is by default set to False since those information are unlikely to be correct.
     26To use either of those code, you need first to set in the run_card the parameter
     27{{{
     28   True = use_syst
     29}}}
     30which is going to ask MG5aMC to add the additional information in the lhef such that those module can read the information and add the weights in the event file.
     31At leading order this is actually the default behavior (but for case which are not supported).
    2932
    30 If '''use_syst is True''' then by default we will automatically run SysCalc. If SysCalc is not installed on your machine then we will run "systematics" instead.
     33With that line, the code will automatically run SysCalc. if that code is not installed/link to madgraph then we will automatically run the "systematics" module.
    3134You can change this behavior via the (hidden) parameter of the run_card
    3235'''systematics_program''' you give it one of the three following value:
     
    5154
    5255Description of SysCalc is available here: https://cp3.irmp.ucl.ac.be/projects/madgraph/wiki/SysCalc
     56For all question related to SysCalc please contact Alexis Kalogeropoulos.
    5357 
    5458== Systematics (python) module
     
    96100   ['--pdf=central', '--dyn=-1,3', '--together=mur,muf'] = systematics_arguments
    97101}}}
     102in that case the other entry of the run_card related to the systematics computation are just ignored.
    98103
    99104
     
    104109'''on the flight''' this methods performs the re-weighting during the generation of the events. The output file contain the additional weight but '''NOT''' the information to perform an additional re-weighting  (by default) forbidding to perform a different re-weighting later (different pdf/scale choice/...)
    105110The second method is the "systematics" module of MG5aMC, where additional information will be written in the file in order to compute systematics weight independently of the event generation.
     111
    106112
    107113== On the flight method