From 2450d3dbc63858e7d943487d8a63c7b392c744f6 Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Fri, 13 Jun 2025 03:47:12 +0000 Subject: [PATCH] Please consider the following formatting changes --- PWGJE/Tasks/jetChargedV2.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PWGJE/Tasks/jetChargedV2.cxx b/PWGJE/Tasks/jetChargedV2.cxx index 8e55ce65854..20ea7907a75 100644 --- a/PWGJE/Tasks/jetChargedV2.cxx +++ b/PWGJE/Tasks/jetChargedV2.cxx @@ -550,7 +550,7 @@ struct JetChargedV2 { registry.fill(HIST("leadJetPtMCP"), leadingJetPt); registry.fill(HIST("leadJetPhiMCP"), leadingJetPhi); registry.fill(HIST("leadJetEtaMCP"), leadingJetEta); - } + } template void fitFncMCP(U const& collision, T const& tracks, J const& jets, TH1F* hPtsumSumptFitMCP, double leadingJetEta, bool mcLevelIsParticleLevel, float weight = 1.0)