From c31b3f8f3c48c319ede95c885d91b4c4bfd67508 Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Fri, 22 May 2026 10:42:18 +0000 Subject: [PATCH] Please consider the following formatting changes --- PWGJE/Tasks/bjetTaggingGnn.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PWGJE/Tasks/bjetTaggingGnn.cxx b/PWGJE/Tasks/bjetTaggingGnn.cxx index b6e02eef15d..47b68c830a0 100644 --- a/PWGJE/Tasks/bjetTaggingGnn.cxx +++ b/PWGJE/Tasks/bjetTaggingGnn.cxx @@ -936,7 +936,7 @@ struct BjetTaggingGnn { const auto& mcpjetspermcpcollision = MCPjets.sliceBy(mcpjetsPerMCPCollision, collision.mcCollisionId()); for (const auto& mcpjet : mcpjetspermcpcollision) { registry.fill(HIST("h_jetpT_particle"), mcpjet.pt(), weightEvt); - + // Fill h3_pthat_jetpT only for unmatched particle jets (reco pT = -1) if (matchedMcpJetIndices.find(mcpjet.globalIndex()) == matchedMcpJetIndices.end()) { registry.fill(HIST("h3_pthat_jetpT"), collision.template mcCollision_as().ptHard(), -1.f, mcpjet.pt(), weightEvt); // Missing jets, overflow-pTreco jets