ATLAS Offline Software
Namespaces | Functions | Variables
integration_grid_tester.py File Reference

Go to the source code of this file.

Namespaces

 python.algorithms.postprocessors.integration_grid_tester
 

Functions

def python.algorithms.postprocessors.integration_grid_tester.integration_grid_tester ()
 Calculate and output integration grid quality. More...
 
def 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. More...
 
string python.algorithms.postprocessors.integration_grid_tester.regex_match_floats = r"[+-]? *(?:\d+(?:\.\d*)?|\.\d+)(?:[eE][+-]?\d+)?"
 Regex to extract floats :: from perldoc perlretut. More...