c1->Range(0,-0.1,1,1.15);
treePave->
AddText(
"fMaxEventLoop");
treePave->
AddText(
"fMaxVirtualSize");
treePave->
AddText(
"fSelectedRows");
firstevent->
AddText(
"First event of each basket");
firstevent->
AddText(
"Array of fMaxBaskets Integers");
offset->
AddText(
"Offset of events in fBuffer");
offset->
AddText(
"Array of fEventOffsetLen Integers");
offset->
AddText(
"(if variable length structure)");
buffer->
AddText(
"Array of fBasketSize chars");
zipbuffer->
AddText(
"Basket compressed buffer");
zipbuffer->
AddText(
"(if compression)");
ar1->
DrawArrow(.21,.275,.39,.275,0.015,
"|>");
ar1->
DrawArrow(.23,.375,.39,.375,0.015,
"|>");
ar1->
DrawArrow(.25,.805,.39,.805,0.015,
"|>");
ar1->
DrawArrow(.50,.805,.59,.805,0.015,
"|>");
ar1->
DrawArrow(.70,.805,.79,.805,0.015,
"|>");
ar1->
DrawArrow(.50,.275,.59,.275,0.015,
"|>");
ar1->
DrawArrow(.70,.275,.79,.275,0.015,
"|>");
ar1->
DrawArrow(.45,.175,.54,.175,0.015,
"|>");
ar1->
DrawArrow(.43,.075,.54,.075,0.015,
"|>");
ar1->
DrawArrow(.41,-.025,.54,-.025,0.015,
"|>");
pname->
DrawText(.26,.84,
"fLeaves = TObjArray of TLeaf");
pname->
DrawText(.24,.40,
"fBasketEvent");
pname->
DrawText(.22,.31,
"fBaskets = TObjArray of TBasket");
pname->
DrawText(.20,1.0,
"fBranches = TObjArray of TBranch");
ntleaf->
AddText(
"fLen: number of fixed elements");
ntleaf->
AddText(
"fLenType: number of bytes of data type");
ntleaf->
AddText(
"fOffset: relative to Leaf0-fAddress");
ntleaf->
AddText(
"fNbytesIO: number of bytes used for I/O");
ntleaf->
AddText(
"fIsPointer: True if pointer");
ntleaf->
AddText(
"fIsRange: True if leaf has a range");
ntleaf->
AddText(
"fIsUnsigned: True if unsigned");
ntleaf->
AddText(
"*fLeafCount: points to Leaf counter");
ntleaf->
AddText(
"fName = Leaf name");
ntleaf->
AddText(
"fTitle = Leaf type (see Type codes)");
type->SetFillColor(leafcolor);
type->AddText(
"C : a character string");
type->AddText(
"B : an 8 bit signed integer");
type->AddText(
"b : an 8 bit unsigned integer");
type->AddText(
"S : a 16 bit signed short integer");
type->AddText(
"s : a 16 bit unsigned short integer");
type->AddText(
"I : a 32 bit signed integer");
type->AddText(
"i : a 32 bit unsigned integer");
type->AddText(
"F : a 32 bit floating point");
type->AddText(
"f : a 24 bit truncated float");
type->AddText(
"D : a 64 bit floating point");
type->AddText(
"d : a 24 bit truncated double");
type->AddText(
"TXXXX : a class name TXXXX");
ntbasket->
AddText(
"fNbytes: Size of compressed Basket");
ntbasket->
AddText(
"fObjLen: Size of uncompressed Basket");
ntbasket->
AddText(
"fDatime: Date/Time when written to store");
ntbasket->
AddText(
"fKeylen: Number of bytes for the key");
ntbasket->
AddText(
"fCycle : Cycle number");
ntbasket->
AddText(
"fSeekKey: Pointer to Basket on file");
ntbasket->
AddText(
"fSeekPdir: Pointer to directory on file");
ntbasket->
AddText(
"fClassName: 'TBasket'");
ntbasket->
AddText(
"fName: Branch name");
ntbasket->
AddText(
"fTitle: TreePave name");
ntbasket->
AddText(
"fNevBuf: Number of events in Basket");
ntbasket->
AddText(
"fLast: pointer to last used byte in Basket");
ntbranch->
AddText(
"fEventOffsetLen");
ntbranch->
AddText(
"fAddress of Leaf0");
ntbranch->
AddText(
"fName: Branchname");
ntbranch->
AddText(
"fTitle: leaflist");
}
R__EXTERN TBenchmark * gBenchmark
Draw all kinds of Arrows.
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 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.
virtual void Start(const char *name)
Starts Benchmark with the specified name.
virtual void Show(const char *name)
Stops Benchmark name and Prints results.
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.
virtual void Draw(Option_t *option="")
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 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.
A PaveText (see TPaveText) with several stacked paves.
virtual void Draw(Option_t *option="")
Draw this pavestext with its current attributes.
Base class for several text objects.
virtual TText * DrawText(Double_t x, Double_t y, const char *text)
Draw this text with new coordinates.