NTuple limitations

I have the strong feeling that a NTuple does not support more than 15 variables in the list. Is this true?

cheers
Mario

No such limitations, you should use the right Fill function.
Int_t TNtuple::Fill(const Float_t *x)

Rene