]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - macros/DrawPictures.C
In DAs:
[u/mrichter/AliRoot.git] / macros / DrawPictures.C
index 693b7c80de7a39419378e86c61e15a4a4047b2c7..57ed459f7b031d57f91c9062582b1614275cbfa6 100644 (file)
@@ -14,10 +14,12 @@ void DrawPictures()
    menu->AddButton("PHOS shaded",  ".x DrawPHOS.C","Draw a shaded view of PHOS");
    menu->AddButton("PIPE shaded",  ".x DrawPIPE.C","Draw a shaded view of PIPE");
    menu->AddButton("PMD shaded",   ".x DrawPMD.C","Draw a shaded view of PMD");
-   menu->AddButton("RICH shaded",  ".x DrawRICH.C","Draw a shaded view of RICH");
+   menu->AddButton("HMPID shaded",  ".x DrawHMPID.C","Draw a shaded view of HMPID");
    menu->AddButton("SHIL shaded",  ".x DrawSHIL.C","Draw a shaded view of SHIL");
+   menu->AddButton("T0 shaded", ".x DrawT0.C","Draw a shaded view of T0");
    menu->AddButton("TOF shaded",   ".x DrawTOF.C","Draw a shaded view of TOF");
    menu->AddButton("TRD shaded",   ".x DrawTRD.C","Draw a shaded view of TRD");
    menu->AddButton("ZDC shaded",   ".x DrawZDC.C","Draw a shaded view of ZDC");
+   menu->AddButton("VZERO shaded", ".x DrawVZERO.C","Draw a shaded view of VZERO"); 
    menu->Show();
 }