Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixed mpgd endcap readout segmentation (#585)
### Briefly, what does this PR introduce? Fixes a typo in the readout segmentation for the endcap MPGD disks. Prior to this fix MPGD endcaps only reconstructed hits on the outer radius. This also fixes warning related to MPGD endcap volumes: `Warning: :CentralTrackerSourceLinker] [warning] Can't convert globalToLocal for hit: vol_id=79186 det_id=82 CellID=844433520145746 x=-1.0392305 y=-284.53473 z=1480.3262` ### What kind of change does this PR introduce? - [x] Bug fix (issue #__) - [ ] New feature (issue #__) - [ ] Documentation update - [ ] Other: __ ### Please check if this PR fulfills the following: - [ ] Tests for the changes have been added - [ ] Documentation has been added / updated - [ ] Changes have been communicated to collaborators ### Does this PR introduce breaking changes? What changes might users need to make to their code? No breaking changes, but MPGD disks will now have reconstructed hits across entire volume: ![MPGD_Endcap_fix](https://github.com/eic/epic/assets/2228075/109654e7-6deb-4238-8cee-dfded69f7595) ### Does this PR change default behavior? You just get the full hits now.
- Loading branch information