Skip to content

Commit

Permalink
fixed linter
Browse files Browse the repository at this point in the history
  • Loading branch information
Archita-Dash committed Sep 3, 2024
1 parent c19f746 commit 489fbfb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions PWGJE/Tasks/fulljetspectrapp.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -482,8 +482,7 @@ struct FullJetSpectrapp {
registry.fill(HIST("h_full_jet_ResponseMatrix"), jetBase.pt(), jetTag.pt(), weight); // MCD vs MCP jet pT
}//jetTag
}//jetBase
}//JJMC
else {
} else {
if (jetBase.has_matchedJetGeo()) { // geometrical jet matching only needed for pp - here,matching Base(Det.level) with Tag (Part. level) jets
registry.fill(HIST("h_full_matchedmcdjet_tablesize"), jetBase.size(), weight);
registry.fill(HIST("h_full_matchedmcdjet_ntracks"), jetBase.tracksIds().size(), weight);
Expand Down

0 comments on commit 489fbfb

Please sign in to comment.