[ROOT] hadd

From: Hajime Nanjyo (nanjyo@icepp.s.u-tokyo.ac.jp)
Date: Wed Oct 27 2004 - 17:48:51 MEST


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