Skip to content
Snippets Groups Projects
cb_Solenoid.xml 1.19 KiB
Newer Older
Jihee Kim's avatar
Jihee Kim committed
<lccdd xmlns:compact="http://www.lcsim.org/schemas/compact/1.0" 
       xmlns:xs="http://www.w3.org/2001/XMLSchema" 
       xs:noNamespaceSchemaLocation="http://www.lcsim.org/schemas/compact/1.0/compact.xsd">

  <!-- Some information about detector  -->
  <info name="Central Barrel Solenoid" title="Central Barrel Solenoid"
        author="Jihee Kim"
        url="https://eicweb.phy.anl.gov/EIC/detectors/reference_detector.git"
        status="development"
        version="v1 2021-03-15">
    <comment>Central Barrel Solenoid</comment>        
  </info>

  <includes>
  </includes>
  
  <define>
  </define>

  <limits>
  </limits>

  <regions>
  </regions>

  <display>
  </display>

  <!-- Define detector -->
  <detectors>
    <comment>
      Central Barrel Solenoid Magnet
    </comment>
    <detector id="cb_Solenoid_ID" name="cb_Solenoid" type="cb_Solenoid" insideTrackingVolume="false" vis="cb_SolenoidVis">
	    <material name="Vacuum"/>  <!-- G4_Galactic -->	    
      <dimensions rmin="cb_Solenoid_rmin" rmax="cb_Solenoid_rmax" z="cb_Solenoid_z" delta="cb_Solenoid_shift"/>
    </detector>
  </detectors>

  <plugins>
  </plugins>

  <!-- TODO: Define field using field map-->
  <fields>
  </fields>
</lccdd>