Skip to content

Commit

Permalink
modify MPGD BOT ACTS tolerance (#800)
Browse files Browse the repository at this point in the history
### Briefly, what does this PR introduce?
Fixes the [issue #1659 in
EICrecon](eic/EICrecon#1659) where the last
tracker hit was not being used in CKF.

[2024_11_06.pdf](https://github.com/user-attachments/files/17661610/2024_11_06.pdf)

### What kind of change does this PR introduce?
- [ x] Bug fix: [EICrecon
issue#1659](eic/EICrecon#1659)
- [ ] 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
- [x ] 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. Analyzers will now see all outer barrel MPGD hits
included in the CKF.

### Does this PR change default behavior?
No

(cherry picked from commit d491ba7)
  • Loading branch information
mposik1983 authored and github-actions[bot] committed Nov 8, 2024
1 parent 4bb200f commit 9734ea8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compact/tracking/mpgd_outerbarrel.xml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@
</module>
<comment> Layout for MPGD DIRC layers </comment>
<layer module="MPGDOuterBarrelModule" id="0" vis="TrackerSupportVis">
<envelope_tolerance r_min="-50*mm" r_max="0*mm" z_min="0*mm" z_max="0*mm"/>
<envelope_tolerance r_min="0*mm" r_max="0*mm" z_min="0*mm" z_max="0*mm"/>
<layer_material surface="inner" binning="binPhi,binZ" bins0="MPGDOuterBarrelModule_count*10" bins1="100" />
<layer_material surface="outer" binning="binPhi,binZ" bins0="MPGDOuterBarrelModule_count*10" bins1="100" />
<rphi_layout
Expand Down

0 comments on commit 9734ea8

Please sign in to comment.