Skip to content

Commit 24b50de

Browse files
authored
Update dndetaMFTPbPb.cxx
1 parent 2fbf619 commit 24b50de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

PWGMM/Mult/Tasks/dndetaMFTPbPb.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1123,7 +1123,7 @@ struct DndetaMFTPbPb {
11231123
if (!isGoodEvent<true>(collision)) {
11241124
return;
11251125
}
1126-
if (cfgSelInteractionRate) {
1126+
if (eventCuts.cfgSelInteractionRate) {
11271127
if (!isIRSelected(bc, true)) {
11281128
return;
11291129
}
@@ -1174,7 +1174,7 @@ struct DndetaMFTPbPb {
11741174
if (!isGoodEvent<false>(collision)) {
11751175
return;
11761176
}
1177-
if (cfgSelInteractionRate) {
1177+
if (eventCuts.cfgSelInteractionRate) {
11781178
if (!isIRSelected(bc, true)) {
11791179
return;
11801180
}

0 commit comments

Comments
 (0)