This macro displays the ROOT architecture.
More...
Go to the source code of this file.
This macro displays the ROOT architecture.
void archi() {
TCanvas *c1 =
new TCanvas(
"c1",
"Dictionary Architecture",20,10,750,930);
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);
ar1->
DrawArrow(2.5,17.5,2.5,18.9,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");
}
- Author
- Rene Brun
Definition in file archi.C.