Skip to content

Commit

Permalink
Merge pull request #5 from alibuild/alibot-cleanup-6791
Browse files Browse the repository at this point in the history
Please consider the following formatting changes to AliceO2Group#6791
  • Loading branch information
nstrangm authored Jul 9, 2024
2 parents bf2e609 + 1d4ea2a commit 0cfcceb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions PWGEM/PhotonMeson/Core/Pi0EtaToGammaGamma.h
Original file line number Diff line number Diff line change
Expand Up @@ -635,8 +635,8 @@ struct Pi0EtaToGammaGamma {
used_dileptonIds.emplace_back(tuple_tmp_id2);
}
ndiphoton++;
} // end of dielectron loop
} // end of g1 loop
} // end of dielectron loop
} // end of g1 loop
} else { // PCM-EMC, PCM-PHOS. Nightmare. don't run these pairs.
auto photons1_per_collision = photons1.sliceBy(perCollision1, collision.globalIndex());
auto photons2_per_collision = photons2.sliceBy(perCollision2, collision.globalIndex());
Expand Down Expand Up @@ -667,7 +667,7 @@ struct Pi0EtaToGammaGamma {
}
ndiphoton++;
} // end of pairing loop
} // end of pairing in same event
} // end of pairing in same event

// event mixing
if (!cfgDoMix || !(ndiphoton > 0)) {
Expand Down

0 comments on commit 0cfcceb

Please sign in to comment.