Warning, /DD4hep/examples/DDCodex/compact/CODEX-b-alone.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 <!-- Have the materials -->
0006 <includes>
0007 <gdmlFile ref="${DD4hepINSTALL}/DDDetectors/compact/elements.xml"/>
0008 <gdmlFile ref="${DD4hepINSTALL}/DDDetectors/compact/materials.xml"/>
0009 </includes>
0010 <materials>
0011 <material name="Concrete">
0012 <D value="2.30" unit="g/cm3" />
0013 <fraction n="0.529" ref="O"/>
0014 <fraction n="0.337" ref="Si"/>
0015 <fraction n="0.044" ref="Ca"/>
0016 <fraction n="0.039" ref="Al"/>
0017 <fraction n="0.016" ref="Na"/>
0018 <fraction n="0.014" ref="Fe"/>
0019 <fraction n="0.013" ref="K"/>
0020 <fraction n="0.010" ref="H"/>
0021 <fraction n="0.002" ref="Mg"/>
0022 <fraction n="0.001" ref="C"/>
0023 </material>
0024 </materials>
0025
0026 <define>
0027 <!-- Define the world box -->
0028 <constant name="world_side" value="50000*mm"/>
0029 <constant name="world_x" value="world_side"/>
0030 <constant name="world_y" value="world_side"/>
0031 <constant name="world_z" value="world_side"/>
0032 </define>
0033 <display>
0034 <vis name="BeamPipeVis" r="0.0" g="0.99" b="0.0" showDaughters="false" visible="true"/>
0035 <vis name="WALL_vis" alpha="0.6" r="0.5" g="0.5" b="0.5" showDaughters="true" visible="true"/>
0036 <vis name="B2_vis" alpha="0.6" r="0" g="0.5" b="0.5" showDaughters="true" visible="true"/>
0037 </display>
0038 <detectors>
0039 <include ref="CODEX-b.xml" type="xml"/>
0040 <!--detector id="3" name="LHCb" type="DD4hep_BoxSegment" vis="B2_vis">
0041 <material name="Air"/>
0042 <box x="500*cm" y="500*cm" z="2500*cm"/>
0043 <position x="0" y="0" z="1000*cm"/>
0044 <rotation x="0" y="0" z="0"/>
0045 </detector-->
0046 <!--detector id="4" name="WALL" type="DD4hep_BoxSegment" vis="WALL_vis">
0047 <material name="Concrete"/>
0048 <box x="160*cm" y="600*cm" z="1265*cm"/>
0049 <position x="2500*cm" y="0" z="1265*cm"/>
0050 <rotation x="0" y="0" z="0"/>
0051 </detector-->
0052 <!--detector name="Beampipe" type="DD4hep_TubeSegment" vis="BeamPipeVis">
0053 <material name="Be" />
0054 <tubs rmin="5*cm" rmax="5.1*cm" zhalf="2600*cm" />
0055 <position x="0" y="0" z="1000*cm"/>
0056 <rotation x="0" y="0" z="0"/>
0057 </detector-->
0058 </detectors>
0059 </lccdd>