Back to home page

EIC code displayed by LXR

 
 

    


Warning, /DD4hep/DDDetectors/compact/SiD.xml is written in an unsupported language. File is not indexed.

0001 <!-- ====================================================================== -->
0002 <!--                                                                        -->
0003 <!--    XML description of the complete SiD tracker detector                -->
0004 <!--    of the SiD linear collider detector design.                         -->
0005 <!--                                                                        -->
0006 <!--    Contained are the required                                          -->
0007 <!--      ++ global constants used uniquely by this module                  -->
0008 <!--      ++ visualization attributes                                       -->
0009 <!--      ++ the definition of the readout structure and the                -->
0010 <!--         readout segmentation (if necessary)                            -->
0011 <!--      ++ the include statements for the sensitive detectors and         -->
0012 <!--         the corresponding support structure(s)                         -->
0013 <!--                                                                        -->
0014 <!--                                                                        -->
0015 <!--   @author  M.Frank                                                     -->
0016 <!--   @date    14/11/2014                                                  -->
0017 <!--                                                                        -->
0018 <!-- ====================================================================== -->
0019 
0020 <lccdd>
0021 
0022   <info name="clic_sid_cdr"
0023         title="CLIC Silicon Detector CDR"
0024         author="Christian Grefe"
0025         url="https://twiki.cern.ch/twiki/bin/view/CLIC/ClicSidCdr"
0026         status="development"
0027         version="$Id: compact.xml 1374 2014-11-05 10:49:55Z markus.frank@cern.ch $">
0028     <comment>The compact format for the CLIC Silicon Detector used for the conceptual design report</comment>        
0029   </info>
0030 
0031   <includes>
0032     <gdmlFile  ref="elements.xml"/>
0033     <gdmlFile  ref="materials.xml"/>
0034   </includes>
0035   
0036   <define>
0037     <include ref="SiDConstants.xml"/>
0038   </define>
0039 
0040 
0041   <limits>
0042     <include ref="SiD_Limits.xml"/>
0043   </limits>
0044 
0045   <regions>
0046     <region name="SiTrackerBarrelRegion" eunit="MeV" lunit="mm" cut="0.001" threshold="0.001">
0047       <limitsetref name="SiTrackerBarrelRegionLimitSet"/>
0048     </region>
0049   </regions>
0050 
0051 
0052   <comment>Common Generic visualization attributes</comment>
0053   <display>
0054     <vis name="InvisibleNoDaughters"      showDaughters="false" visible="false"/>
0055     <vis name="InvisibleWithDaughters"    showDaughters="true" visible="false"/>
0056     <vis name="GreenVis"   alpha="1" r="0.0" g="1.0" b="0.0" showDaughters="true" visible="true"/>
0057     <vis name="RedVis"     alpha="1" r="1.0" g="0.0" b="0.0" showDaughters="true" visible="true"/>
0058     <vis name="BlueVis"    alpha="1" r="0.0" g="0.0" b="1.0" showDaughters="true" visible="true"/>
0059   </display>
0060 
0061   <comment>Additional design specific material definitions</comment>
0062   <include ref="SiD/SiD_Materials.xml"/>
0063 
0064   <comment>Tracking detectors</comment>
0065   <include ref="SiD/SiD_Vertex.xml"/>
0066   <include ref="SiD/SiD_Tracker.xml"/>
0067 
0068   <comment>Calorimeters</comment>
0069   <include ref="SiD/SiD_Ecal.xml"/>
0070   <include ref="SiD/SiD_Hcal.xml"/>
0071   <include ref="SiD/SiD_HcalPlug.xml"/>
0072   <include ref="SiD/SiD_Muon.xml"/>
0073   <include ref="SiD/SiD_Lumical.xml"/>
0074   <include ref="SiD/SiD_Beamcal.xml"/>
0075 
0076   <comment>Beampipe</comment>
0077   <include ref="SiD/SiD_Beampipe.xml"/>
0078   
0079   <comment>Dead material, supports and magnet</comment>
0080   <include ref="SiD/SiD_Shields.xml"/>
0081   <include ref="SiD/SiD_Solenoid.xml"/>
0082 
0083   <comment>Magnetic field</comment>
0084   <include ref="SiD/SiD_Field.xml"/>
0085 
0086 </lccdd>