Re: [ROOT] hadd

From: Rene Brun (Rene.Brun@cern.ch)
Date: Wed Oct 27 2004 - 18:56:51 MEST


Hi Hajime,

Good point. I will implement your suggestion.

Rene Brun

Hajime Nanjyo wrote:
> 
> Dear ROOT Developer,
> 
> Could you make "hadd" support a file whose size is larger than 1.9 GB?
> 
> I think it can be achieved if 3 lines below are added at right places
> in the source file, main/src/hadd.cxx.
> 
> #include "TTree.h"
> Long64_t maxsize = 10000000000;//100GB
> TTree::SetMaxTreeSize(maxsize);
> 
> Best Regards,
> Hajime



This archive was generated by hypermail 2b29 : Sun Jan 02 2005 - 05:50:10 MET