]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - macros/DrawTrees.C
return Int_t instead of "const Int_t" from GetRecPointsInRun().
[u/mrichter/AliRoot.git] / macros / DrawTrees.C
index 0329b4bec308381d326a45748b51dc33899e182f..2ed4a8a406dfc5945efc06e6be032c888d8555cc 100644 (file)
@@ -20,6 +20,8 @@ void DrawTrees()
    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();
 }