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)");