void archi() {
 
 
 
 
 
 
 
   TWbox *stub1 = 
new TWbox(12.9,11.5,13.6,15.5,49,3,1);
 
   TWbox *stub2 = 
new TWbox(15.1,11.5,15.8,15.5,49,3,1);
 
 
   cint->
AddText(
"and program builder");
 
   command->
AddText(
"Command Thread");
 
   view->
AddText(
"Inspector/Browser");
 
 
 
   printed->
AddText(
"from HTML files");
 
 
   TBox *box1 = 
new TBox(0.2,9.2,14.25,17.8);
 
 
   TBox *box2 = 
new TBox(10.2,18.7,20.2,23.6);
 
 
 
 
 
   TPad *pio = 
new TPad(
"pio",
"pio",0.37,0.02,0.95,0.31,49);
 
   for (
Int_t j=1;j<9;j++) {
 
      for (
Int_t i=1;i<5;i++) {
 
      }
   }
 
   
   daq.
DrawText(10.,7.3,
"Physics Analysis");
 
 
}
Option_t Option_t TPoint TPoint const char x1
 
Option_t Option_t TPoint TPoint const char y1
 
Draw all kinds of Arrows.
 
virtual TArrow * DrawArrow(Double_t x1, Double_t y1, Double_t x2, Double_t y2, Float_t arrowsize=0, Option_t *option="")
Draw this arrow with new coordinates.
 
virtual void SetFillColor(Color_t fcolor)
Set the fill area color.
 
virtual void SetFillStyle(Style_t fstyle)
Set the fill area style.
 
virtual void SetLineStyle(Style_t lstyle)
Set the line style.
 
virtual void SetLineWidth(Width_t lwidth)
Set the line width.
 
virtual void SetLineColor(Color_t lcolor)
Set the line color.
 
virtual void SetTextAlign(Short_t align=11)
Set the text alignment.
 
virtual void SetTextAngle(Float_t tangle=0)
Set the text angle.
 
virtual void SetTextSize(Float_t tsize=1)
Set the text size.
 
void Draw(Option_t *option="") override
Draw this box with its current attributes.
 
virtual void Draw(Option_t *option="")
Default Draw method for all objects.
 
The most important graphics class in the ROOT system.
 
void Range(Double_t x1, Double_t y1, Double_t x2, Double_t y2) override
Set world coordinate system for the pad.
 
TVirtualPad * cd(Int_t subpadnumber=0) override
Set Current pad.
 
void Draw(Option_t *option="") override
Draw Pad in Current pad (re-parent pad if necessary).
 
A Pave (see TPave) with a text centered in the Pave.
 
void Draw(Option_t *option="") override
Draw this pavelabel with its current attributes.
 
A Pave (see TPave) with text, lines or/and boxes inside.
 
virtual TText * AddText(Double_t x1, Double_t y1, const char *label)
Add a new Text line to this pavetext at given coordinates.
 
void Draw(Option_t *option="") override
Draw this pavetext with its current attributes.
 
virtual void SetBorderSize(Int_t bordersize=4)
 
A PaveText (see TPaveText) with several stacked paves.
 
void Draw(Option_t *option="") override
Draw this pavestext with its current attributes.
 
Base class for several text objects.
 
virtual TText * DrawText(Double_t x, Double_t y, const char *text)
Draw this text with new coordinates.
 
A TBox with a bordersize and a bordermode.
 
void Draw(Option_t *option="") override
Draw this wbox with its current attributes.