]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
START added
authorhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 20 Sep 2000 10:31:28 +0000 (10:31 +0000)
committerhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 20 Sep 2000 10:31:28 +0000 (10:31 +0000)
macros/DrawPictures.C
macros/DrawTrees.C

index 693b7c80de7a39419378e86c61e15a4a4047b2c7..46ee82f579d9e8c41fb992e4aeffeaa1035a1dc9 100644 (file)
@@ -16,6 +16,7 @@ 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("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");
index 4ed71f2bfd264732db97e7d696f2c381569c5aee..acab79171b4083da596c1e7383f2fb054e1f5c3f 100644 (file)
@@ -16,8 +16,12 @@ void DrawTrees()
    menu->AddButton("PMD tree",     "((TGeant3*)gMC)->Gdtree(\"DPMD\")","Shows the Geant tree for the PMD");
    menu->AddButton("RICH tree",    "((TGeant3*)gMC)->Gdtree(\"rich\")","Shows the Geant tree for the RICH");
    menu->AddButton("SHIL tree",    "((TGeant3*)gMC)->Gdtree(\"YMOT\")","Shows the Geant tree for the SHIL");
+   menu->AddButton("START tree",    "((TGeant3*)gMC)->Gdtree(\"STRT\")","Shows the Geant tree for the START");
    menu->AddButton("TOF tree",     "((TGeant3*)gMC)->Gdtree(\"FBAR\")","Shows the Geant tree for the TOF");
    menu->AddButton("TRD tree",     "((TGeant3*)gMC)->Gdtree(\"trd\")","Shows the Geant tree for the TRD");
    menu->AddButton("ZDC tree",     "((TGeant3*)gMC)->Gdtree(\"zdc\")","Shows the Geant tree for the ZDC");
    menu->Show();
 }
+
+
+