next up previous contents index
Next: Fill Ntuple with many Up: Booking and Filling Histograms/Ntuples Previous: Fill Ntuple plus run,   Contents   Index


Fill Ntuple with many variables

\fbox {CALL QHFN (ID, A1, A2, A3, ..., An)}

Fills the Ntuple ID with the variables A1 ... An (n < 80). CALL QHFN (ID, A1, A2) corresponds to


      DIMENSION A(80)
      A(1) = A1
      A(2) = A2
      CALL HFN (ID, A)



Joel Closier
2000-02-07