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

Inactive modules #287

Merged
merged 1 commit into from
Dec 16, 2020
Merged

Conversation

areinsvo
Copy link
Collaborator

@areinsvo areinsvo commented Dec 8, 2020

As shown in the slides on December 4, I’ve implemented a temporary solution for the inactive modules in mkFit. The solution follows the first strategy that Giuseppe suggested in issue 256.

At this point I am not worried about how we know if a track passed through an inactive module; the only concern is what we do with that information once we have it. This implementation relies on the XWsrResult struct and adding a candidate with a -7 hit index (if a track passes through an inactive module) rather than a -1 hit index (what we use to indicate a missed hit or hole).

The baseline results (tested on 200 events) are here: https://areinsvo.web.cern.ch/areinsvo/MkFit/ChargeAssignment/April2020/inactiveModulesTempResults_baseline/

The results with these changes are shown here: https://areinsvo.web.cern.ch/areinsvo/MkFit/ChargeAssignment/April2020/inactiveModulesTempResults/

And for reference, I also ran validation for the case where maxCand is increased from 5 to 12: https://areinsvo.web.cern.ch/areinsvo/MkFit/ChargeAssignment/April2020/inactiveModulesTempResults_MaxCand12/

Significant changes will have to be introduced once the modifications to the hit vector are finished, but this is enough to tune physics performance in the context of Pandora's Box.

@areinsvo areinsvo merged commit 0ad9d27 into trackreco:PandorasBox Dec 16, 2020
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.

1 participant