Skip to content

Commit 4543138

Browse files
author
Prottay Das
committed
updated
1 parent 94e5e7b commit 4543138

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

PWGLF/Tasks/Strangeness/lambdapolsp.cxx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -588,13 +588,15 @@ struct lambdapolsp {
588588
// check TPC tracking properties
589589
if (posTrackExtra.tpcNClsCrossedRows() < cfgTPCcluster || negTrackExtra.tpcNClsCrossedRows() < cfgTPCcluster) {
590590
return false;
591-
} /*
591+
}
592+
/*
592593
if (posTrackExtra.tpcNClsFound() < ConfDaughTPCnclsMin || negTrackExtra.tpcNClsFound() < ConfDaughTPCnclsMin) {
593594
return false;
594595
}
595596
if (posTrackExtra.tpcCrossedRowsOverFindableCls() < rcrfc || negTrackExtra.tpcCrossedRowsOverFindableCls() < rcrfc) {
596597
return false;
597-
}*/
598+
}
599+
*/
598600
// check TPC PID
599601
if (((std::abs(posTrackExtra.tpcNSigmaPi()) > ConfDaughPIDCuts) || (std::abs(negTrackExtra.tpcNSigmaPi()) > ConfDaughPIDCuts))) {
600602
return false;

0 commit comments

Comments
 (0)