]> git.uio.no Git - u/mrichter/AliRoot.git/commit
For some reason, the flag gROOT->fMustClean was set making ROOT call TList::Recursive...
authoragheata <agheata@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 7 Feb 2012 08:37:06 +0000 (08:37 +0000)
committeragheata <agheata@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 7 Feb 2012 08:37:06 +0000 (08:37 +0000)
commit2129ecc3d88267b8b89d12220f31c848c9cf7426
tree6487a20fe20de47966b6c8bf9ebaf3e4f1cf6797
parent076bd7b1c00bb58e9c8429d5fe0a94979639765e
For some reason, the flag gROOT->fMustClean was set making ROOT call TList::RecursiveRemove(obj) in the destructor of each object, thus slowing down by a huge factor analysis on AOD and filtering, specially for large number of processed events. The patch adds gROOT->SetMustClean(kFALSE) to fix this. To be ported asap to the revision.
STEER/AOD/AliAODEvent.cxx