From d4a4834d14fe9f48c351f3d5b3cd69f9b8a7c73d Mon Sep 17 00:00:00 2001 From: cpuggion84 <90757182+cpuggion84@users.noreply.github.com> Date: Sun, 16 Nov 2025 15:04:02 +0100 Subject: [PATCH] Update zdcPbPb.json Add paramiter CENTRAL_EVENT_CONFIG with values 2.5 and 1 This parameter is used to fill the histograms relating to the centroid conditioned by the cut on the zems. This configuration was already present in the zdc.json configuration file used for oxygen and neon. Now, it has also been added for PbPb. --- DATA/production/qc-async/zdcPbPb.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/DATA/production/qc-async/zdcPbPb.json b/DATA/production/qc-async/zdcPbPb.json index 0b1f7d091..0407e0d90 100644 --- a/DATA/production/qc-async/zdcPbPb.json +++ b/DATA/production/qc-async/zdcPbPb.json @@ -57,7 +57,8 @@ "CENTR_ZNA": "200;-2;2;200;-2;2", "CENTR_ZNC": "200;-2;2;200;-2;2", "CENTR_ZPA": "2240;0;22.4", - "CENTR_ZPC": "2240;-22.4;0" + "CENTR_ZPC": "2240;-22.4;0", + "CENTRAL_EVENT_CONFIG": "2.5;1" } } }