Skip to content

Commit 1a0f692

Browse files
committed
Fix missing return true
1 parent 9c4528c commit 1a0f692

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

PWGHF/TableProducer/trackIndexSkimCreator.cxx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3516,6 +3516,8 @@ struct HfTrackIndexSkimCreatorLfCascades {
35163516
return false;
35173517
}
35183518
}
3519+
3520+
return true;
35193521
}
35203522

35213523
/// Method to perform selections for Xic 3-prong candidates after vertex reconstruction
@@ -3543,6 +3545,8 @@ struct HfTrackIndexSkimCreatorLfCascades {
35433545
if (decayLength < config.decayLengthXicMin) {
35443546
return false;
35453547
}
3548+
3549+
return true;
35463550
}
35473551

35483552
void processNoLfCascades(SelectedCollisions const&)

0 commit comments

Comments
 (0)