Skip to content

Commit

Permalink
Merge pull request #70 from alibuild/alibot-cleanup-7807
Browse files Browse the repository at this point in the history
Please consider the following formatting changes to AliceO2Group#7807
  • Loading branch information
abylinkin authored Sep 26, 2024
2 parents 856b36f + 9fb8867 commit bfb43df
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions PWGUD/TableProducer/SGCandProducer.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -241,12 +241,12 @@ struct SGCandProducer {
}
}
// update SGFwdTracks tables
if (sameCuts.withFwdTracks()) {
for (auto& fwdtrack : fwdtracks) {
if (!sgSelector.FwdTrkSelector(fwdtrack))
updateUDFwdTrackTables(fwdtrack, bc.globalBC());
}
}
if (sameCuts.withFwdTracks()) {
for (auto& fwdtrack : fwdtracks) {
if (!sgSelector.FwdTrkSelector(fwdtrack))
updateUDFwdTrackTables(fwdtrack, bc.globalBC());
}
}
}
}
};
Expand Down

0 comments on commit bfb43df

Please sign in to comment.