Skip to content

Commit

Permalink
Add component for what I assume is a transmission monitor
Browse files Browse the repository at this point in the history
Refs #9699
  • Loading branch information
DanNixon committed Nov 28, 2014
1 parent 0acc14b commit dc0fd69
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions Code/Mantid/instrument/TOSCA_Definition_TOSCA-1.xml
Expand Up @@ -55,6 +55,30 @@
</cuboid>
</type>

<component type="monitor2" idlist="monitor2">
<location z="0" />
</component>

<type name="monitor2" is="monitor">
<cuboid id="shape">
<left-front-bottom-point x="0.0025" y="-0.1" z="0.0" />
<left-front-top-point x="0.0025" y="-0.1" z="0.02" />
<left-back-bottom-point x="-0.0025" y="-0.1" z="0.0" />
<right-front-bottom-point x="0.0025" y="0.1" z="0.0" />
</cuboid>
</type>

<!-- DETECTORS -->
<component type="back" idlist="back">
<location />
</component>

<component type="diffraction" idlist="diffraction">
<location />
</component>

<type name="back">

<!-- DETECTORS -->
<component type="back" idlist="back">
<location />
Expand Down Expand Up @@ -670,6 +694,10 @@
<id val="161" />
</idlist>

<idlist idname="monitor2">
<id val="164" />
</idlist>

<idlist idname="diffraction">
<id start="169" end="172" />
</idlist>
Expand Down

0 comments on commit dc0fd69

Please sign in to comment.