Skip to content

Commit

Permalink
Fixing whitespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
prchakra authored Jan 18, 2025
1 parent dfacae9 commit 68d6ed6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -749,7 +749,7 @@ struct femtoUniversePairTaskTrackTrackSpherHarMultKtExtended {
}
/// \todo before mixing we should check whether both collisions contain a pair of particles!
// if (partsOne.size() == 0 || nPart2Evt1 == 0 || nPart1Evt2 == 0 || partsTwo.size() == 0 ) continue;

if (cfgProcessPM) {
auto groupPartsOne = partsOneMC->sliceByCached(aod::femtouniverseparticle::fdCollisionId, collision1.globalIndex(), cache);
auto groupPartsTwo = partsTwoMC->sliceByCached(aod::femtouniverseparticle::fdCollisionId, collision2.globalIndex(), cache);
Expand Down

0 comments on commit 68d6ed6

Please sign in to comment.