12 c1->Range(0,-0.1,1,1.15);
16 Int_t branchcolor = 26;
18 Int_t basketcolor = 42;
19 Int_t offsetcolor = 43;
21 title->SetFillColor(16);
29 treePave->
AddText(
"fScanField");
30 treePave->
AddText(
"fMaxEventLoop");
31 treePave->
AddText(
"fMaxVirtualSize");
33 treePave->
AddText(
"fDimension");
34 treePave->
AddText(
"fSelectedRows");
78 firstevent->
AddText(
"First event of each basket");
79 firstevent->
AddText(
"Array of fMaxBaskets Integers");
93 offset->
AddText(
"Offset of events in fBuffer");
94 offset->
AddText(
"Array of fEventOffsetLen Integers");
95 offset->
AddText(
"(if variable length structure)");
99 buffer->
AddText(
"Basket buffer");
100 buffer->
AddText(
"Array of fBasketSize chars");
104 zipbuffer->
AddText(
"Basket compressed buffer");
105 zipbuffer->
AddText(
"(if compression)");
113 ar1.
DrawArrow(.21,.275,.39,.275,0.015,
"|>");
114 ar1.
DrawArrow(.23,.375,.39,.375,0.015,
"|>");
115 ar1.
DrawArrow(.25,.805,.39,.805,0.015,
"|>");
116 ar1.
DrawArrow(.50,.805,.59,.805,0.015,
"|>");
117 ar1.
DrawArrow(.70,.805,.79,.805,0.015,
"|>");
118 ar1.
DrawArrow(.50,.275,.59,.275,0.015,
"|>");
119 ar1.
DrawArrow(.70,.275,.79,.275,0.015,
"|>");
120 ar1.
DrawArrow(.45,.175,.54,.175,0.015,
"|>");
121 ar1.
DrawArrow(.43,.075,.54,.075,0.015,
"|>");
122 ar1.
DrawArrow(.41,-.025,.54,-.025,0.015,
"|>");
130 TText* pname =
new TText(.46,.21,
"fEventOffset");
135 pname->
DrawText(.42,.01,
"fZipBuffer");
136 pname->
DrawText(.26,.84,
"fLeaves = TObjArray of TLeaf");
137 pname->
DrawText(.24,.40,
"fBasketEvent");
138 pname->
DrawText(.22,.31,
"fBaskets = TObjArray of TBasket");
139 pname->
DrawText(.20,1.0,
"fBranches = TObjArray of TBranch");
144 ntleaf->
AddText(
"fLen: number of fixed elements");
145 ntleaf->
AddText(
"fLenType: number of bytes of data type");
146 ntleaf->
AddText(
"fOffset: relative to Leaf0-fAddress");
147 ntleaf->
AddText(
"fNbytesIO: number of bytes used for I/O");
148 ntleaf->
AddText(
"fIsPointer: True if pointer");
149 ntleaf->
AddText(
"fIsRange: True if leaf has a range");
150 ntleaf->
AddText(
"fIsUnsigned: True if unsigned");
151 ntleaf->
AddText(
"*fLeafCount: points to Leaf counter");
154 ntleaf->
AddText(
"fName = Leaf name");
155 ntleaf->
AddText(
"fTitle = Leaf type (see Type codes)");
158 type->SetTextAlign(12);
159 type->SetFillColor(leafcolor);
161 type->AddText(
"C : a character string");
162 type->AddText(
"B : an 8 bit signed integer");
163 type->AddText(
"b : an 8 bit unsigned integer");
164 type->AddText(
"S : a 16 bit signed short integer");
165 type->AddText(
"s : a 16 bit unsigned short integer");
166 type->AddText(
"I : a 32 bit signed integer");
167 type->AddText(
"i : a 32 bit unsigned integer");
168 type->AddText(
"F : a 32 bit floating point");
169 type->AddText(
"f : a 24 bit truncated float");
170 type->AddText(
"D : a 64 bit floating point");
171 type->AddText(
"d : a 24 bit truncated double");
172 type->AddText(
"TXXXX : a class name TXXXX");
183 ntbasket->
AddText(
"fNbytes: Size of compressed Basket");
184 ntbasket->
AddText(
"fObjLen: Size of uncompressed Basket");
185 ntbasket->
AddText(
"fDatime: Date/Time when written to store");
186 ntbasket->
AddText(
"fKeylen: Number of bytes for the key");
187 ntbasket->
AddText(
"fCycle : Cycle number");
188 ntbasket->
AddText(
"fSeekKey: Pointer to Basket on file");
189 ntbasket->
AddText(
"fSeekPdir: Pointer to directory on file");
190 ntbasket->
AddText(
"fClassName: 'TBasket'");
191 ntbasket->
AddText(
"fName: Branch name");
192 ntbasket->
AddText(
"fTitle: TreePave name");
195 ntbasket->
AddText(
"fNevBuf: Number of events in Basket");
196 ntbasket->
AddText(
"fLast: pointer to last used byte in Basket");
205 ntbranch->
AddText(
"fBasketSize");
206 ntbranch->
AddText(
"fEventOffsetLen");
207 ntbranch->
AddText(
"fMaxBaskets");
209 ntbranch->
AddText(
"fAddress of Leaf0");
212 ntbranch->
AddText(
"fName: Branchname");
213 ntbranch->
AddText(
"fTitle: leaflist");
220 basketstore->
AddText(
"Baskets");
221 basketstore->
AddText(
"Stores");
int Int_t
Signed integer 4 bytes (int).
externTBenchmark * gBenchmark
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 SetTextFont(Font_t tfont=62)
Set the text font.
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.
virtual TLine * AddLine(Double_t x1=0, Double_t y1=0, Double_t x2=0, Double_t y2=0)
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)
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)