]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/doc/changelog.hough
Moved to the latest version of the HLT code in Bergen.
[u/mrichter/AliRoot.git] / HLT / doc / changelog.hough
index 10309c84a409a95b88b48269542f36b18f5d513a..eff84e70f5710b4e8bcd846a8118ffd6980e863c 100644 (file)
@@ -1,3 +1,21 @@
+2004-02-02  Constantin Loizides  <loizides@hansa>
+
+       * /alice/cvs/hltcvs/level3code/hough/AliL3HoughBaseTransformer.cxx, /alice/cvs/hltcvs/level3code/hough/AliL3HoughBaseTransformer.h, /alice/cvs/hltcvs/level3code/hough/AliL3Hough.cxx, /alice/cvs/hltcvs/level3code/hough/AliL3HoughTransformer.cxx, /alice/cvs/hltcvs/level3code/hough/AliL3HoughTransformerLUT.cxx, /alice/cvs/hltcvs/level3code/hough/AliL3HoughTransformerLUT.h, /alice/cvs/hltcvs/level3code/hough/AliL3HoughTransformerNew.cxx, /alice/cvs/hltcvs/level3code/hough/AliL3HoughTransformerVhdl.h:
+       Reworked the LUT version of the Hough Transform. This should be the default transformer now, it is 3 times faster than the normal transformer. It produces almost the same peaks, in a central event, a few differ. The reason seems to be due to rounding. The efficiency of the deconvoluter is verified to be the same, too.
+
+       * /alice/cvs/hltcvs/level3code/hough/AliL3HistogramAdaptive.cxx, /alice/cvs/hltcvs/level3code/hough/AliL3HistogramAdaptive.h, /alice/cvs/hltcvs/level3code/hough/AliL3Histogram.cxx, /alice/cvs/hltcvs/level3code/hough/AliL3Histogram.h:
+       Added ostream& <<operator for debugging purposes, because of that changed most get member function  to const.
+
+2004-01-22  Constantin Loizides  <loizides@hansa>
+
+       * /alice/cvs/hltcvs/level3code/hough/AliL3HoughLinkDef.h, /alice/cvs/hltcvs/level3code/hough/Makefile:
+       Changes to compile for MACOSX at core Makefiles. Check for
+       $(ARCH) and -D$(ARCH). In order to solve cyclic dependencies
+       for libs (which is _very_ bad, but the Linux linker is friendly)
+       a few changes have to be done (moving files around) which
+       we dont do at the moment. SO: Linux users should see _NO_
+       difference!!!
+
 2003-11-18  Anders Strand Vestbo  <vestbo@hansa>
 
        * /alice/cvs/hltcvs/level3code/hough/AliL3Hough.cxx, /alice/cvs/hltcvs/level3code/hough/AliL3HoughMaxFinder.cxx, /alice/cvs/hltcvs/level3code/hough/AliL3HoughMaxFinder.h: