We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4624d53 commit 2054a48Copy full SHA for 2054a48
1 file changed
PWGJE/Tasks/bjetTaggingGnn.cxx
@@ -524,7 +524,7 @@ struct BjetTaggingGnn {
524
}
525
526
bool checkConstituentPt = true;
527
- bool checkConstituentMinPt = (leadingConstituentPtMin > -98.0); // o2-linter: disable=magic-number
+ bool checkConstituentMinPt = (leadingConstituentPtMin > -98.0); // o2-linter: disable=magic-number
528
bool checkConstituentMaxPt = (leadingConstituentPtMax < 9998.0); // o2-linter: disable=magic-number
529
if (!checkConstituentMinPt && !checkConstituentMaxPt) {
530
checkConstituentPt = false;
0 commit comments