From d80b09c32219c716d0a89c0431b366951800a0ae Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Mon, 7 Jul 2025 10:09:11 +0000 Subject: [PATCH] Please consider the following formatting changes --- PWGJE/Tasks/trackEfficiency.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/PWGJE/Tasks/trackEfficiency.cxx b/PWGJE/Tasks/trackEfficiency.cxx index d9297e69d39..bb2683b0918 100644 --- a/PWGJE/Tasks/trackEfficiency.cxx +++ b/PWGJE/Tasks/trackEfficiency.cxx @@ -165,7 +165,7 @@ struct TrackEfficiency { registry.get(HIST("hMcCollCutsCounts"))->GetXaxis()->SetBinLabel(5, "recoCollEvtSel"); registry.get(HIST("hMcCollCutsCounts"))->GetXaxis()->SetBinLabel(6, "centralityCut"); registry.get(HIST("hMcCollCutsCounts"))->GetXaxis()->SetBinLabel(7, "ptHatCut"); - if(checkOccupancy){ + if (checkOccupancy) { registry.get(HIST("hMcCollCutsCounts"))->GetXaxis()->SetBinLabel(8, "occupancyCut"); } @@ -359,8 +359,8 @@ struct TrackEfficiency { } registry.fill(HIST("hMcCollCutsCounts"), 6.5); // ptHat condition - if(checkOccupancy){ - if(!occupancyCheck){ + if (checkOccupancy) { + if (!occupancyCheck) { return; } registry.fill(HIST("hMcCollCutsCounts"), 7.5);