void diamond() { auto d = new TDiamond(.05, .1, .95, .8); d->AddText("A TDiamond can contain any text."); d->Draw(); }