Access to each ntuple element

From: Jayoung Wu (jayoung@glue.umd.edu)
Date: Thu Dec 30 1999 - 19:26:45 MET


Hi,

I created a ntuple, for example
   TNtuple *si_adc = new TNtuple("si_adc","SIADC","inx:iny:lay:lad:pat:pix:a0");
And I filled the ntuple.

Later I want to access that ntuple by
   TNtuple *si_adc = (TNtuple *)ntfile->Get("si_adc");

Then what should I do to access to indivisual variable, for example, 
   inx, iny , a0. ... ?
Should  I do something like si_adc->inx->SetAddress(&inx)?

---
Thanks,
Jayoung



This archive was generated by hypermail 2b29 : Tue Jan 04 2000 - 00:43:44 MET