]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - RALICE/history.txt
08-nov-2005 NvE Sorting memberfunctions in AliDevice, AliVertex and AliJet optimised...
[u/mrichter/AliRoot.git] / RALICE / history.txt
index f75c05171ce110954cf296c16352f9b7a0248eef..ab2fa40079dc41e8faa4c6dbe668898c5fdf0afb 100644 (file)
                 Memberfunction SortTracks introduced in AliJet and comment corrected in AliVertex.h.
 07-nov-2005 NvE Macro makedocs.cc in directory /macros modified (i.e. ";" changed by ":") to make
                 it generic so that it works correctly on all platforms (thanks Axel Naumann). 
+08-nov-2005 NvE Sorting memberfunctions in AliDevice, AliVertex and AliJet optimised to save
+                CPU time. In case two values are identical no swap is performed.
+                Basically the test "val1 < val2" was replaced by "val1 <= val2".
+09-nov-2005 NvE DisplayHits memberfunctions in AliDevice updated to fully support all 
+                (de)calibration modes of GetSignal for displaying (and skipping dead) hits.