Skip to content

Commit

Permalink
Please consider the following formatting changes
Browse files Browse the repository at this point in the history
  • Loading branch information
alibuild committed Sep 3, 2024
1 parent 09d3a5c commit 35eefa7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions PWGJE/Tasks/statPromptPhoton.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -158,12 +158,12 @@ struct statPromptPhoton {
if (!IsParticle) {
if (!trackSelection(track)) {
continue;
}
}
}
}
} else {
if (IsParticle) {
if (track.pt() < 0.15) {
continue;
continue;
}
if (std::abs(track.eta()) > cfgtrkMaxEta) {
continue;
Expand Down

0 comments on commit 35eefa7

Please sign in to comment.