[12gevmoller_sim] [JeffersonLab/remoll] 60d508: Changed target length to 1.25 m

Wouter Deconinck noreply at github.com
Fri Mar 22 11:34:10 EDT 2019


  Branch: refs/heads/bugfix-new-target-length
  Home:   https://gcc01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2FJeffersonLab%2Fremoll&data=02%7C01%7C12gevmoller_sim%40jlab.org%7C2bc0de123a1b453f89c208d6aedbd510%7Cb4d7ee1f4fb34f0690372b5b522042ab%7C1%7C1%7C636888656523211819&sdata=0zS4fZhrOlbRZSt42sRxeiwsjQCQICcxP8RmlPkNRyI%3D&reserved=0
  Commit: 60d508c4e25dcb777e321409fa42bfb392d423a3
      https://gcc01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2FJeffersonLab%2Fremoll%2Fcommit%2F60d508c4e25dcb777e321409fa42bfb392d423a3&data=02%7C01%7C12gevmoller_sim%40jlab.org%7C2bc0de123a1b453f89c208d6aedbd510%7Cb4d7ee1f4fb34f0690372b5b522042ab%7C1%7C1%7C636888656523211819&sdata=svXTWgNoEuN28qe5hRwou%2FyeVITlL3TXvSA67h8X%2FrA%3D&reserved=0
  Author: Wouter Deconinck <wdconinc at gmail.com>
  Date:   2019-03-22 (Fri, 22 Mar 2019)

  Changed paths:
    M geometry/target/subTargetRegion.gdml
    M geometry/target/targetDaughter.gdml
    M geometry/target/targetDaughter_Clamshell_Optimized.gdml
    M geometry/target/targetDaughter_acceptanceDefinition.gdml
    M geometry/target/targetDaughter_merged.gdml
    M geometry/target/targetDaughter_noShlds.gdml

  Log Message:
  -----------
  Changed target length to 1.25 m

This propagates the constants
```
    <constant name="tubeTarget_length" value="1250"/>
    <constant name="AlWindowTarget_length" value="0.127"/>
```
and placement of the windows
```
      <physvol>
        <volumeref ref="USAlTarg"/>
<position name="targ_upstream_window" unit="mm" x="0" y="0"
z="-(AlWindowTarget_length+tubeTarget_length)/2"/>
      </physvol>

      <physvol>
        <volumeref ref="DSAlTarg"/>
<position name="targ_downstream_window" unit="mm" x="0" y="0"
z="+(AlWindowTarget_length+tubeTarget_length)/2"/>
      </physvol>

```
in all target implementations.

Asides:
- the `/remoll/targlen` command is likely to disappear since changing
this currently won't move the aluminum windows.




More information about the 12gevmoller_sim mailing list