Re: getting ntuples variable names

Rene Brun (Rene.Brun@cern.ch)
Fri, 15 Aug 1997 15:22:39 +0200


Wolfgang Korsch wrote:
>
> Hi Rooters,
> assuming I have a running root session and I want to find out what
> kind of ntuple variables are defined. Is there an easy command
> equivalent to the 'nt/print' in PAW?
>

If you have an ntuple/Tree object pointed by ntuple, do:
ntuple->Print();

Rene Brun