ROOT logo
void DrawTrees()
{
   TControlBar *menu = new TControlBar("vertical","DrawTrees menu");
   menu->AddButton("TPC tree",     "((TGeant3*)gMC)->Gdtree(\"tpc\")","Shows the Geant tree for the TPC");
   menu->AddButton("ITS tree",     "((TGeant3*)gMC)->Gdtree(\"ITSV\")","Shows the Geant tree for the ITS");
   menu->AddButton("CASTOR tree",  "((TGeant3*)gMC)->Gdtree(\"OCTA\")","Shows the Geant tree for the CASTOR");
   menu->AddButton("ABSO tree",    "((TGeant3*)gMC)->Gdtree(\"ABSM\")","Shows the Geant tree for the ABSO");
   menu->AddButton("DIPO tree",    "((TGeant3*)gMC)->Gdtree(\"DDIP\")","Shows the Geant tree for the DIPO");
   menu->AddButton("FMD tree",     "((TGeant3*)gMC)->Gdtree(\"IWR3\")","Shows the Geant tree for the FMD");
   menu->AddButton("FRAME tree",   "((TGeant3*)gMC)->Gdtree(\"BFMO\")","Shows the Geant tree for the FRAME");
   menu->AddButton("HALL tree",    "((TGeant3*)gMC)->Gdtree(\"HUWA\")","Shows the Geant tree for the HALL");
   menu->AddButton("MAG tree",     "((TGeant3*)gMC)->Gdtree(\"L3MO\")","Shows the Geant tree for the MAG");
   menu->AddButton("MUON tree",    "((TGeant3*)gMC)->Gdtree(\"CH1A\")","Shows the Geant tree for the MUON");
   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("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("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");
   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();
}



 DrawTrees.C:1
 DrawTrees.C:2
 DrawTrees.C:3
 DrawTrees.C:4
 DrawTrees.C:5
 DrawTrees.C:6
 DrawTrees.C:7
 DrawTrees.C:8
 DrawTrees.C:9
 DrawTrees.C:10
 DrawTrees.C:11
 DrawTrees.C:12
 DrawTrees.C:13
 DrawTrees.C:14
 DrawTrees.C:15
 DrawTrees.C:16
 DrawTrees.C:17
 DrawTrees.C:18
 DrawTrees.C:19
 DrawTrees.C:20
 DrawTrees.C:21
 DrawTrees.C:22
 DrawTrees.C:23
 DrawTrees.C:24
 DrawTrees.C:25
 DrawTrees.C:26
 DrawTrees.C:27
 DrawTrees.C:28
 DrawTrees.C:29
 DrawTrees.C:30