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 7616d19 + c3f335d commit d64aeceCopy full SHA for d64aece
1 file changed
PWGEM/Dilepton/Tasks/dimuonV1.cxx
@@ -370,7 +370,7 @@ struct dimuonV1 {
370
auto posTracks_per_coll = posTracks.sliceByCached(perCollision, collision.globalIndex(), cache);
371
auto negTracks_per_coll = negTracks.sliceByCached(perCollision, collision.globalIndex(), cache);
372
373
- int nuls = 0; /*, nlspp = 0, nlsmm = 0;*/
+ int nuls = 0; /*, nlspp = 0, nlsmm = 0;*/
374
for (const auto& [pos, neg] : combinations(o2::soa::CombinationsFullIndexPolicy(posTracks_per_coll, negTracks_per_coll))) { // ULS
375
bool is_pair_ok = fillPairInfo<0>(collision, pos, neg, cut);
376
if (is_pair_ok) {
0 commit comments