From: cvetan Date: Tue, 18 Dec 2007 12:28:51 +0000 (+0000) Subject: Bigger memory allocation to allow derootification of the non-zero-suppressed TPC... X-Git-Url: http://git.uio.no/git/?p=u%2Fmrichter%2FAliRoot.git;a=commitdiff_plain;h=d7da7df2b4a581892bd2c686f3e427a3dac34100 Bigger memory allocation to allow derootification of the non-zero-suppressed TPC data. Should be corecceted to be more flexible... --- diff --git a/MONITOR/deroot.cxx b/MONITOR/deroot.cxx index 6b2fbb436c4..891a3cacfc1 100644 --- a/MONITOR/deroot.cxx +++ b/MONITOR/deroot.cxx @@ -13,7 +13,7 @@ int deroot(const char *rootFileName, const char *dateFileName); int deroot(const char *rootFileName, const char *dateFileName) { - unsigned char *dateEvent=new unsigned char [100000000]; + unsigned char *dateEvent=new unsigned char [1000000000]; FILE *dateFile; size_t gdcCounter, gdcSize;