TCut TTree.Project and TTree.Draw

Hi,

I would like to create a histogram from a TTree without actually drawing it. Usualy, I do it with TTree.Project, but if I want to use TCut instead of strings for the selection what should I do? Is there a way to convert TCut to string or to use TTree.Project with TCut?

Regards,

Jean-Francois

Specify the option “goff” in TTree::Draw (see doc)

Rene