TTree.Draw with a function taking as argument a TTree Branch

Hi,

This version of TTree::Draw can only pass numerical argument to function. To call a function passing an object you will need to use the syntax of TTree::Draw that takes a script as input. See the MakeProxy section in root.cern.ch/root/html/TTree.html#TTree:Draw@2.

Cheers,
Philippe