Skip to content

Commit

Permalink
[Backport 24.11] modify MPGD BOT ACTS tolerance (#801)
Browse files Browse the repository at this point in the history
# Description
Backport of #800 to `24.11`.

Co-authored-by: Matt Posik <[email protected]>
  • Loading branch information
epic-capybara and mposik1983 authored Nov 11, 2024
1 parent 4bb200f commit 5f28ff7
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 5f28ff7

Please sign in to comment.