]> git.uio.no Git - u/mrichter/AliRoot.git/commit
bugfix: redirecting the const base per event instead of the const base per block...
authorrichterm <richterm@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 7 Aug 2009 14:44:18 +0000 (14:44 +0000)
committerrichterm <richterm@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 7 Aug 2009 14:44:18 +0000 (14:44 +0000)
commite35ac21aec2b8fc2338156ed675ac18d18650df9
tree83bc032d637d079eec9561bef3a75e2d56538683
parent9ce3c3366c0e36faaf004196e30bdcd1a170f257
bugfix: redirecting the const base per event instead of the const base per block to the GetOutputSize method
Originally only one constBase parameter was foreseen in the interface which should give the number of bytes required in
the output buffer independent of the inout size. This has been changed to two parameters in r27692, one parameter
per event and one per block. The AliHLTComponent interface, though had not been changed and the wrong parameter
was passed onto the interface. This created trouble when having many input blocks.
HLT/BASE/interface/AliHLTExternalInterface.cxx