X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=macros%2FDrawTrees.C;h=d9a85f020875f4c15d49e5157ec13cc09f85e697;hb=d12b3d70f0ce8a0eedc91caf89cd568d36b3384a;hp=38ff02b68819f1b540050599554ebff48fcc2ad5;hpb=de1857bbe67225808c57162b0e1e6db714ea55d7;p=u%2Fmrichter%2FAliRoot.git diff --git a/macros/DrawTrees.C b/macros/DrawTrees.C index 38ff02b6881..d9a85f02087 100644 --- a/macros/DrawTrees.C +++ b/macros/DrawTrees.C @@ -16,7 +16,7 @@ void DrawTrees() menu->AddButton("PMD tree", "((TGeant3*)gMC)->Gdtree(\"DPMD\")","Shows the Geant tree for the PMD"); 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");