From 0b7522475581756f18d271e1f3452cc6df20b567 Mon Sep 17 00:00:00 2001 From: Klaus Rabbertz <klaus.rabbertz@cern.ch> Date: Sun, 1 Oct 2023 12:53:40 +0200 Subject: [PATCH] Allow multi_channel setting --- 2jetfc.fnl2412eff-fc-v2.run | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2jetfc.fnl2412eff-fc-v2.run b/2jetfc.fnl2412eff-fc-v2.run index 31e7d0e..1aff8cd 100644 --- a/2jetfc.fnl2412eff-fc-v2.run +++ b/2jetfc.fnl2412eff-fc-v2.run @@ -27,7 +27,7 @@ RUN @CHANNEL@-CMS7-ak07 ! job name reset_vegas_grid = .true. ! normally true lips_reduce = .true. ! optimisation for identical particles in FS; normally true angular_average = .true. ! azimuthal rotation; only relevant for NNLO; can always be true; might be false for RR - multi_channel = 5 ! color sampling; true faster, less precise; true/false must be consistent between warmup & production; can be set to 5 instead of true + multi_channel = @MULTI_CHANNEL@ ! color sampling; true faster, less precise; true/false must be consistent between warmup & production; can be set to 5 instead of true @RUNMODE@ = @EVENTS@[@ITERATIONS@] ! Normally #iterations is 1 for production END_RUN -- GitLab