Hi,
Suppose I have a tree and plot a Profile from it:
mytree -> Draw(v1:v2>>hh1(50,0,50)", "", "prof");
Now, how to set arbitrary binning in this case?
This construction seems not working here:
mytree -> Draw(v1:v2>>hh1(nbins, *xbins)", "", "prof");
It also doesn’t work if I predefine the hh1 profile with custom binning and then use
mytree -> Draw(v1:v2>>hh1", “”, “prof”);
It worked for a regular TProfile, not made from a tree.
Is there a way?
Thanks