]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - RALICE/history.txt
01-jul-2004 NvE AliCalorimeter derived from AliDevice to extend functionality (e...
[u/mrichter/AliRoot.git] / RALICE / history.txt
index 42420178e9b5ae1379f212c9e24d2d7f12917874..b55e639c0d594d223894491a406fbb2664b75d59 100644 (file)
 29-jun-2004 NvE New class AliDevice introduced.
                 New memberfunctions and datamembers introduced in AliEvent to support investigation
                 and ordering of hits of various (classes of) devices.
+01-jul-2004 NvE AliCalorimeter derived from AliDevice to extend functionality (e.g. allow definition
+                of sets of calorimeters and investigate all the hits of a certain set via the
+                AliEvent structure). To prevent matrix swapping restrictions, the memberfuctions
+                SetSwapMode and GetSwapMode of AliCalorimeter have been renamed to SetMatrixSwapMode
+                and GetMatrixSwapMode, respectively. 
+                Examples in the AliEvent.cxx documentation updated accordingly. 
+                Backward links reset for non-owned hits in AliDevice destructor.