Re: only profiles
Rene Brun (Rene.Brun@cern.ch)
Mon, 24 Mar 1997 16:26:10 +0100
Wolfgang Korsch wrote:
> 
>   Hi,
>   the 2d hists seem to work fine, but not the profile plots.
>   Exiting Root and restarting seemed to cure the errors
>   on the 2d scatter plots.
>   Sorry.
> 
>   Wolfgang
To project an ntuple/tree to a Profile, you can do:
   ntuple->Draw("x:y>>myprof","y>0","profs");
Rene Brun