]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - macros/DrawPictures.C
VZERO added.
[u/mrichter/AliRoot.git] / macros / DrawPictures.C
index 46ee82f579d9e8c41fb992e4aeffeaa1035a1dc9..03d8b51c30535084609b0ac8f5dd09bb6785b02f 100644 (file)
@@ -16,9 +16,10 @@ void DrawPictures()
    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("SHIL shaded",  ".x DrawSHIL.C","Draw a shaded view of SHIL");
-   menu->AddButton("START shaded",  ".x DrawSTART.C","Draw a shaded view of START");
+   menu->AddButton("START shaded", ".x DrawSTART.C","Draw a shaded view of START");
    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();
 }