Skip to content

Commit 14a0967

Browse files
authored
Refactor condition for cascadeDecaySettings check
1 parent 1eca322 commit 14a0967

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ALICE3/TableProducer/OTF/onTheFlyTracker.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -578,7 +578,7 @@ struct OnTheFlyTracker {
578578
}
579579
const bool longLivedToBeHandled = std::find(longLivedHandledPDGs.begin(), longLivedHandledPDGs.end(), pdg) != longLivedHandledPDGs.end();
580580
if (!longLivedToBeHandled) {
581-
if (!(cascadeDecaySettings.decayXi)) {
581+
if (!cascadeDecaySettings.decayXi) {
582582
continue;
583583
} else if (pdg != 3312) {
584584
continue;

0 commit comments

Comments
 (0)