152 | | 1. '''Options'': those are options which change the behavior of the reweighting. Those lines need to be specified before the first 'launch' line to have effects. |
153 | | 1. "change model <XXX>" performed the reweighting within a new model (you then need to profide a full param_card and not a difference) |
154 | | 2. "change process <XXX>" change the process definition of the process. |
155 | | 3. "change process <XXX> --add" add one process definition of the process to the new list. |
156 | | 4. "change output <i>": Three options: 'default'(i.e. lhef version3 format), '2.0' (i.e. lhef version2 format, the main weight is replace), 'unweight' (a new unweighting is applied on the events sample.) |
157 | | 5. "change helicity <True|False>": perform reweighting for the given helicity (True --default--) or do the sum over helicity. |
158 | | 6. "change rwgt_dir <PATH>": change directory where the computation is performed. This can be use to avoid to recreate/recompile the fortran executable if pointing to a previously existing directory. |
159 | | 7. change mode LO: For NLO sample, this flag force to use the kamikaze reweighting (available in 2.4.0) |
160 | | |
161 | | 2. '''benchmark definition''': starting one benchmark starts with the line |
162 | | {{{ |
| 152 | 1. '''Options''': [[BR]] |
| 153 | Those are options which change the behavior of the reweighting. Those lines need to be specified before the first 'launch' line to have effects. |
| 154 | 1. '''change model <XXX>''' performed the reweighting within a new model (you then need to profide a full param_card and not a difference) |
| 155 | 2. '''change process <XXX>''' change the process definition of the process. |
| 156 | 3. '''change process <XXX> --add''' add one process definition of the process to the new list. |
| 157 | 4. '''change output <i>''': Three options: 'default'(i.e. lhef version3 format), '2.0' (i.e. lhef version2 format, the main weight is replace), 'unweight' (a new unweighting is applied on the events sample.) |
| 158 | 5. '''change helicity <True|False>''': perform reweighting for the given helicity (True --default--) or do the sum over helicity. |
| 159 | 6. '''change rwgt_dir <PATH>''': change directory where the computation is performed. This can be use to avoid to recreate/recompile the fortran executable if pointing to a previously existing directory. |
| 160 | 7. '''change mode LO''': For NLO sample, this flag force to use the kamikaze reweighting (available in 2.4.0) |
| 161 | |
| 162 | 2. '''benchmark definition''':[[BR]] |
| 163 | Starting one benchmark starts with the line |
| 164 | {{{ |