File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
PWGLF/TableProducer/Nuspex Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -440,7 +440,7 @@ struct he3HadronFemto {
440440 candidate.tpcNClsCrossedRows () < crossedRowsToFindableRatio * candidate.tpcNClsFindable () ||
441441 candidate.tpcChi2NCl () > maxChi2NCl ||
442442 candidate.tpcChi2NCl () < settingCutChi2tpcLow ||
443- candidate.itsChi2NCl () > settingCutChi2NClITS || candidate.dcaXY () > settingCutDCAxy ||
443+ candidate.itsChi2NCl () > settingCutChi2NClITS || candidate.dcaXY () > settingCutDCAxy ||
444444 candidate.dcaZ () > settingCutDCAz) {
445445 return false ;
446446 }
@@ -622,8 +622,8 @@ struct he3HadronFemto {
622622 return false ;
623623 }
624624
625- if (he3Hadcand.recoPtHad () < settingCutPtMinHad || he3Hadcand.recoPtHad () > settingCutPtMaxHad) return false ;
626-
625+ if (he3Hadcand.recoPtHad () < settingCutPtMinHad || he3Hadcand.recoPtHad () > settingCutPtMaxHad)
626+ return false ;
627627
628628 he3Hadcand.signHe3 = trackHe3.sign ();
629629 he3Hadcand.signHad = trackHad.sign ();
You can’t perform that action at this time.
0 commit comments