]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Record changes.
authormtadel <mtadel@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 31 Oct 2006 09:17:20 +0000 (09:17 +0000)
committermtadel <mtadel@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 31 Oct 2006 09:17:20 +0000 (09:17 +0000)
EVE/Alieve/ChangeLog
EVE/Reve/ChangeLog

index 349574ae36f7ac6eb88de7385556e8f0b65cac65..e8af1478b8b01523932b24ba1f1daa79a2874889 100644 (file)
@@ -1,3 +1,36 @@
+2006-10-31  Matevz Tadel  <matevz.tadel@cern.ch>
+
+       * ITSModule.cxx:
+       * ITSModule.h:
+       Replace QuadSet with OldQuadSet; from Raffale: remove a couple of
+       duplicate lines.
+
+       * TRDData.cxx:
+       * TRDData.h:
+       Replace QuadSet with OldQuadSet.
+
+       * MUONChamber.cxx:
+       * MUONChamber.h:
+       * MUONChamberData.cxx:
+       * MUONChamberData.h:
+       * MUONChamberEditor.cxx:
+       * MUONChamberEditor.h:
+       * MUONChamberGL.cxx:
+       * MUONChamberGL.h:
+       * MUONData.cxx:
+       * MUONData.h:
+       From Bogdan: new files / new implementation of the MUON
+       visualization.
+
+       * MUONDigitsInfo.cxx:
+       * MUONDigitsInfo.h:
+       * MUONModule.cxx:
+       * MUONModule.h:
+       From Bogdan: removed files.
+
+       * LinkDef.h:
+       Add/remove classes according to changes in MUON.
+
 2006-10-27  Matevz Tadel  <matevz.tadel@cern.ch>
 
        * ITSModule.cxx:
index 10e8841d1778fe33ad627ecdf01a8233fb658aaa..b5f6a1f5a7d9c5f1c0150f80447ba2ddea7f759b 100644 (file)
@@ -1,3 +1,14 @@
+2006-10-31  Matevz Tadel  <matevz.tadel@cern.ch>
+
+       * LinkDef.h:
+       * QuadSet.cxx:
+       * QuadSet.h:
+       * QuadSetGL.cxx:
+       * QuadSetGL.h:
+       Started to work on reimplementation of the quad-set, renamed the
+       old one to OldQuadSet; i'm checking this in because another change is
+       needed for the new muon code and i already changed several things.
+
 2006-10-27  Matevz Tadel  <matevz.tadel@cern.ch>
 
        * BoxSetGL.cxx: