Changes between Version 2 and Version 3 of Systematics
- Timestamp:
- Nov 4, 2016, 11:21:09 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Systematics
v2 v3 24 24 == How to run the code 25 25 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. 26 To use either of those code, you need first to set in the run_card the parameter 27 {{{ 28 True = use_syst 29 }}} 30 which 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. 31 At leading order this is actually the default behavior (but for case which are not supported). 29 32 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.33 With 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. 31 34 You can change this behavior via the (hidden) parameter of the run_card 32 35 '''systematics_program''' you give it one of the three following value: … … 51 54 52 55 Description of SysCalc is available here: https://cp3.irmp.ucl.ac.be/projects/madgraph/wiki/SysCalc 56 For all question related to SysCalc please contact Alexis Kalogeropoulos. 53 57 54 58 == Systematics (python) module … … 96 100 ['--pdf=central', '--dyn=-1,3', '--together=mur,muf'] = systematics_arguments 97 101 }}} 102 in that case the other entry of the run_card related to the systematics computation are just ignored. 98 103 99 104 … … 104 109 '''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/...) 105 110 The 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 106 112 107 113 == On the flight method