Skip to content
Snippets Groups Projects
Commit d589bea8 authored by Johannes Elmsheuser's avatar Johannes Elmsheuser
Browse files

Merge branch 'averbyts-main-patch-52620' into 'main'

Update Herwig7Utils.py to clarify the behaviour when the grid precision is not sufficient

See merge request atlas/athena!71282
parents 5093bae0 e6fcd0a4
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,7 @@ import math, os, subprocess
from AthenaCommon import Logging
athMsgLog = Logging.logging.getLogger('Herwig7Utils')
integration_grids_precision_threshold = 0.0005 # warn if integration xsec below
integration_grids_precision_threshold = 0.0005 # if integration xsec below a warning is issue in debug mode and an erroro in production mode
## Class for handling commands to modify the generator configuration
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment