]> git.uio.no Git - u/mrichter/AliRoot.git/commit
08-nov-2005 NvE Sorting memberfunctions in AliDevice, AliVertex and AliJet optimised...
authornick <nick@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 9 Nov 2005 12:16:20 +0000 (12:16 +0000)
committernick <nick@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 9 Nov 2005 12:16:20 +0000 (12:16 +0000)
commitf5b759671e3c73e7f3674ef15c449be0bc98e15c
treeb16f17fdd0e3afbcf0560330aced17c5746f20e8
parent01c81d9dbb67813efda0ec5f37ca982df5e022e7
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.
09-nov-2005 NvE Additional memberfunctions SetOutputFile(TString name) and GetOutputFile added
                to IceF2k to provide a more user friendly running environment.
                The example in the IceF2k docs has been updated accordingly.
RALICE/AliDevice.cxx
RALICE/AliJet.cxx
RALICE/AliVertex.cxx
RALICE/history.txt
RALICE/icepack/iceconvert/IceF2k.cxx
RALICE/icepack/iceconvert/IceF2k.h
RALICE/icepack/iceconvert/history.txt
RALICE/icepack/iceconvert/macros/icef2k.cc
RALICE/icepack/macros/icedwalk.cc