]> git.uio.no Git - u/mrichter/AliRoot.git/commit - HLT/BASE/AliHLTComponent.cxx
Bug fix: the TObjArray of input objects was not properly cleaned, because GetEntries...
authorsgorbuno <sgorbuno@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 29 Oct 2009 03:44:32 +0000 (03:44 +0000)
committersgorbuno <sgorbuno@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 29 Oct 2009 03:44:32 +0000 (03:44 +0000)
commit3ecb06e2dcb30aae7682d729a27556416ad99330
treeb0cf55b167235eff43dcb7e7028c5c8e62476750
parentcb90a33028cbb61931dbc227e1e4de7df7358259
Bug fix: the TObjArray of input objects was not properly cleaned, because GetEntries() returns the number of non-zero pointers, not the array
size. Now this is changed to GetEntriesFast().
HLT/BASE/AliHLTComponent.cxx