Skip to content
Snippets Groups Projects
cb_DIRC.xml 1.95 KiB
Newer Older
Sylvester Joosten's avatar
Sylvester Joosten committed
  <comment>Initial implementation of the Athena Detector
           DIRC (ported from g4e). Currently constructed around
           a fixed radius of 83.65cm (between the uRWEL layers).
           TODO: this needs to be properly parameterized.
  </comment>

  <define>
    <constant name="cb_DIRC_length"            value="DIRCLength"/>
    <constant name="cb_DIRC_rmin"              value="82.00*cm"/>
    <constant name="cb_DIRC_rmax"              value="88.00*cm"/>
  </define>

  <limits>
  </limits>

  <regions>
  </regions>

  <display>
  </display>

  <detectors>
    <detector id="BarrelDIRC_ID" name="cb_DIRC" type="cb_DIRC" readout="DIRCHits" vis="AnlTeal">
      <dimensions rmin="cb_DIRC_rmin" rmax="cb_DIRC_rmax" length="cb_DIRC_length" radius="DIRCRadius" dx="DIRCBars_DX" dy="DIRCBars_DY" number="DIRCNum" deltaphi="DIRCDPhi"/>
      <position x="0" y="0" z="DIRCOffset"/>
      <module name="Module0"  R="DIRCRadius" phi="0*DIRCDPhi"  />
      <module name="Module1"  R="DIRCRadius" phi="1*DIRCDPhi"  />
      <module name="Module2"  R="DIRCRadius" phi="2*DIRCDPhi"  />
      <module name="Module3"  R="DIRCRadius" phi="3*DIRCDPhi"  />
      <module name="Module4"  R="DIRCRadius" phi="4*DIRCDPhi"  />
      <module name="Module5"  R="DIRCRadius" phi="5*DIRCDPhi"  />
      <module name="Module6"  R="DIRCRadius" phi="6*DIRCDPhi"  />
      <module name="Module7"  R="DIRCRadius" phi="7*DIRCDPhi"  />
      <module name="Module8"  R="DIRCRadius" phi="8*DIRCDPhi"  />
      <module name="Module9"  R="DIRCRadius" phi="9*DIRCDPhi"  />
      <module name="Module10" R="DIRCRadius" phi="10*DIRCDPhi" />
      <module name="Module11" R="DIRCRadius" phi="11*DIRCDPhi" />
    </detector>
  </detectors>

  <readouts>
    <readout name="DIRCHits">
      <segmentation type="CartesianGridXY" grid_size_x="3.0*mm" grid_size_y="3.0*mm" />
      <id>system:8,barrel:3,module:12,x:32:-16,y:-16</id>
    </readout>
  </readouts>

  <plugins>
  </plugins>

  <fields>
  </fields>
</lccdd>