15 c1->Range(0,-0.25,21,14);
22 file->SetFillColor(11);
38 ldot->
DrawLine(11.3, 8.5, 19.5, 6.5);
43 arrow->SetFillStyle(1001);
47 arrow->DrawArrow( 10.6,8, 10.6, 8.4,0.01,
"|>");
50 arrow->DrawArrow( 14.6,11.5, 14.6,11.1,0.01,
"|>");
60 vert->
DrawText(2.9, 9.75,
"Logical Record");
62 vert->
DrawText(7.3, 9.75,
"Logical Record");
64 vert->
DrawText(10.9,9.75,
"Logical Record");
66 vert->
DrawText(14.9,9.75,
"Logical Record");
77 TText *tbig =
new TText(17,9.75,
"............");
83 arrow->DrawArrow( 2.6,7, 2.6,8.4,0.01,
"|>");
84 arrow->DrawArrow( 20,7, 20,8.4,0.01,
"|>");
97 header->
AddText(
"\"root\": Root File Identifier");
98 header->
AddText(
"fVersion: File version identifier");
99 header->
AddText(
"fBEGIN: Pointer to first data record");
100 header->
AddText(
"fEND: Pointer to first free word at EOF");
101 header->
AddText(
"fSeekFree: Pointer to FREE data record");
102 header->
AddText(
"fNbytesFree: Number of bytes in FREE");
103 header->
AddText(
"fNfree: Number of free data records");
104 header->
AddText(
"fNbytesName: Number of bytes in name/title");
105 header->
AddText(
"fUnits: Number of bytes for pointers");
106 header->
AddText(
"fCompress: Compression level");
112 TText *tlrh = lrecord->
AddText(
"Logical Record Header (TKEY)");
119 lrecord->
AddText(
"fNbytes: Length of compressed object");
120 lrecord->
AddText(
"fVersion: Key version identifier");
121 lrecord->
AddText(
"fObjLen: Length of uncompressed object");
122 lrecord->
AddText(
"fDatime: Date/Time when written to store");
123 lrecord->
AddText(
"fKeylen: Number of bytes for the key");
124 lrecord->
AddText(
"fCycle : Cycle number");
125 lrecord->
AddText(
"fSeekKey: Pointer to object on file");
126 lrecord->
AddText(
"fSeekPdir: Pointer to directory on file");
127 lrecord->
AddText(
"fClassName: class name of the object");
128 lrecord->
AddText(
"fName: name of the object");
129 lrecord->
AddText(
"fTitle: title of the object");
Draw all kinds of Arrows.
virtual void SetFillColor(Color_t fcolor)
Set the fill area color.
virtual void SetLineStyle(Style_t lstyle)
Set the line style.
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.
Use the TLine constructor to create a simple line.
virtual TLine * DrawLine(Double_t x1, Double_t y1, Double_t x2, Double_t y2)
Draw this line with new coordinates.
virtual void Draw(Option_t *option="")
Default Draw method for all objects.
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.
virtual TLine * AddLine(Double_t x1=0, Double_t y1=0, Double_t x2=0, Double_t y2=0)
Add a new graphics line to this pavetext.
void Draw(Option_t *option="") override
Draw this pavetext with its current attributes.
A TBox with a bordersize and a shadow option.
void Draw(Option_t *option="") override
Draw this pave with its current attributes.
virtual TPave * DrawPave(Double_t x1, Double_t y1, Double_t x2, Double_t y2, Int_t bordersize=4, Option_t *option="br")
Draw this pave with new coordinates.
Base class for several text objects.
virtual TText * DrawText(Double_t x, Double_t y, const char *text)
Draw this text with new coordinates.
void Print(Option_t *option="") const override
Dump this text with its attributes.