ATLAS Offline Software
Loading...
Searching...
No Matches
integration_grid_tester.py File Reference

Go to the source code of this file.

Namespaces

namespace  python
namespace  python.algorithms
namespace  python.algorithms.postprocessors
namespace  python.algorithms.postprocessors.integration_grid_tester

Functions

 python.algorithms.postprocessors.integration_grid_tester.integration_grid_tester ()
 Calculate and output integration grid quality.
 python.algorithms.postprocessors.integration_grid_tester.safe_percentage (numerator, denominator)

Variables

 python.algorithms.postprocessors.integration_grid_tester.logger = Logging.logging.getLogger("PowhegControl")
 Get handle to Athena logging.
str python.algorithms.postprocessors.integration_grid_tester.regex_match_floats = r"[+-]? *(?:\d+(?:\.\d*)?|\.\d+)(?:[eE][+-]?\d+)?"
 Regex to extract floats :: from perldoc perlretut.