Re: TH1F::Scan()

Rene Brun (Rene.Brun@cern.ch)
Thu, 24 Jul 1997 08:22:19 +0200


In-Mo Koo wrote:
>
> I have a histogram named h1. I could run h1.Scan()
> with the ROOT of version 1.00/07. But I can't run
> the same function with version 1.00/10.
> Is it supposed to be or am I doing something wrong?
> Could you please let me know if there are differences
> between those two versions?
>

Scan is not a member function of the TH1 classes, but of TTree.
TTree::Scan can be used to print selected rows of a subset
or all Tree columns.

Rene Brun