17   TPad *
all = 
new TPad(
"all", 
"A Global view of NA49", 0.02, 0.02, 0.48, 0.82, 28);
 
   18   TPad *
tof = 
new TPad(
"tof", 
"One Time Of Flight element", 0.52, 0.02, 0.98, 0.82, 28);
 
R__EXTERN TBenchmark * gBenchmark
 
virtual void Start(const char *name)
Starts Benchmark with the specified name.
 
virtual void Show(const char *name)
Stops Benchmark name and Prints results.
 
A ROOT file is an on-disk file, usually with extension .root, that stores objects in a file-system-li...
 
The most important graphics class in the ROOT system.
 
A Pave (see TPave) with a text centered in the Pave.