From ad4670a812093cebbe163658cb169f6d023a1bfb Mon Sep 17 00:00:00 2001 From: aferrero2707 Date: Wed, 1 May 2024 12:36:54 +0200 Subject: [PATCH] [MUON] fixed normalization of tracks histograms (#1612) The loading of the GRPECS object needs to be enabled in order to retrieve the correct value of orbits/TF, otherwise the default value of 128 is used. The orbits/TF is used for the absolute normalization of the histograms. --- DATA/production/qc-async/mch-tracks.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DATA/production/qc-async/mch-tracks.json b/DATA/production/qc-async/mch-tracks.json index 204e8534f..a9d9e3047 100644 --- a/DATA/production/qc-async/mch-tracks.json +++ b/DATA/production/qc-async/mch-tracks.json @@ -41,7 +41,7 @@ }, "grpGeomRequest": { "geomRequest": "Aligned", - "askGRPECS": "false", + "askGRPECS": "true", "askGRPLHCIF": "false", "askGRPMagField": "false", "askMatLUT": "false",