From 5729661c112520257772980239cb4f9b1774296a Mon Sep 17 00:00:00 2001 From: Ravindra Singh <56298081+singhra1994@users.noreply.github.com> Date: Tue, 16 Dec 2025 12:42:39 +0100 Subject: [PATCH 1/2] PWGHF: Adjust centrality range in hfEvSel settings to include dummy values --- .../json/dpl/o2-analysis-hf-track-index-skim-creator.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/MC/config/analysis_testing/json/dpl/o2-analysis-hf-track-index-skim-creator.json b/MC/config/analysis_testing/json/dpl/o2-analysis-hf-track-index-skim-creator.json index 9bfa2f5d9..3d941b71e 100644 --- a/MC/config/analysis_testing/json/dpl/o2-analysis-hf-track-index-skim-creator.json +++ b/MC/config/analysis_testing/json/dpl/o2-analysis-hf-track-index-skim-creator.json @@ -3,8 +3,8 @@ "fillHistograms": "true", "triggerClassName": "", "hfEvSel": { - "centralityMin": "0", - "centralityMax": "100", + "centralityMin": "-10", + "centralityMax": "110", "useSel8Trigger": "true", "triggerClass": "-1", "useTvxTrigger": "false", @@ -892,4 +892,4 @@ "processNoCascades": "true", "processCascades": "false" } -} \ No newline at end of file +} From b8bc7b72fba1c1440827fc6703d4dde30934674d Mon Sep 17 00:00:00 2001 From: Ravindra Singh <56298081+singhra1994@users.noreply.github.com> Date: Tue, 16 Dec 2025 12:43:58 +0100 Subject: [PATCH 2/2] Update centrality range in analysis JSON config to keep dummy values --- .../json/dpl/o2-analysis-hf-candidate-creator-2prong.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/MC/config/analysis_testing/json/dpl/o2-analysis-hf-candidate-creator-2prong.json b/MC/config/analysis_testing/json/dpl/o2-analysis-hf-candidate-creator-2prong.json index b49600077..16db4aa70 100644 --- a/MC/config/analysis_testing/json/dpl/o2-analysis-hf-candidate-creator-2prong.json +++ b/MC/config/analysis_testing/json/dpl/o2-analysis-hf-candidate-creator-2prong.json @@ -14,8 +14,8 @@ "ccdbPathGrp": "GLO\/GRP\/GRP", "ccdbPathGrpMag": "GLO\/Config\/GRPMagField", "hfEvSel": { - "centralityMin": "0", - "centralityMax": "100", + "centralityMin": "-10", + "centralityMax": "110", "useSel8Trigger": "true", "triggerClass": "-1", "useTvxTrigger": "false", @@ -93,4 +93,4 @@ "processMcCentFT0C": "false", "processMcCentFT0M": "false" } -} \ No newline at end of file +}