Drawing a TProfile3D via TTree::Draw()

Hi,

Is it possible to draw a TProfile3D via TTree::Draw() in the same way as for a TProfile2D? I tried the obvious

TProfile3D *prof = new TProfile3D("prof", "", 20, -10, 10, 20, -10, 10, 20, -10, 10); tree->Draw("t:x:y:z >> prof");
but nothing happens.

Thanks,
Guillaume

The possibility to fill a TProfile3D is not yet implemented in TTree::Draw.
Hope that we can implement it soon.

Rene