Skip to content
Snippets Groups Projects
Commit 3480bd9e authored by Frank Gaede's avatar Frank Gaede
Browse files

- added tube envelope shape to NestedDetector example

   -> for debugging:
     - envelope is not visible in teveDisplay !
     - envelope is visible in geoDisplay but transparency is ignored ...
parent 1f87abb6
No related branches found
No related tags found
No related merge requests found
......@@ -43,11 +43,14 @@
<vis name="InvisibleNoDaughters" showDaughters="false" visible="false"/>
<vis name="InvisibleWithDaughters" showDaughters="true" visible="false"/>
<vis name="BlueVis" alpha="1" r="0.0" g="0.0" b="1.0" showDaughters="true" visible="true"/>
<vis name="BlueVisTrans" alpha="0.1" r="0.0" g="0.0" b="1.0" showDaughters="true" visible="true"/>
</display>
<comment>Tracking detectors</comment>
<detectors>
<detector id="99" name="SiTrackers" type="DD4hep_SubdetectorAssembly" vis="BlueVis">
<detector id="99" name="SiTrackers" type="DD4hep_SubdetectorAssembly" vis="BlueVisTrans">
<shape name="SiTrackersEnv" type="Tube" rmin="0*mm" rmax="2500*mm" dz="2200*mm" material="Air">
</shape>
<comment>Silicon Tracker Assembly</comment>
<composite name="SiTrackerBarrel"/>
<composite name="SiVertexBarrel"/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment