<CustomReAlloc2>: message

From: Legeard Luc <legeard_at_ganil.fr>
Date: Mon, 16 May 2005 09:32:55 +0200


Hello Rooters

I works on SL3, gcc version 3.2.3 and ROOT 3.10 or 4.0402

I have a TTree

--theTree = new TTree("AutoTree","Automatic filled Tree")

wich is initialised by this way:

--cout << " Initialisation of TTree \n"; 
-- for (Int_t i=0;i<fEvent->fDataArraySize;i++)
--{
--TString parName=fDataParameters->GetParName(i);
--TString parType=parName+"/s";
--theTree->Branch(parName,&(fDataArray[i]),parType);
-- }

where fDataArray is a UShort_t vector with a such size :fDataArraySize = 33
and fDataParameters->GetParName(i) give a name

i fill the the tree by this
--theTree->Fill();

after near 300000 fills , this message appear during "theTree->Fill()"
<CustomReAlloc2>: passed oldsize 128, should be 144
<CustomReAlloc2>: passed oldsize 128, should be 144
<CustomReAlloc2>: passed oldsize 128, should be 144
<CustomReAlloc2>: passed oldsize 128, should be 144
<CustomReAlloc2>: passed oldsize 128, should be 144
<CustomReAlloc2>: passed oldsize 128, should be 144
<CustomReAlloc2>: passed oldsize 128, should be 144
<CustomReAlloc2>: passed oldsize 128, should be 144
<CustomReAlloc2>: passed oldsize 128, should be 144
....

for ROOT 4.0402
and no message 3.10 version.

What is this error/warning message ?

Thanks a lot for you help
Best Regard

Luc Received on Mon May 16 2005 - 09:33:05 MEST

This archive was generated by hypermail 2.2.0 : Tue Jan 02 2007 - 14:45:08 MET