From 25fe7e39a6a965e9d344bf2bfd38048861adfc38 Mon Sep 17 00:00:00 2001 From: Klaus Rabbertz <klaus.rabbertz@cern.ch> Date: Wed, 4 Oct 2023 01:30:30 +0200 Subject: [PATCH] Fix wrong cache setting --- steeringfiles/2jetfc.fnl2412eff-fc-v2.str | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/steeringfiles/2jetfc.fnl2412eff-fc-v2.str b/steeringfiles/2jetfc.fnl2412eff-fc-v2.str index 5529d9f..f9488bb 100644 --- a/steeringfiles/2jetfc.fnl2412eff-fc-v2.str +++ b/steeringfiles/2jetfc.fnl2412eff-fc-v2.str @@ -196,7 +196,7 @@ GlobalVerbosity INFO # (def.=WARNING) Global output # Possible values are: DEBUG, MANUAL, INFO, WARNING, ERROR, SILENT FlexibleScaleTable true # (def.=false) Create table fully flexible in mu_f (larger size), true, or # table with fixed number of mu_f scale factors -CacheType 20 # Default caching settings +CacheType 2 # Default caching settings CacheMax 30 CacheCompare 10 @@ -209,9 +209,6 @@ CacheCompare 10 #OutputFilename fastNLO.tab # Overwrites default filename of fastNLO output table, e.g. ZJ.LO-CMS13.vBa.ZJtriple_yb0_ystar0_ptz.s92394.tab.gz #OutputPrecision 8 # (def.=8) Number of decimal digits to store in output table #OutputCompression true # (def.=true) Write out fastNLO table/grid in gzipped format (requires zlib) -#CacheType 0 -#CacheMax 30 -#CacheCompare 10 #ScaleVariationFactors { # (def.=1.0 0.5 2.0) Must be set in accordance with NNLOJET run card! Factorization scale variations (only needed for fixed-scale tables) # 1.0 0.5 2.0 # List of scale factors must include factor '1.0' #} # Scale factors will be ordered according to fastNLO convention: (1, min, ... , max) -- GitLab