Skip to content

Add function s/const to TQSignificanceEvaluator

Release notes

Add function 's/const' to the TQSignificanceEvaluator

Details

'const' is a number that can be specified by the user. The TQSignificanceEvaluator is e.g. used by the TQGridScanner (that is invoked by the runGridScanner.py script) and the above formula is steered with specifying the following tags in the gridscanner config:

runGridScanner.figureOfMerits: s/const
# In case a figure of merit is used where parameter can be inputted:
runGridScanner.figureOfMeritParameters: 500

Like this, 'const' will be set to 500.

Edited by Benjamin Paul Jaeger

Merge request reports