We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d29b341 commit 4f8820eCopy full SHA for 4f8820e
1 file changed
PWGCF/Tasks/dptdptcorrelations.cxx
@@ -338,11 +338,13 @@ struct DptDptCorrelationsTask {
338
/* checking the same track id condition */
339
if (track1 == track2) {
340
/* exclude autocorrelations */
341
+ index2++;
342
continue;
343
}
344
345
if constexpr (doptorder) {
346
if (track2.pt() >= track1.pt()) {
347
348
349
350
0 commit comments