Skip to content

Commit ad4670a

Browse files
authored
[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.
1 parent a26c7bb commit ad4670a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DATA/production/qc-async/mch-tracks.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
},
4242
"grpGeomRequest": {
4343
"geomRequest": "Aligned",
44-
"askGRPECS": "false",
44+
"askGRPECS": "true",
4545
"askGRPLHCIF": "false",
4646
"askGRPMagField": "false",
4747
"askMatLUT": "false",

0 commit comments

Comments
 (0)