Skip to content

Commit a0921dd

Browse files
authored
corrections in code
1 parent 902b3cc commit a0921dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGLF/Tasks/Resonances/higherMassResonances.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -860,7 +860,7 @@ struct HigherMassResonances {
860860
continue;
861861
}
862862

863-
if (config.isApplyEtaCutK0s && (v1.eta() < confDaughEta || v2.eta() < confDaughEta)) {
863+
if (config.isApplyEtaCutK0s && (v1.eta() < config.confDaughEta || v2.eta() < config.confDaughEta)) {
864864
continue;
865865
}
866866

0 commit comments

Comments
 (0)