Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update pixelLessStep duplicate removal and add filter to reduce fakes #369

Merged
merged 2 commits into from
Oct 13, 2021

Conversation

mmasciov
Copy link
Collaborator

@osschar osschar merged commit fca8a72 into devel Oct 13, 2021
float d0BS = t.d0BeamSpot(bspot.x,bspot.y);
float d0_max = 0.1; // 1 mm

return !( (nhits<=6 || layers<=6) && std::abs(d0BS)>d0_max );
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can we check also if counting rphi (strip) layers specifically would help.
The track DNN does not distinguish and we could gain here more explicitly.

in the TrackerInfo notations, it is to count layers (! is_pix_lyr) && (!is_stereo_lyr))

@osschar osschar deleted the updatedPLFilter branch December 14, 2021 23:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants