This macro generates with 2 views of the NA49 detector using the old obsolete geometry package. 
  
void na49view()
{
 
 
   TPad *
all = 
new TPad(
"all", 
"A Global view of NA49", 0.02, 0.02, 0.48, 0.82, 28);
 
   TPad *
tof = 
new TPad(
"tof", 
"One Time Of Flight element", 0.52, 0.02, 0.98, 0.82, 28);
 
   
      return;
 
 
   
   
   
   
   
   
   
   
   
   
}
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.
- Author
- Rene Brun 
Definition in file na49view.C.