Back to home page

EIC code displayed by LXR

 
 

    


Warning, /DD4hep/examples/ClientTests/compact/Check_Handles.xml is written in an unsupported language. File is not indexed.

0001 <?xml version="1.0" encoding="UTF-8"?>
0002 <lccdd>
0003 
0004 <!-- #==========================================================================
0005      #  AIDA Detector description implementation 
0006      #==========================================================================
0007      # Copyright (C) Organisation europeenne pour la Recherche nucleaire (CERN)
0008      # All rights reserved.
0009      #
0010      # For the licensing terms see $DD4hepINSTALL/LICENSE.
0011      # For the list of contributors see $DD4hepINSTALL/doc/CREDITS.
0012      #
0013      #==========================================================================
0014 -->
0015 
0016   <includes>
0017     <gdmlFile  ref="${DD4hepINSTALL}/DDDetectors/compact/elements.xml"/>
0018     <gdmlFile  ref="${DD4hepINSTALL}/DDDetectors/compact/materials.xml"/>
0019   </includes>
0020 
0021   <define>
0022     <constant name="world_size" value="30*m"/>
0023     <constant name="world_x" value="world_size"/>
0024     <constant name="world_y" value="world_size"/>
0025     <constant name="world_z" value="world_size"/>
0026   </define>
0027 
0028   <display>
0029     <vis name="Invisible" showDaughters="false" visible="false"/>
0030     <vis name="InvisibleWithChildren" showDaughters="true" visible="false"/>
0031     <vis name="VisibleGreen" alpha="1.0" r="0.0" g="1.0" b="0.0" drawingStyle="solid" lineStyle="solid" showDaughters="true" visible="true"/>
0032   </display>
0033 
0034   <limits>
0035     <limitset name="cal_limits">
0036       <limit name="step_length_max" particles="*" value="5.0" unit="mm" />
0037     </limitset>
0038   </limits>
0039 
0040   <detectors>
0041     <detector id="1" name="Shell" type="DD4hep_Check_Handles" readout="ContainmentHits" vis="VisibleGreen" limits="cal_limits" region="Bla">
0042       <dimensions rmin="10*cm" rmax="500*cm" z="600*cm" phiBins="64" />
0043     </detector>
0044   </detectors>
0045   
0046   <readouts>
0047     <readout name="ContainmentHits">
0048       <id>system:8,barrel:16,module:16</id>
0049     </readout>
0050   </readouts>
0051   <regions>
0052     <region name="Bla" eunit="MeV" lunit="mm" cut="0.001" threshold="0.001">
0053       <limitsetref name="SiRegionLimitSet"/>
0054     </region>
0055   </regions>
0056 
0057   <fields>
0058     <field name="GlobalSolenoid" type="solenoid" 
0059            inner_field="5.0*tesla"
0060            outer_field="-1.5*tesla" 
0061            zmax="2*m"
0062            outer_radius="3*m">
0063     </field>
0064   </fields>
0065 </lccdd>