Hello,
Suppose I have a TF1 I create with
TF1 *pf = new TF1("pf","[0]+[1]*sqrt(x)",0.,1000.)
Is it possible to use pf it within a TTree::Draw() call? I've tried the
obvious,
e.g.
pTree->Draw("pf(x)") where x float in pTree
but, alas, it does not work like sqrt(). Is there a special syntax? What
about
the build-in formulas, e.g. pol5? Can I use these?
I am using win32 version of root v3.05/5 on windows 2k. Thanks
Ed Oltman
This archive was generated by hypermail 2b29 : Thu Jan 01 2004 - 17:50:14 MET