ROOT  6.06/08
Reference Guide
Functions | Variables
entrylist_figure2.C File Reference

Go to the source code of this file.

Functions

c Range (0, 0, 1, 1)
 
c SetBorderSize (2)
 
c SetFrameFillColor (0)
 
pt SetFillColor (19)
 
pt SetTextColor (4)
 
pt Draw ()
 
pt SetBorderSize (1)
 
pt SetTextFont (42)
 
arrow SetFillColor (1)
 
arrow SetFillStyle (1001)
 

Variables

TPaveText * pt = new TPaveText(0.0026738,0.790055,0.417112,0.994475,"br")
 
TText * text = pt->AddText("TEntryList for a TChain")
 
TArrow * arrow = new TArrow(0.224,0.296703,0.4,0.296703,0.05,">")
 
return c
 

Function Documentation

§ Draw()

pt Draw ( )

§ Range()

c Range ( 0  ,
0  ,
1  ,
1   
)

§ SetBorderSize() [1/2]

c SetBorderSize ( 2  )

§ SetBorderSize() [2/2]

pt SetBorderSize ( 1  )

§ SetFillColor() [1/2]

pt SetFillColor ( 19  )

§ SetFillColor() [2/2]

arrow SetFillColor ( 1  )

§ SetFillStyle()

arrow SetFillStyle ( 1001  )

§ SetFrameFillColor()

c SetFrameFillColor ( 0  )

§ SetTextColor()

pt SetTextColor ( 4  )

§ SetTextFont()

pt SetTextFont ( 42  )

Variable Documentation

§ arrow

TArrow* arrow = new TArrow(0.224,0.296703,0.4,0.296703,0.05,">")

Definition at line 80 of file entrylist_figure2.C.

§ c

return c

Definition at line 84 of file entrylist_figure2.C.

§ pt

pt = new TPaveText(0.0026738,0.790055,0.417112,0.994475,"br")

Definition at line 9 of file entrylist_figure2.C.

§ text

text = pt->AddText("TEntryList for a TChain")

Definition at line 12 of file entrylist_figure2.C.