Back to home page

EIC code displayed by LXR

 
 

    


Warning, /athena/compact/subsystem_views/tracking_only.xml is written in an unsupported language. File is not indexed.

0001 <lccdd xmlns:compact="http://www.lcsim.org/schemas/compact/1.0"
0002        xmlns:xs="http://www.w3.org/2001/XMLSchema"
0003        xs:noNamespaceSchemaLocation="http://www.lcsim.org/schemas/compact/1.0/compact.xsd">
0004 
0005        <debug>
0006          <type name="surface"       value="0"/>
0007          <type name="material"       value="0"/>
0008          <type name="readout"       value="0"/>
0009          <type name="segmentation"  value="0"/>
0010          <type name="limits"        value="0"/>
0011          <type name="region"        value="0"/>
0012          <type name="includes"      value="0"/>
0013        </debug>
0014 
0015   <documentation level="-1">
0016   # Athena Detector 
0017   - https://eicweb.phy.anl.gov/EIC/detectors/athena.git 
0018   - https://eicweb.phy.anl.gov/EIC/detectors/ip6.git
0019   </documentation>
0020 
0021   <!-- Some information about detector  -->
0022   <info name="Athena Detector" title="Athena Detector"
0023         author="Athena Collaboration"
0024         url="https://eicweb.phy.anl.gov/EIC/detectors/athena.git"
0025         status="development"
0026         version="v1 2021-03-16">
0027   <comment> Athena </comment>
0028   </info>
0029   <define>
0030   <documentation level="2">
0031       ## Main Constant Definitions
0032 
0033       The ip6 (or other ip) defines should be included first.
0034       These files have only a define tags.
0035   </documentation>
0036     <include ref="ip6/definitions.xml" /> 
0037     <include ref="ip6/far_forward/fields_275.xml" />
0038     <include ref="compact/definitions.xml" />
0039   </define>
0040 
0041   <includes>
0042     <gdmlFile ref="compact/elements.xml"/>
0043     <gdmlFile ref="compact/materials.xml"/>
0044     <file     ref="compact/optical_materials.xml"/>
0045   </includes>
0046 
0047   <limits>
0048     <limitset name="EICBeamlineLimits">
0049       <limit name="step_length_max" particles="*" value="1.0" unit="mm" />
0050       <limit name="track_length_max" particles="*" value="1.0" unit="mm" />
0051       <limit name="time_max" particles="*" value="0.1" unit="ns" />
0052       <limit name="ekin_min" particles="*" value="0.001" unit="MeV" />
0053       <limit name="range_min" particles="*" value="0.1" unit="mm" />
0054     </limitset>
0055     <limitset name="cal_limits">
0056       <limit name="step_length_max" particles="*" value="5.0" unit="mm"/>
0057     </limitset>
0058   </limits>
0059 
0060   <display>
0061   <include ref="compact/colors.xml" />
0062   <include ref="compact/display_detailed.xml" />
0063   </display>
0064 
0065   <documentation level="0">
0066     ## Detector Subsystems
0067 
0068     ### IP Subsystems
0069 
0070     The interaction point subsystems are included before the central detector subsystems.
0071     This is becuase the IP subsystems, for exmaple the beampipe, will define paramters
0072     which are subsquently used in the central detector construction -- e.g. the vertex tracker
0073     uses the beampipe OD to help define its placement. 
0074 
0075     The IP subsystems include the Far forward and backward regions. The list of subsystem includes:
0076      - Interaction region beampipe 
0077      - B0 tracker
0078      - Off-momentum tracker
0079      - Far forward roman pots
0080      - Zero Degree Calorimeter
0081      - Beam line magnets.
0082      - and more...
0083   </documentation>
0084 
0085   <comment>
0086       Beamline elements
0087       -----------------
0088   </comment>
0089   <include ref="ip6/central_beampipe.xml" />
0090 
0091   <comment>
0092       Central tracking detectors
0093       --------------------------
0094   </comment>
0095   <!--include ref="compact/tracking_config_canyonlands.xml"/-->
0096   <include ref="compact/tracking_config_deathvalley.xml"/>
0097 
0098   <comment>
0099       PID detectors
0100       -------------
0101   </comment>
0102   <include ref="compact/tof_barrel.xml"/>
0103 
0104   <readouts>
0105   </readouts>
0106 
0107 </lccdd>