Re: changing event buffer size

Rene Brun (Rene.Brun@cern.ch)
Wed, 16 Apr 1997 10:40:02 +0200


Wolfgang Korsch wrote:
>
> Hi,
> can somebody tell me how I can increase the event buffer size
> interactively?
> I would like to display >10^6 events, but the ntuple->Draw
> command seems process only a maximum of 10^6 events.
>
> Thanks.
>
> Wolfgang
>
> P.S. I also still have the profile problem.
>

By default, TTree::Draw process 10^6 events.
This default value can be changed by TTree::SetMaxEventLoop.
As we see many Root users processing a very large number of events,
we have changed the default for the coming version to 10^9

The profile problem you reported is also fixed. An updated
version will be put on the Web. We will announce the few changes
once it is ready (very likely tomorrow Thursday).

Rene Brun