Skip to content

Commit

Permalink
Megalinter fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Arvindiiti committed Aug 7, 2024
1 parent a81fd66 commit f7a9424
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions PWGJE/Tasks/nucleiWithFastJet.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -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());
Expand Down Expand Up @@ -1047,7 +1047,7 @@ struct nucleiWithFastJet {
}
}
} // track
} // process mc
} // process mc

void processMCRec(o2::aod::JCollision const& collisionJet, soa::Join<aod::JTracks, aod::JTrackPIs, aod::McTrackLabels> const& tracks,
soa::Filtered<aod::ChargedMCDetectorLevelJets> const& mcdjets, aod::McParticles const&, TrackCandidatesMC const& fulltracks)
Expand Down Expand Up @@ -1335,7 +1335,7 @@ struct nucleiWithFastJet {
}

} // DetJet
} // jet constituents
} // jet constituents

} // process

Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit f7a9424

Please sign in to comment.