From f7a94244893400edc87e0adf5ea48219dc3c8ac5 Mon Sep 17 00:00:00 2001 From: Arvind Khuntia Date: Wed, 7 Aug 2024 21:46:53 +0200 Subject: [PATCH] Megalinter fixes --- PWGJE/Tasks/nucleiWithFastJet.cxx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/PWGJE/Tasks/nucleiWithFastJet.cxx b/PWGJE/Tasks/nucleiWithFastJet.cxx index 84098fa1888..a6d37e4ddbe 100644 --- a/PWGJE/Tasks/nucleiWithFastJet.cxx +++ b/PWGJE/Tasks/nucleiWithFastJet.cxx @@ -750,10 +750,10 @@ struct nucleiWithFastJet { } // pikEnd } } // anti-particle - } //////////////////////////////////////// + //////////////////////////////////////// // within jet end - ////////////////////////////////////////// - else { + ////////////////////////////////////////// + } else { jetHist.fill(HIST("tracks/h2TPCsignVsTPCmomentum_OutJet"), trk.tpcInnerParam() / (1.f * trk.sign()), trk.tpcSignal()); if (addTOFplots && trk.hasTOF()) { jetHist.fill(HIST("tracks/h2TOFbetaVsP_OutJet"), trk.p() / (1.f * trk.sign()), trk.beta()); @@ -1047,7 +1047,7 @@ struct nucleiWithFastJet { } } } // track - } // process mc + } // process mc void processMCRec(o2::aod::JCollision const& collisionJet, soa::Join const& tracks, soa::Filtered const& mcdjets, aod::McParticles const&, TrackCandidatesMC const& fulltracks) @@ -1335,7 +1335,7 @@ struct nucleiWithFastJet { } } // DetJet - } // jet constituents + } // jet constituents } // process @@ -1394,7 +1394,7 @@ struct nucleiWithFastJet { jetHist.fill(HIST("genmatched/hRecMatchedJetEta"), mcpjet.eta(), mcpjet.eta() - mcdjet.eta()); } // mcdJet - } // mcpJet + } // mcpJet for (const auto& mcParticle : mcParticles) { if (fabs(mcParticle.eta()) > cfgtrkMaxEta)