Reset option?

Hi

I would like to fill a TNuple with some data and then at a later time flush it and
start filling from scratch. Since TNtuple inherits from TTree, I assume the
TTree ‘Reset’ method is what I need. Is that correct? However the TTree documentation
does not say what the options for ‘Reset’ are. Can you point me to a list
of options?

Thanks

Tony Willis

There are currently no options inplemented. just call
myntuple.Reset();

Rene