Skip to content

Commit

Permalink
Merge pull request #17261 from ianna/tib-rail-bottom-overlap-fix
Browse files Browse the repository at this point in the history
TIB Rail Bottom Overlap Bugfix
  • Loading branch information
davidlange6 committed Jan 30, 2017
2 parents ac84363 + f3c4011 commit f8fbded
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Geometry/TrackerCommonData/data/v2/tob.xml
Expand Up @@ -14,7 +14,7 @@
<Constant name="StiffenerR" value="0.400*cm"/>
<Constant name="RailTopDy" value="8.5*mm"/>
<Constant name="RailBottomDy" value="15*mm"/>
<Constant name="RailDx" value="4.3*mm"/>
<Constant name="RailDx" value="3.75*mm"/>
<Constant name="RailL" value="1.100*m"/>
<Constant name="RailInX" value="54.433*cm"/>
<Constant name="StiffenerY" value="2.700*cm"/>
Expand Down Expand Up @@ -574,12 +574,12 @@
<PosPart copyNumber="1">
<rParent name="tob:TOB"/>
<rChild name="tob:TIBRailBottom"/>
<Translation x="[RailInX]" y="-2*[RailTopDy]-[RailBottomDy]" z="[zero]"/>
<Translation x="[RailInX]-0.13*cm" y="-2*[RailTopDy]-[RailBottomDy]" z="[zero]"/>
</PosPart>
<PosPart copyNumber="2">
<rParent name="tob:TOB"/>
<rChild name="tob:TIBRailBottom"/>
<Translation x="-[RailInX]" y="-2*[RailTopDy]-[RailBottomDy]" z="[zero]"/>
<Translation x="-[RailInX]+0.13*cm" y="-2*[RailTopDy]-[RailBottomDy]" z="[zero]"/>
</PosPart>
<PosPart copyNumber="1">
<rParent name="tob:TOB"/>
Expand Down

0 comments on commit f8fbded

Please sign in to comment.