We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94e5e7b commit 4543138Copy full SHA for 4543138
1 file changed
PWGLF/Tasks/Strangeness/lambdapolsp.cxx
@@ -588,13 +588,15 @@ struct lambdapolsp {
588
// check TPC tracking properties
589
if (posTrackExtra.tpcNClsCrossedRows() < cfgTPCcluster || negTrackExtra.tpcNClsCrossedRows() < cfgTPCcluster) {
590
return false;
591
- } /*
+ }
592
+ /*
593
if (posTrackExtra.tpcNClsFound() < ConfDaughTPCnclsMin || negTrackExtra.tpcNClsFound() < ConfDaughTPCnclsMin) {
594
595
}
596
if (posTrackExtra.tpcCrossedRowsOverFindableCls() < rcrfc || negTrackExtra.tpcCrossedRowsOverFindableCls() < rcrfc) {
597
- }*/
598
599
+ */
600
// check TPC PID
601
if (((std::abs(posTrackExtra.tpcNSigmaPi()) > ConfDaughPIDCuts) || (std::abs(negTrackExtra.tpcNSigmaPi()) > ConfDaughPIDCuts))) {
602
0 commit comments