13 c1->
Range(0,-0.1,1,1.15);
17 Int_t branchcolor = 26;
19 Int_t basketcolor = 42;
20 Int_t offsetcolor = 43;
30 treePave->
AddText(
"fScanField");
31 treePave->
AddText(
"fMaxEventLoop");
32 treePave->
AddText(
"fMaxVirtualSize");
34 treePave->
AddText(
"fDimension");
35 treePave->
AddText(
"fSelectedRows");
79 firstevent->
AddText(
"First event of each basket");
80 firstevent->
AddText(
"Array of fMaxBaskets Integers");
94 offset->
AddText(
"Offset of events in fBuffer");
95 offset->
AddText(
"Array of fEventOffsetLen Integers");
96 offset->
AddText(
"(if variable length structure)");
100 buffer->
AddText(
"Basket buffer");
101 buffer->
AddText(
"Array of fBasketSize chars");
105 zipbuffer->
AddText(
"Basket compressed buffer");
106 zipbuffer->
AddText(
"(if compression)");
114 ar1->
DrawArrow(.21,.275,.39,.275,0.015,
"|>");
115 ar1->
DrawArrow(.23,.375,.39,.375,0.015,
"|>");
116 ar1->
DrawArrow(.25,.775,.39,.775,0.015,
"|>");
117 ar1->
DrawArrow(.50,.775,.59,.775,0.015,
"|>");
118 ar1->
DrawArrow(.70,.775,.79,.775,0.015,
"|>");
119 ar1->
DrawArrow(.50,.275,.59,.275,0.015,
"|>");
120 ar1->
DrawArrow(.70,.275,.79,.275,0.015,
"|>");
121 ar1->
DrawArrow(.45,.175,.54,.175,0.015,
"|>");
122 ar1->
DrawArrow(.43,.075,.54,.075,0.015,
"|>");
123 ar1->
DrawArrow(.41,-.025,.54,-.025,0.015,
"|>");
131 TText* pname =
new TText(.46,.21,
"fEventOffset");
136 pname->
DrawText(.42,.01,
"fZipBuffer");
137 pname->
DrawText(.26,.81,
"fLeaves = TObjArray of TLeaf");
138 pname->
DrawText(.24,.40,
"fBasketEvent");
139 pname->
DrawText(.22,.31,
"fBaskets = TObjArray of TBasket");
140 pname->
DrawText(.20,1.0,
"fBranches = TObjArray of TBranch");
145 ntleaf->
AddText(
"fLen: number of fixed elements");
146 ntleaf->
AddText(
"fLenType: number of bytes of data type");
147 ntleaf->
AddText(
"fOffset: relative to Leaf0-fAddress");
148 ntleaf->
AddText(
"fNbytesIO: number of bytes used for I/O");
149 ntleaf->
AddText(
"fIsPointer: True if pointer");
150 ntleaf->
AddText(
"fIsRange: True if leaf has a range");
151 ntleaf->
AddText(
"fIsUnsigned: True if unsigned");
152 ntleaf->
AddText(
"*fLeafCount: points to Leaf counter");
155 ntleaf->
AddText(
"fName = Leaf name");
156 ntleaf->
AddText(
"fTitle = Leaf type (see Type codes)");
162 type->
AddText(
"C : a character string");
163 type->
AddText(
"B : an 8 bit signed integer");
164 type->
AddText(
"b : an 8 bit unsigned integer");
165 type->
AddText(
"S : a 16 bit signed short integer");
166 type->
AddText(
"s : a 16 bit unsigned short integer");
167 type->
AddText(
"I : a 32 bit signed integer");
168 type->
AddText(
"i : a 32 bit unsigned integer");
169 type->
AddText(
"F : a 32 bit floating point");
170 type->
AddText(
"D : a 64 bit floating point");
171 type->
AddText(
"TXXXX : a class name TXXXX");
182 ntbasket->
AddText(
"fNbytes: Size of compressed Basket");
183 ntbasket->
AddText(
"fObjLen: Size of uncompressed Basket");
184 ntbasket->
AddText(
"fDatime: Date/Time when written to store");
185 ntbasket->
AddText(
"fKeylen: Number of bytes for the key");
186 ntbasket->
AddText(
"fCycle : Cycle number");
187 ntbasket->
AddText(
"fSeekKey: Pointer to Basket on file");
188 ntbasket->
AddText(
"fSeekPdir: Pointer to directory on file");
189 ntbasket->
AddText(
"fClassName: 'TBasket'");
190 ntbasket->
AddText(
"fName: Branch name");
191 ntbasket->
AddText(
"fTitle: TreePave name");
194 ntbasket->
AddText(
"fNevBuf: Number of events in Basket");
195 ntbasket->
AddText(
"fLast: pointer to last used byte in Basket");
204 ntbranch->
AddText(
"fBasketSize");
205 ntbranch->
AddText(
"fEventOffsetLen");
206 ntbranch->
AddText(
"fMaxBaskets");
208 ntbranch->
AddText(
"fAddress of Leaf0");
211 ntbranch->
AddText(
"fName: Branchname");
212 ntbranch->
AddText(
"fTitle: leaflist");
219 basketstore->
AddText(
"Baskets");
220 basketstore->
AddText(
"Stores");
virtual void SetLineWidth(Width_t lwidth)
Set the line width.
virtual void Draw(Option_t *option="")
Draw this pavetext with its current attributes.
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.
virtual void 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 TText * AddText(Double_t x1, Double_t y1, const char *label)
Add a new Text line to this pavetext at given coordinates.
virtual TLine * DrawLine(Double_t x1, Double_t y1, Double_t x2, Double_t y2)
Draw this line with new coordinates.
virtual void Show(const char *name)
Stops Benchmark name and Prints results.
virtual void Draw(Option_t *option="")
Default Draw method for all objects.
virtual void SetFillStyle(Style_t fstyle)
Set the fill area style.
virtual void Draw(Option_t *option="")
Draw this pavestext with its current attributes.
virtual void SetTextFont(Font_t tfont=62)
Set the text font.
virtual void Start(const char *name)
Starts Benchmark with the specified name.
const char * GetTitle() const
Returns title of object.
Base class for several text objects.
virtual void SetTextAlign(Short_t align=11)
Set the text alignment.
A Pave (see TPave) with a text centered in the Pave.
virtual void SetLineColor(Color_t lcolor)
Set the line color.
virtual void SetFillColor(Color_t fcolor)
Set the fill area color.
virtual void Range(Double_t x1, Double_t y1, Double_t x2, Double_t y2)
Set world coordinate system for the pad.
R__EXTERN TBenchmark * gBenchmark
A Pave (see TPave) with text, lines or/and boxes inside.
virtual void Draw(Option_t *option="")
Draw this pavelabel with its current attributes.
virtual void SetLineStyle(Style_t lstyle)
Set the line style.
virtual TText * DrawText(Double_t x, Double_t y, const char *text)
Draw this text with new coordinates.
virtual void SetTextSize(Float_t tsize=1)
Set the text size.
virtual void Update()
Update canvas pad buffers.
Draw all kinds of Arrows.
A PaveText (see TPaveText) with several stacked paves.