]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - macros/DrawTrees.C
Update (Chiara)
[u/mrichter/AliRoot.git] / macros / DrawTrees.C
index 2ed4a8a406dfc5945efc06e6be032c888d8555cc..d9a85f020875f4c15d49e5157ec13cc09f85e697 100644 (file)
@@ -14,9 +14,9 @@ void DrawTrees()
    menu->AddButton("PHOS tree",    "((TGeant3*)gMC)->Gdtree(\"phos\")","Shows the Geant tree for the PHOS");
    menu->AddButton("PIPE tree",    "((TGeant3*)gMC)->Gdtree(\"QQMO\")","Shows the Geant tree for the PIPE");
    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("HMPID tree",    "((TGeant3*)gMC)->Gdtree(\"rich\")","Shows the Geant tree for the HMPID");
    menu->AddButton("SHIL tree",    "((TGeant3*)gMC)->Gdtree(\"YMOT\")","Shows the Geant tree for the SHIL");
-   menu->AddButton("START tree",    "((TGeant3*)gMC)->Gdtree(\"T0ST\")","Shows the Geant tree for the START");
+   menu->AddButton("T0 tree",    "((TGeant3*)gMC)->Gdtree(\"T0ST\")","Shows the Geant tree for the T0");
    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");