Skip to content
Snippets Groups Projects
Commit 25fe7e39 authored by Klaus Rabbertz's avatar Klaus Rabbertz
Browse files

Fix wrong cache setting

parent 84e5dcc6
Branches
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment