]> git.uio.no Git - u/mrichter/AliRoot.git/commit - HLT/src/AliL3MemHandler.cxx
Severe bugfix in Memory2CompMemory. Actually this bug was introduced by
authorvestbo <vestbo@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 8 Nov 2002 16:02:33 +0000 (16:02 +0000)
committervestbo <vestbo@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 8 Nov 2002 16:02:33 +0000 (16:02 +0000)
commita5109bed4631382da60d86c5cbb5e59298007515
tree06f35bd768140596625dd2b438a6b75b2dd84202
parent37ec2ef53988d713dace0db77b55511dcd144faf
Severe bugfix in Memory2CompMemory. Actually this bug was introduced by
myself some weeks ago, but for some strange reason did not cause any
crashes until now. The problem was checking for ADC saturation, which uses
AliL3Transform::GetADCSat(), but this is sometimes set to 1024 and this
of course is a problem since we are only reserving 10 bits per ADC when
writing to binary files. I actually spend 2 hours figuring out this
FUCKING bug.
HLT/src/AliL3MemHandler.cxx