-
Notifications
You must be signed in to change notification settings - Fork 50
Modified ETOF geometry implementation for ACTS track reconstruction #887
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
Conversation
This is great! Thanks. We should take a look at the Acts surfaces. I'll run the material map script with this branch as well and confirm. |
Can you remind us which ePIC and EICrecon version you used to produce the hit plots you posted in the main text? |
I did a |
This looks good to me. We should merge this and #883. We will then need to update the official material map. I don't know why some of the checks are failing. |
@veprbl we also saw a bunch of jobs failed in this PR with docker related error msg. Any suggestions? Btw, please also remind me how to restart a failed job on gitlab. Thanks... |
You're right. This is a known problem and there is currently no resolution other than a manual restart. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We need to update the official material map
@ShujieL Can you please process the update to the material map for this PR? |
I will do it this time. |
Briefly, what does this PR introduce?
Tracking group complains that ACTS are unable to utilize hits from halve of ETOF for track reconstruction. They believe it was caused by incorrect layering of ETOF geometry in epic.
This pull request changes the inner implementation of ETOF geometry. I have performed some preliminary analysis to verify that ACTS is now using most ETOF hits, but the tracking group will double check my results.
For reference, please see slide 7-9 of https://indico.bnl.gov/event/27986/contributions/106788/attachments/61537/105677/tracking_050125.pdf for how many hits were lost by ACTS in the original version.
Here's how many hits are used by the updated ETOF,
Here is a map of all hits,
You can clear see that hits from both side of ETOF are used.
Most events in the simulation contains ETOF hit as well,
What kind of change does this PR introduce?
Please check if this PR fulfills the following:
Does this PR introduce breaking changes? What changes might users need to make to their code?
No
Does this PR change default behavior?
No