Warning, /DD4hep/examples/ClientTests/compact/MiniTel_err_place.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 <info name="Sensor"
0016 title="Sensor for New experiment"
0017 author="Anastasia Karachaliou"
0018 status="development"
0019 url="/afs/cern.ch/user/a/akaracha/workspace/MyExperiment/DetDesc/xmlDDescr/geometry_myexper.xml"
0020 version= "v0r1">
0021 <comment>simple Detector as a small box</comment>
0022 </info>
0023
0024 <includes>
0025 <gdmlFile ref="${DD4hepINSTALL}/DDDetectors/compact/elements.xml"/>
0026 <gdmlFile ref="${DD4hepINSTALL}/DDDetectors/compact/materials.xml"/>
0027 </includes>
0028
0029 <define>
0030 <constant name="world_side" value="2*m"/>
0031 <constant name="world_x" value="world_side/2"/>
0032 <constant name="world_y" value="world_side/2"/>
0033 <constant name="world_z" value="world_side/2"/>
0034 <constant name="CrossingAngle" value="0.020"/>
0035 </define>
0036
0037 <materials>
0038 </materials>
0039
0040
0041 <display>
0042 <vis name="DetVis" alpha="1.0" r="0" g="1.0" b="0.0" showDaughters="true" visible="true"/>
0043 <vis name="ModVis" alpha="1.0" r="1" g="0.0" b="0.0" showDaughters="true" visible="false"/>
0044 </display>
0045
0046 <detectors>
0047 <detector name="MyLHCBdetector1" type="MiniTelPixel" material="Silicon" vis="DetVis" id ="1" sensitive="true" readout="MyLHCBdetector1Hits" limits="minitel_limits_1" region="minitel_region_1">
0048
0049 <dimensions z="1*mm" y="10*cm" x="10*cm" />
0050 <module_position z="30*mm" y="0*cm" x="0*cm" />
0051 <module_position z="40*mm" y="0*cm" x="0*cm" />
0052 <module_position z="50*mm" y="0*cm" x="0*cm" />
0053 <module_position z="60*mm" y="0*cm" x="0*cm" />
0054 <module_position z="70*mm" y="0*cm" x="0*cm" />
0055 <module_position z="80*mm" y="0*cm" x="0*cm" />
0056 <module_position z="90*mm" y="0*cm" x="0*cm" />
0057 <module_position z="100*mm" y="0*cm" x="0*cm" />
0058 <module_position z="110*mm" y="0*cm" x="0*cm" />
0059 <module_position z="120*mm" y="0*cm" x="0*cm" />
0060 <module name="pixel" type="MiniTelPixel" material="Silicon" x="6*mm" y="6*mm" z="1*mm" vis="ModVis" alpha="-2.*radian" beta="-2.*radian" gamma="-0.*radian" />
0061 <missing_module_placements number="2"/>
0062 </detector>
0063 </detectors>
0064
0065 <limits>
0066 <limitset name="minitel_limits_1">
0067 <limit name="step_length_max" particles="e[+-]" value="1.0" unit="mm" />
0068 <limit name="step_length_max" particles="mu[+-]" value="3.0" unit="mm" />
0069 <limit name="step_length_max" particles="*" value="5.0" unit="mm" />
0070 <limit name="track_length_max" particles="*" value="5.0" unit="mm" />
0071 <limit name="time_max" particles="*" value="5.0" unit="ns" />
0072 <limit name="ekin_min" particles="*" value="0.01" unit="MeV" />
0073 <limit name="range_min" particles="*" value="5.0" unit="mm" />
0074 <cut particles="e+" value="2.0" unit="mm" />
0075 <cut particles="e-" value="2.0" unit="mm" />
0076 <cut particles="gamma" value="5.0" unit="mm" />
0077 </limitset>
0078 <limitset name="minitel_limits">
0079 <limit name="step_length_max" particles="e[+-]" value="1.0" unit="mm" />
0080 <limit name="step_length_max" particles="mu[+-]" value="3.0" unit="mm" />
0081 <limit name="step_length_max" particles="*" value="5.0" unit="mm" />
0082 </limitset>
0083 </limits>
0084
0085 <regions>
0086 <region name="minitel_region_1" eunit="MeV" lunit="mm" cut="0.001" threshold="0.001">
0087 <limitsetref name="minitel_limits_1"/>
0088 </region>
0089 <region name="minitel_region" eunit="MeV" lunit="mm" cut="0.001" threshold="0.001">
0090 <limitsetref name="minitel_limits"/>
0091 </region>
0092 </regions>
0093
0094 <readouts>
0095 <readout name="MyLHCBdetector1Hits">
0096 <segmentation type="CartesianGridXY" grid_size_x="6*mm" grid_size_y="6*mm" />
0097 <id>system:6,side:2,module:8,x:28:-12,y:52:-12</id>
0098 </readout>
0099 </readouts>
0100
0101 <fields>
0102 <field name="GlobalSolenoid" type="solenoid"
0103 inner_field="0.0*tesla"
0104 outer_field="0.0*tesla"
0105 zmax="2*m"
0106 outer_radius="2*m">
0107 </field>
0108 </fields>
0109
0110 </lccdd>