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 Aug 2, 2024
1 parent b4f213a commit f914e0d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion PWGEM/Dilepton/Tasks/emEfficiencyEE.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -1100,7 +1100,8 @@ struct AnalysisTrackSelection {
printf("Has reccollision but is ambiguous\n");
// printf("Look for the reconstructed collision %d\n",reccollisionid);
for (auto& event : events) {
if (event.isEventSelected() == 1) VarManager::FillEvent<TEventFillMap>(event);
if (event.isEventSelected() == 1)
VarManager::FillEvent<TEventFillMap>(event);
// printf("Global index of collision %d\n",event.globalIndex());
if ((reccollisionid == event.globalIndex()) && (event.isEventSelected() == 1)) {
// printf("Found a collision with the same id %d and %d\n",reccollisionid,event.globalIndex());
Expand Down

0 comments on commit f914e0d

Please sign in to comment.