File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff 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 ;
You can’t perform that action at this time.
0 commit comments