Skip to content
Snippets Groups Projects

Fixed the compound detector which needs to be first.

Merged Whitney Armstrong requested to merge subdet into master
2 files
+ 22
21
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 11
10
@@ -134,6 +134,17 @@
<detectors>
<detector id="SiTrackerSubAssembly_ID"
name="SiTrackerSubAssembly"
type="DD4hep_SubdetectorAssembly"
vis="SiTrackerSubAssemblyVis">
<!--<shape name="SiTrackerVolume" type="Tube" rmin="SiliconTrackerMinR1" rmax="SiliconTrackerOuterRadius" dz="SiliconTrackerOuterBarrelLength/2.0 + 6*SiliconTrackerEndMod3RingDz" material="Air"/>
-->
<composite name="SiTrackerEndcapN"/>
<composite name="SiTrackerBarrel"/>
<composite name="SiTrackerEndcapP"/>
</detector>
<comment>
Si Tracker Barrel
Thiks barrel type was modified to have large modules.
@@ -846,16 +857,6 @@
</layer>
</detector>
<detector id="SiTrackerSubAssembly_ID"
name="SiTrackerSubAssembly"
type="DD4hep_SubdetectorAssembly"
vis="SiTrackerSubAssemblyVis">
<!--<shape name="SiTrackerVolume" type="Tube" rmin="SiliconTrackerMinR1" rmax="SiliconTrackerOuterRadius" dz="SiliconTrackerOuterBarrelLength/2.0 + 6*SiliconTrackerEndMod3RingDz" material="Air"/>
-->
<composite name="SiTrackerEndcapN"/>
<composite name="SiTrackerBarrel"/>
<composite name="SiTrackerEndcapP"/>
</detector>
</detectors>
<readouts>
Loading