Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches

Detailed Description

View in nbviewer Open in SWAN
Draw a diamond.

void diamond()
{
auto d = new TDiamond(.05, .1, .95, .8);
d->AddText("A TDiamond can contain any text.");
d->Draw();
}
#define d(i)
Definition RSha256.hxx:102
ROOT::Detail::TRangeCast< T, true > TRangeDynCast
TRangeDynCast is an adapter class that allows the typed iteration through a TCollection.
Draw a Diamond.
Definition TDiamond.h:17
Author
Olivier Couet

Definition in file diamond.C.