Back to home page

EIC code displayed by LXR

 
 

    


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

0001 <?xml version="1.0" encoding="UTF-8"?>
0002 <lccdd>
0003 <!-- #==========================================================================
0004      #  AIDA Detector description implementation 
0005      #==========================================================================
0006      # Copyright (C) Organisation europeenne pour la Recherche nucleaire (CERN)
0007      # All rights reserved.
0008      #
0009      # For the licensing terms see $DD4hepINSTALL/LICENSE.
0010      # For the list of contributors see $DD4hepINSTALL/doc/CREDITS.
0011      #
0012      #==========================================================================
0013 -->
0014 
0015   <define>
0016     <constant name="world_size" value="30*m"/>
0017     <constant name="world_x" value="world_size"/>
0018     <constant name="world_y" value="world_size"/>
0019     <constant name="world_z" value="world_size"/>
0020   </define>
0021 
0022   <materials>
0023     <element Z="1" formula="H" name="H" >
0024       <atom type="A" unit="g/mol" value="1.00794" />
0025     </element>
0026     <material formula="H" name="Hydrogen" state="gas" >
0027       <RL type="X0" unit="cm" value="752776" />
0028       <NIL type="lambda" unit="cm" value="421239" />
0029       <D type="density" unit="g/cm3" value="8.3748e-05" />
0030       <composite n="1" ref="H" />
0031     </material>
0032 
0033     <element Z="6" formula="C" name="C" >
0034       <atom type="A" unit="g/mol" value="12.0107" />
0035     </element>
0036     <material formula="C" name="Carbon" state="solid" >
0037       <RL type="X0" unit="cm" value="21.3485" />
0038       <NIL type="lambda" unit="cm" value="40.1008" />
0039       <D type="density" unit="g/cm3" value="2" />
0040       <composite n="1" ref="C" />
0041     </material>
0042 
0043     <element Z="7" formula="N" name="N" >
0044       <atom type="A" unit="g/mol" value="14.0068" />
0045     </element>
0046     <material formula="N" name="Nitrogen" state="gas" >
0047       <RL type="X0" unit="cm" value="32602.2" />
0048       <NIL type="lambda" unit="cm" value="72430.3" />
0049       <D type="density" unit="g/cm3" value="0.0011652" />
0050       <composite n="1" ref="N" />
0051     </material>
0052     
0053     <element Z="8" formula="O" name="O" >
0054       <atom type="A" unit="g/mol" value="15.9994" />
0055     </element>
0056     <material formula="O" name="Oxygen" state="gas" >
0057       <RL type="X0" unit="cm" value="25713.8" />
0058       <NIL type="lambda" unit="cm" value="66233.9" />
0059       <D type="density" unit="g/cm3" value="0.00133151" />
0060       <composite n="1" ref="O" />
0061     </material>
0062 
0063     <element Z="18" formula="Ar" name="Ar" >
0064       <atom type="A" unit="g/mol" value="39.9477" />
0065     </element>
0066     <material formula="Ar" name="Argon" state="gas" >
0067       <RL type="X0" unit="cm" value="11762.1" />
0068       <NIL type="lambda" unit="cm" value="71926" />
0069       <D type="density" unit="g/cm3" value="0.00166201" />
0070       <composite n="1" ref="Ar" />
0071     </material>
0072     
0073 
0074     <material name="Air">
0075       <D type="density" unit="g/cm3" value="0.0012"/>
0076       <fraction n="0.754" ref="N"/>
0077       <fraction n="0.234" ref="O"/>
0078       <fraction n="0.012" ref="Ar"/>
0079     </material>
0080     
0081     <material name="Vacuum">
0082       <D type="density" unit="g/cm3" value="0.00000001" />
0083       <fraction n="1" ref="H" />
0084     </material>
0085     <material name="Polystyrene">
0086       <D value="1.032" unit="g/cm3"/>
0087       <composite n="19" ref="C"/>
0088       <composite n="21" ref="H"/>
0089     </material>
0090     <material name="Polystyrene_FRACTION">
0091       <D value="1.032" unit="g/cm3"/>
0092       <fraction n="0.077418" ref="H"/>
0093       <fraction n="0.922582" ref="C"/>
0094     </material>
0095     <material name="Polystyrene_COMPOSITE">
0096       <D value="1.032" unit="g/cm3"/>
0097       <composite n="21" ref="H"/>
0098       <composite n="19" ref="C"/>
0099     </material>
0100     <material name="Polystyrene_CORR_FRACTION">
0101       <D value="1.032" unit="g/cm3"/>
0102       <fraction n="0.084429" ref="H"/>
0103       <fraction n="0.915571" ref="C"/>
0104     </material>
0105   </materials>
0106 
0107   <detectors>
0108     <detector id="1" name="MaterialTester" type="MaterialTester">
0109       <test name="Air"/>
0110       <test name="Vacuum"/>
0111       <test name="Polystyrene"/>
0112       <test name="Polystyrene_FRACTION"/>
0113       <test name="Polystyrene_COMPOSITE"/>
0114       <test name="Polystyrene_CORR_FRACTION"/>
0115     </detector>
0116   </detectors>
0117 </lccdd>