]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Add function geom_its_dets() that displays the branches containing sensitive volumes.
authormtadel <mtadel@f7af4fe6-9843-0410-8265-dc069ae4e863>
Sun, 14 Feb 2010 15:30:34 +0000 (15:30 +0000)
committermtadel <mtadel@f7af4fe6-9843-0410-8265-dc069ae4e863>
Sun, 14 Feb 2010 15:30:34 +0000 (15:30 +0000)
EVE/alice-macros/geom_its.C

index 23b35c9693b6b29d5bf23b48f9b01273111cf245..f2b47df94453a668b0b843d65d16519ffb42075a 100644 (file)
@@ -64,3 +64,10 @@ void geom_its_ssd()
 
   gEve->Redraw3D();
 }
+
+void geom_its_dets()
+{
+  geom_its_spd();
+  geom_its_sdd();
+  geom_its_ssd();
+}