18 const char *current =
gROOT->GetMacroPath();
22 bar->
AddButton(
"Help Demos",
".x demoshelp.C",
"Click Here For Help on Running the Demos");
23 bar->
AddButton(
"browser",
"new TBrowser;",
"Start the ROOT Browser");
24 bar->
AddButton(
"framework",
".x graphics/framework.C",
"An Example of Object Oriented User Interface");
25 bar->
AddButton(
"first",
".x graphics/first.C",
"An Example of Slide with Root");
26 bar->
AddButton(
"hsimple",
".x hsimple.C",
"An Example Creating Histograms/Ntuples on File");
27 bar->
AddButton(
"hsum",
".x hist/hsum.C",
"Filling Histograms and Some Graphics Options");
28 bar->
AddButton(
"formula1",
".x graphics/formula1.C",
"Simple Formula and Functions");
29 bar->
AddButton(
"surfaces",
".x graphs/surfaces.C",
"Surface Drawing Options");
30 bar->
AddButton(
"fillrandom",
".x hist/fillrandom.C",
"Histograms with Random Numbers from a Function");
31 bar->
AddButton(
"fit1",
".x fit/fit1.C",
"A Simple Fitting Example");
32 bar->
AddButton(
"multifit",
".x fit/multifit.C",
"Fitting in Subranges of Histograms");
33 bar->
AddButton(
"h1draw",
".x hist/h1draw.C",
"Drawing Options for 1D Histograms");
34 bar->
AddButton(
"graph",
".x graphs/graph.C",
"Example of a Simple Graph");
35 bar->
AddButton(
"gerrors",
".x graphs/gerrors.C",
"Example of a Graph with Error Bars");
36 bar->
AddButton(
"tornado",
".x graphics/tornado.C",
"Examples of 3-D PolyMarkers");
37 bar->
AddButton(
"shapes",
".x geom/shapes.C",
"The Geometry Shapes");
38 bar->
AddButton(
"geometry",
".x geom/geometry.C",
"Creation of the NA49 Geometry File");
39 bar->
AddButton(
"na49view",
".x geom/na49view.C",
"Two Views of the NA49 Detector Geometry");
40 bar->
AddButton(
"file",
".x io/file.C",
"The ROOT File Format");
41 bar->
AddButton(
"fildir",
".x io/fildir.C",
"The ROOT File, Directories and Keys");
42 bar->
AddButton(
"tree",
".x tree/tree.C",
"The Tree Data Structure");
43 bar->
AddButton(
"ntuple1",
".x tree/ntuple1.C",
"Ntuples and Selections");
44 bar->
AddButton(
"rootmarks",
".x rootmarks.C",
"Prints an Estimated ROOTMARKS for Your Machine");
void Show()
Show control bar.
void AddButton(TControlBarButton *button)
Add button.
A Control Bar is a fully user configurable tool which provides fast access to frequently used operati...
TString & ReplaceAll(const TString &s1, const TString &s2)
virtual const char * UnixPathName(const char *unixpathname)
Convert from a Unix pathname to a local pathname.
void SetButtonWidth(UInt_t width)
Sets the width in pixels for control bar button.
R__EXTERN TSystem * gSystem
char * Form(const char *fmt,...)
const char * Data() const