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)