]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - RALICE/icepack/iceconvert/history.txt
07-jun-2007 GdV OM readout type also updated from the data contents in IceRoot.cxx.
[u/mrichter/AliRoot.git] / RALICE / icepack / iceconvert / history.txt
index e536ea0f4e820a2293b8fd167f8d2b3419a2d6bd..e05e0473a6e43b51321726225f80a5423c8039bf 100644 (file)
                 (Thanks David Boersma).
 08-mar-2006 NvE Time offset correction in IceF2k extended to allow also a user defined offset
                 to cope with Monte Carlo data.
-
+22-mar-2006 NvE Support for selective MC track storage introduced in IceF2k.
+10-may-2006 NvE Compiler warnings activated for overloaded virtuals in installation
+                script for AMD Athlon in the /scripts sub-directory.
+13-jun-2006 NvE Correction in IceF2k::PutHits() for correct setting of name ad title
+                in case of Noise and Afterpulse hits in MC data.
+                (Thanks Michael Walter). 
+14-jun-2006 NvE TWR polarity reversed in IceF2k::PutHits() to be compatible with
+                the ATWD histograms.
+                Also modification made in IceF2k::PutHits() to correctly obtain the ADC values
+                for secondary etc... hits in the same OM.
+22-jun-2006 NvE Bi-directional links for signals <-> tracks set via the new lightweight
+                AliSignal::AddTrack facility instead of AddLink in IceF2k. 
+                Also default split level set to 0 in IceF2k to minimise file size and
+                I/O time.
+13-sep-2006 NvE IceF2k updated for multiple waveforms per OM by making use of the
+                new AliAttrib::AddNamedSlot facility.
+                Also some calibration constants dropped from OM data words in IceF2k
+                and IceCal2Root, since these values are also stored as parameters in
+                the corresponding (de)calibration functions.                 
+                Also for TWR data the values stored in the histos are (baseline-amp),
+                so that all pulses appear as positive instead of negative and the
+                resulting histos are baseline corrected.
+25-oct-2006 NvE IceF2k updated to include an IceF2k device into the event structure
+                containing the processor parameters.
+14-dec-2006 NvE IceF2k updated to include a Daq device into the event structure
+                containing an indication of the DAQ system that was used to produce
+                the hit data (i.e. ADC, LE, TOT).
+16-dec-2006 NvE New class IceRawTWR introduced to read raw TWR data into the Ralice/IcePack
+                event structures.
+11-jan-2007 NvE IceRawTWR.cxx updated to prevent gcc compiler warnings about unused
+                variables.
+13-feb-2007 NvE IceRawTWR.cxx updated to ensure padding zeros in gps time word.
+                Also old "F2K" comments corrected into "TWR raw" in IceRawTWR.cxx
+                and IceRawTWR.h. 
+21-feb-2007 NvE IceRawTWR.cxx updated to subtract 1 day from the GPS timestamp for all
+                data taken before 2007. This is to correct an interpretation error
+                in the TWR daq hardware design.
+                Also OM identifier set to loop index+1 instead of twr_id in the memberfunction
+                PutWaveforms. This will now provide the correct number of fired OMs and
+                corresponding waveforms.
+22-feb-2007 NvE IceRawTWR.cxx updated to set OM identifier equal to loop index in PutWaveforms
+                to match the internal TWR config convention. Also test on non-zero twrid
+                removed, since twrid=0 is allowed in TWR config system.
+28-feb-2007 NvE IceRawTWR.cxx updated to include latest bugfix of Wolfgang in memberfunction
+                update_system and also various waveform fragments of a certain OM stored as
+                separate histos in memberfunction PutWaveforms.
+15-mar-2007 GdV New class IceRoot introduced to convert I3 extracted ROOT trees
+                into IcePack event structures.
+30-mar-2007 GdV Obsolete memberfunction declarations PutTrigger and PutWaveforms removed
+                from IceRoot.h.
+01-jun-2007 NvE Class IceCal2Root extended to support various databases (e.g. MuDaq, TWRDaq, ...).
+06-jun-2007 NvE Maximum OM id changed from 677 to 681 in IceRawTWR.cxx.
+07-jun-2007 NvE Maximum OM id changed from 681 to 680 in IceRawTWR.cxx to ignore the signals
+                of OM 681 which is always regarded is being bad.
+                Also new OM slotname "READOUT" introduced in IceCal2Root, IceF2k and IceRawTWR
+                to identify electrical, optical and digital readout based on the Dbase info
+                and/or actual settings in the various data files (headers). 
+07-jun-2007 GdV OM readout type also updated from the data contents in IceRoot.cxx.