17 bar =
new TControlBar(
"vertical",
"STAR Demos",600,400);
19 bar->AddButton(
"Create STAF \"particle\" table",
".x CallMevSaveXDF.cxx",
"Click it to create a new XDF file and fill it with \"mevsim\" STAF ,module");
20 bar->AddButton(
"Plot histogram",
".x MakeHists.cxx",
"Read XDF file with \"particle\" table and plot some histograms");
21 bar->AddButton(
"Make analysis",
".x par_anal.cxx",
"Another example of the analysis of the \"particle\" table");
22 bar->AddButton(
"Big Full Chain",
".x bfc.C",
"An example of production chain (1 event only)");
23 bar->AddButton(
"Multiple dst analysis",
".x ana.C",
"An example of multiple dst files analysis");
26 printf(
"Look for the new ROOT control bar window and pop it up !!!\n");