Warning, /DD4hep/DDDetectors/compact/SiD/SiD_Muon.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 <!-- Definition of global dictionary constants -->
0022 <define>
0023 </define>
0024
0025 <!-- Definition of the used visualization attributes -->
0026 <display>
0027 <vis name="MuonBarrelVis" alpha="1" r="1" g="0.4" b="0.62" showDaughters="true" visible="true"/>
0028 <vis name="MuonStavesVis" alpha="1" r="0" g="0.7" b="0.3" showDaughters="true" visible="true"/>
0029 <vis name="MuonLayerVis" alpha="1" r="0" g="1" b="0.3" showDaughters="true" visible="true"/>
0030 <vis name="MuonSensorVis" alpha="1" r="0.54" g="0.4" b="0.41" visible="true"/>
0031 <vis name="MuonAbsorberVis" alpha="1" r="0.28" g="0.4" b="0.62" visible="true"/>
0032
0033 <vis name="MuonEndcapVis" alpha="1" r="1" g="0.4" b="0.62" showDaughters="true" visible="true"/>
0034 <vis name="MuonEndcapLayerVis" alpha="1" r="0" g="1" b="0.3" showDaughters="true" visible="true"/>
0035 <vis name="MuonEndcapSensorVis" alpha="1" r="0.54" g="0.4" b="0.41" visible="true"/>
0036 <vis name="MuonEndcapAbsorberVis" alpha="1" r="0.28" g="0.4" b="0.62" visible="true"/>
0037 </display>
0038
0039 <!-- Definition of the readout segmentation/definition -->
0040 <readouts>
0041 <readout name="MuonBarrelHits">
0042 <segmentation type="CartesianGridXY" grid_size_x="3.0*cm" grid_size_y="3.0*cm" />
0043 <id>system:8,barrel:3,module:4,layer:8,slice:5,x:32:-16,y:-16</id>
0044 </readout>
0045 <readout name="MuonEndcapHits">
0046 <segmentation type="CartesianGridXY" grid_size_x="3.0*cm" grid_size_y="3.0*cm" />
0047 <id>system:8,barrel:3,module:4,layer:8,slice:5,x:32:-16,y:-16</id>
0048 </readout>
0049 </readouts>
0050
0051 <!-- Includes for sensitives and support -->
0052 <include ref="SiD_MuonBarrel.xml"/>
0053 <include ref="SiD_MuonEndcap.xml"/>
0054
0055 </lccdd>