]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - macros/DrawTrees.C
removing commented lines and header from tchain
[u/mrichter/AliRoot.git] / macros / DrawTrees.C
index 4ed71f2bfd264732db97e7d696f2c381569c5aee..2ed4a8a406dfc5945efc06e6be032c888d8555cc 100644 (file)
@@ -16,8 +16,14 @@ 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(\"T0ST\")","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->AddButton("V0R tree", "((TGeant3*)gMC)->Gdtree(\"V0RI\")","Shows the Geant tree for the V0R");
+   menu->AddButton("V0L tree", "((TGeant3*)gMC)->Gdtree(\"V0LE\")","Shows the Geant tree for the V0L");
    menu->Show();
 }
+
+
+