2D histogram in polar coordinates?

Hi everybody,

I need a 2d histogram in polar coordinates, is that possible in ROOT ?

It should be something like :
TH2Dpolar (“histo”,“title”,Nbins_r,r_min,r_max,Nbins_phi,phi_min,phi_max)

Thanks,
Hicham

Create a normal TH2F and draw it with

hist.Draw("lego2 pol")
Rene