Skip to content

Commit 7873f82

Browse files
authored
Update DileptonHadron.h
1 parent 62f3187 commit 7873f82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGEM/Dilepton/Core/DileptonHadron.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1246,7 +1246,7 @@ struct DileptonHadron {
12461246
nuls++;
12471247
}
12481248
for (const auto& reftrack : refTracks_per_coll) {
1249-
bool is_pair_ok = fillDileptonHadron<0>(collision, pos, neg, cut, tracks, reftrack);
1249+
fillDileptonHadron<0>(collision, pos, neg, cut, tracks, reftrack);
12501250
}
12511251
}
12521252
for (const auto& [pos1, pos2] : combinations(CombinationsStrictlyUpperIndexPolicy(posTracks_per_coll, posTracks_per_coll))) { // LS++

0 commit comments

Comments
 (0)