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

TPaveTextpt = new TPaveText(0.0026738,0.790055,0.417112,0.994475,"br")
 
TTexttext = pt->AddText("TEntryList for a TChain")
 
TArrowarrow = new TArrow(0.224,0.296703,0.4,0.296703,0.05,">")
 
return c
 

Function Documentation

§ Draw()

pt Draw ( )

§ Range()

c Range ( ,
,
,
 
)

§ SetBorderSize() [1/2]

c SetBorderSize ( )

§ SetBorderSize() [2/2]

pt SetBorderSize ( )

§ SetFillColor() [1/2]

pt SetFillColor ( 19  )

§ SetFillColor() [2/2]

arrow SetFillColor ( )

§ SetFillStyle()

arrow SetFillStyle ( 1001  )

§ SetFrameFillColor()

c SetFrameFillColor ( )

§ SetTextColor()

pt SetTextColor ( )

§ 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.