-
Notifications
You must be signed in to change notification settings - Fork 54
Mpgd cad sept #986
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
base: main
Are you sure you want to change the base?
Mpgd cad sept #986
Changes from 4 commits
5389745
5cfae75
8a2674f
bafbc74
5e4eea9
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -27,13 +27,13 @@ | |
| <constant name="TrackerEndcapDisk_rmax" value="43*cm"/> | ||
|
|
||
| <comment> Main parameters for the outer MPGD barrel layer </comment> | ||
| <constant name="MPGDOuterBarrelModule_rmin" value="735*mm"/> | ||
| <constant name="MPGDOuterBarrelModule_zmin1" value="1795*mm"/> | ||
| <constant name="MPGDOuterBarrelModule_zmin2" value="1845*mm"/> | ||
| <constant name="MPGDOuterBarrelModule_rmin" value="730*mm"/> | ||
| <constant name="MPGDOuterBarrelModule_zmin1" value="1925*mm"/> <comment> negative z </comment> | ||
| <constant name="MPGDOuterBarrelModule_zmin2" value="1675*mm"/> <comment> positive z </comment> | ||
|
|
||
| <comment> Inner MPGD unsegmented barrel </comment> | ||
| <constant name="InnerMPGDBarrel_rmin" value="550*mm"/> | ||
| <constant name="InnerMPGDBarrel_rmax" value="605*mm"/> | ||
| <constant name="InnerMPGDBarrel_rmax" value="615*mm"/> | ||
| <constant name="InnerMPGDBarrel_dz" value="0"/> | ||
| <constant name="InnerMPGDBarrel_zmin" value="1025*mm"/> <comment> negative z </comment> | ||
| <constant name="InnerMPGDBarrel_zmax" value="1450*mm"/> <comment> positive z </comment> | ||
|
|
@@ -106,19 +106,21 @@ | |
| <constant name="TrackerEndcapNDisk4_rmax" value="TrackerEndcapPDisk4_rmax" /> | ||
|
|
||
| <comment> Main parameters for MPGD endcap disks, offset here is the distance between disks </comment> | ||
| <constant name="ForwardMPGD_zmin" value="1500.0*mm"/> | ||
| <constant name="ForwardMPGD_zmin" value="1285.0*mm"/> | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This could overlap with the silicon disk, check TrackerEndcapPDisk4_zmin
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. But it passed the overlap checks in CI.
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @ShujieL, I ran checkOverlaps script with tolerance set to -t 0.001 in the tracking_only configuration and the only overlaps I saw were from other sub detectors (non-mpgd) overlapping with themselves or beampipe.
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Wow, that fit nicely in there. How should we proceed in updating the geometry to match the Sep. CAD model? Should we have this PR serve as the Tracking geometry update PR, so silicon and ToF can include their respective changes in this PR and then merge when the tracking system update is completed? |
||
| <constant name="ForwardMPGDMod_offset" value="125.0*mm"/> | ||
| <constant name="ForwardMPGDMod1_rmin" value="81.24*mm" /> | ||
| <constant name="ForwardMPGDMod2_rmin" value="81.24*mm"/> | ||
| <constant name="ForwardMPGDMod1_rmax" value="400*mm" /> | ||
| <constant name="ForwardMPGDMod2_rmax" value="400*mm" /> | ||
| <constant name="ForwardMPGDMod1_rmin" value="70.0*mm" /> | ||
| <constant name="ForwardMPGDMod2_rmin" value="70.0*mm"/> | ||
| <comment> rmax = active area radius </comment> | ||
| <constant name="ForwardMPGDMod1_rmax" value="420*mm" /> | ||
| <constant name="ForwardMPGDMod2_rmax" value="420*mm" /> | ||
|
|
||
| <constant name="BackwardMPGD_zmin" value="1075.0*mm"/> | ||
| <constant name="BackwardMPGDMod_offset" value="125.0*mm"/> | ||
| <constant name="BackwardMPGDMod1_rmin" value="70.0*mm" /> | ||
| <constant name="BackwardMPGDMod2_rmin" value="70.0*mm" /> | ||
| <constant name="BackwardMPGDMod1_rmax" value="400.0*mm" /> | ||
| <constant name="BackwardMPGDMod2_rmax" value="400.0*mm" /> | ||
| <constant name="BackwardMPGDMod1_rmin" value="50.0*mm" /> | ||
| <constant name="BackwardMPGDMod2_rmin" value="50.0*mm" /> | ||
| <comment> rmax = active area radius </comment> | ||
| <constant name="BackwardMPGDMod1_rmax" value="420.0*mm" /> | ||
| <constant name="BackwardMPGDMod2_rmax" value="420.0*mm" /> | ||
|
|
||
| </define> | ||
| <comment> See compact/definitions.xml for reserved detector id | ||
|
|
||

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.
Should this be 555mm, per page 5: https://indico.bnl.gov/event/29963/contributions/114155/attachments/65038/111684/EPIC%20Envelope%20-%2009-22-2025.pdf
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.
good catch. I just updated it