]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
New call to RICHHelp
authorjbarbosa <jbarbosa@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 17 Jan 2001 15:05:36 +0000 (15:05 +0000)
committerjbarbosa <jbarbosa@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 17 Jan 2001 15:05:36 +0000 (15:05 +0000)
RICH/RICHmenu.C

index e47ee72ff4a033ac9a7f11804eeab1aa9bf3d585..1e069422c8599c6b21a703be91fd3ecac5bf1f87 100644 (file)
@@ -17,7 +17,7 @@ RICHmenu(Int_t nev=1)
   char *str="\"Number of events %d\"";
   
    TControlBar *menu = new TControlBar("vertical","RICH menu");
-   menu->AddButton("      Help for RICH      ","RICHHelp()", "Explains how to use RICH menus");
+   menu->AddButton("      Help for RICH      ","gSystem->Exec(\"less RICHHelp.txt\");", "Explains how to use RICH menus");
    menu->AddButton("Configure",            "gSystem->Exec(\"rconfig\"); gSystem->Exit(0);","Configure the simulation");
    //menu->AddButton("Run",               "RICHInit(nev)","Process an Alice event - WARNING: Overwrites previous data file!");
    menu->AddButton("Run",               "gAlice->Run(events)","Process an Alice event - WARNING: Overwrites previous data file!");