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 Jul 3, 2024
1 parent 4acd2ec commit d86ca09
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions PWGCF/Flow/Tasks/flowAnalysisGF.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -430,9 +430,9 @@ struct flowAnalysisGF {
}
registry.fill(HIST("hEventCount"), 6.5);
}
if(cfgIsVertexITSTPC) {
if (!collision.selection_bit(o2::aod::evsel::kIsVertexITSTPC)){

if (cfgIsVertexITSTPC) {
if (!collision.selection_bit(o2::aod::evsel::kIsVertexITSTPC)) {
// selects collisions with at least one ITS-TPC track, and thus rejects vertices built from ITS-only tracks
return 0;
}
Expand Down

0 comments on commit d86ca09

Please sign in to comment.