From aa30f2751f5a3beba85669422cd2114fb9b7fa06 Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Tue, 3 Feb 2026 15:50:41 +0000 Subject: [PATCH] Please consider the following formatting changes --- PWGDQ/Tasks/mftMchMatcher.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PWGDQ/Tasks/mftMchMatcher.cxx b/PWGDQ/Tasks/mftMchMatcher.cxx index d20128b0d86..b4cd919b1b5 100644 --- a/PWGDQ/Tasks/mftMchMatcher.cxx +++ b/PWGDQ/Tasks/mftMchMatcher.cxx @@ -399,7 +399,7 @@ struct mftMchMatcher { ccdbManager->get(geoPath); } - //int matchTypeMax = static_cast(kMatchTypeUndefined); + // int matchTypeMax = static_cast(kMatchTypeUndefined); AxisSpec matchTypeAxis = {static_cast(kMatchTypeUndefined), 0, static_cast(kMatchTypeUndefined), ""}; auto hMatchType = std::get>(registry.add("matchType", "Match type", {HistType::kTH1F, {matchTypeAxis}})); hMatchType->GetXaxis()->SetBinLabel(1, "true (leading)");