-
Notifications
You must be signed in to change notification settings - Fork 45
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
Implement geometry volumes for fiber grids in BEMC ScFi #370
Conversation
Working on a visualization script for showing grid/fibers on local X-Z plane |
It's a part of the solution to eic/EICrecon#499 |
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.
Some comments, more later.
This PR is probably ready, but I will test it with some changes for CalorimeterHitRec in EICRecon and then request to merge both of them together. |
@Chao1009 When you're ready, you should be able to click automerge and update the branch to get this merged. |
Briefly, what does this PR introduce?
It adds geometry for grids so we can retrieve the position/dimension of a grid during the digitization/reconstruction.
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, it updates the internal behavior of geometry construction for the BarrelCalorimeterInterlayers. It does not change any of the interfaces to use it.
Does this PR change default behavior?
No.