Skip to content
Snippets Groups Projects

Adapt to update to RICH pixel background algorithm

@@ -188,11 +188,9 @@ def default_rich_reco_options(init_override_opts={}):
(999, 999)],
# Threshold values for background values
# ToDo : Optimise this for Run3. Probably set to 0.005
"PDBackThresholds": [(0.0, 0.0), (0.0, 0.0), (0.0, 0.0), (0.0, 0.0)],
# Background weights for each RICH
# ToDo: Optimise for run3. Probably set to 0.6
"PDBckWeights": [(1.0, 1.0), (1.0, 1.0), (1.0, 1.0), (1.0, 1.0)],
# Likelihood minimizer options
Loading