We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8b6ae8e + 7c0cb5e commit ec2c496Copy full SHA for ec2c496
1 file changed
PWGEM/Dilepton/Tasks/dimuonV1.cxx
@@ -369,7 +369,7 @@ struct dimuonV1 {
369
370
auto posTracks_per_coll = posTracks.sliceByCached(perCollision, collision.globalIndex(), cache);
371
auto negTracks_per_coll = negTracks.sliceByCached(perCollision, collision.globalIndex(), cache);
372
-
+
373
for (const auto& [pos, neg] : combinations(o2::soa::CombinationsFullIndexPolicy(posTracks_per_coll, negTracks_per_coll))) { // ULS
374
fillPairInfo<0>(collision, pos, neg, cut);
375
}
0 commit comments