void archi()
{
c1->Range(0, 0, 20.5, 26);
title->SetFillColor(46);
title->Draw();
TWbox *p1 =
new TWbox(7.8, 10, 13.2, 17, 11, 12, 1);
TWbox *p2 =
new TWbox(15.5, 10, 20, 17, 11, 12, 1);
TText *pro2 =
new TText(17.75, 15.8,
"Process 2");
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);
ar1.
DrawArrow(13.5, 14, 15, 14, 0.012,
"|>");
ar1.
DrawArrow(15.1, 13, 13.51, 13, 0.012,
"|>");
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);
ar1.
DrawArrow(2.5, 17.5, 2.5, 18.9, 0.012,
"|>");
ar1.
DrawArrow(5.5, 9.2, 5.5, 8.7, 0.012,
"|>");
ar1.
DrawArrow(5.5, 5, 5.5, 4.2, 0.012,
"|>");
ar1.
DrawArrow(8.5, 9.2, 8.5, 8.2, 0.012,
"|>");
ar1.
DrawArrow(9.5, 8.1, 9.5, 9.0, 0.012,
"|>");
ar1.
DrawArrow(6.5, 19, 6.5, 17.6, 0.012,
"|>");
ar1.
DrawArrow(8.5, 19, 8.5, 17.1, 0.012,
"|>");
ar1.
DrawArrow(11.5, 19, 11.5, 17.1, 0.012,
"|>");
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");
}
int Int_t
Signed integer 4 bytes (int).
float Float_t
Float 4 bytes (float).
virtual TArrow * DrawArrow(Double_t x1, Double_t y1, Double_t x2, Double_t y2, Float_t arrowsize=0, Option_t *option="")
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.
void Draw(Option_t *option="") override
Draw this pave with its current attributes.
virtual TText * AddText(Double_t x1, Double_t y1, const char *label)
virtual void SetBorderSize(Int_t bordersize=4)
Sets the border size of the TPave box and shadow.
A PaveText (see TPaveText) with several stacked paves.
void Draw(Option_t *option="") override
Draw this pavestext with its current attributes.
virtual TText * DrawText(Double_t x, Double_t y, const char *text)
void Draw(Option_t *option="") override
Draw this box with its current attributes.