A simple workaround is to call TTree::Draw() without supplying any
options ("lego" in your case), then draw your TH2F with any options
you like. Or, if you do need to have some options in the call to
TTree::Draw() ("goff" for example), append "same" to them.
- Dmitry.