From d7da7df2b4a581892bd2c686f3e427a3dac34100 Mon Sep 17 00:00:00 2001 From: cvetan Date: Tue, 18 Dec 2007 12:28:51 +0000 Subject: [PATCH] Bigger memory allocation to allow derootification of the non-zero-suppressed TPC data. Should be corecceted to be more flexible... --- MONITOR/deroot.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.31.1