Skip to content

Commit

Permalink
lower nLyers cut to 5 for low-pt forward filter in the pixelLess
Browse files Browse the repository at this point in the history
  • Loading branch information
slava77devel committed Aug 13, 2022
1 parent 2d86624 commit f229157
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RecoTracker/MkFitCMS/interface/MkStdSeqs.h
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ namespace mkfit {
return !(
((nLyrs <= 3 || nHits <= 3)) ||
((nLyrs <= 4 || nHits <= 4) && (invpt < invptmin || (thetasym > thetasymmin_l && std::abs(d0BS) > d0_max))) ||
((nLyrs <= 6 || nHits <= 6) && (invpt > invptmin && thetasym > thetasymmin_h && std::abs(d0BS) > d0_max)));
((nLyrs <= 5 || nHits <= 6) && (invpt > invptmin && thetasym > thetasymmin_h && std::abs(d0BS) > d0_max)));
}

template <class TRACK>
Expand Down

0 comments on commit f229157

Please sign in to comment.