]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - RALICE/history.txt
Added function to access SDD charge values and to get a non-duplicated
[u/mrichter/AliRoot.git] / RALICE / history.txt
index 70548d0b3779b33651b46f89091d6f7c0ac39585..d35080d94fced097acec920c766efd7c14d53e6c 100644 (file)
 03-feb-2003 NvE File "gcclib" added to subdirectory "scripts" to provide Ralice installation
                 script for Linux machines using gcc.
                 Class AliObjMatrix introduced.
+08-feb-2003 NvE Class AliSignal modified such that the maximum number of signal slots is
+                handled completely dynamically at runtime.
+                Memberfunctions SetSignal() and AddSignal() of class AliCalmodule declared
+                virtual to enable inheritance.
+09-feb-2003 NvE Class AliCalcluster derived from AliSignal to enable automatic signal setting
+                for various rings of modules around the cluster center.
+10-feb-2003 NvE Class AliSignal modified such that also signals without errors can be stored.
+                This may minimise memory occupation and output file size. 
+18-feb-2003 NvE Memberfunction ShowCalorimeters() introduced in AliEvent to display an overview of all
+                available calorimeter systems.
+                Date/time format changed and ShowCalorimeters() invoked in AliEvent::HeaderData().