]> git.uio.no Git - u/mrichter/AliRoot.git/commit
Bug fix. The peakfinder vectors was set using pointer in the
authorphille <phille@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 5 Feb 2007 12:24:13 +0000 (12:24 +0000)
committerphille <phille@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 5 Feb 2007 12:24:13 +0000 (12:24 +0000)
commit6447f0b547294027486e5c6da07fd8713f0c9dfb
treebaf487a7869efc1de55545cb03f40f71fa419c61
parent99388135349040325599a55c4dfb941cf77e28dc
Bug fix. The peakfinder vectors was set using pointer in the
AliHLTPHOSRawAnalyzerPeakFinderComponent.cxx class but the arrays
contining the vector values was only temporary variables
in the constructor. With the bug fix the Peakfinder vectors
are initialized in the AliHLTPHOSRawAnalyzerPeakFinder class
and the array elemts are copied one by one. The vectors are set only during
initialization so there are no overhed for the online processing
HLT/PHOS/AliHLTPHOSRawAnalyzerPeakFinder.cxx
HLT/PHOS/AliHLTPHOSRawAnalyzerPeakFinderComponent.cxx