]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - EVE/Alieve/ChangeLog
Record changes.
[u/mrichter/AliRoot.git] / EVE / Alieve / ChangeLog
index 087fc439cbb3598db8acbc66a2ba00d78051d160..9b513c22d30d186bd4adcde21a7832bff8cb1013 100644 (file)
@@ -1,3 +1,132 @@
+2006-12-04  Matevz Tadel  <matevz.tadel@cern.ch>
+
+       * EventAlieve.cxx:
+       * EventAlieve.h:
+       Added mechanism for registration/execution of user-commands that
+       are to be run after a new event has been successfully loaded.
+
+       * TRDLoader.cxx:
+       * TRDModuleImp.cxx:
+       * TRDModuleImp.h:
+       Renamed typedef lpRE_t/i to List_t/i.
+
+       * VSDCreator.cxx:
+       A consistent way of getting the MC labels of the V0 daughters
+       (I.Belikov).
+
+2006-11-22  Matevz Tadel  <matevz.tadel@cern.ch>
+
+       * EventAlieve.cxx:
+       Fix handling of AliESDfriends.root.
+
+2006-11-21  Matevz Tadel  <matevz.tadel@cern.ch>
+
+       * EventAlieve.cxx:
+       * EventAlieve.h:
+       Fix handling of AliESDfriends.root.
+
+2006-11-21  Matevz Tadel  <matevz.tadel@cern.ch>
+
+       * ITSModule.cxx:
+       Use new naming conventions from QuadSet; increase x-width of SDD
+       digits.
+
+2006-11-17  Matevz Tadel  <matevz.tadel@cern.ch>
+
+       * ITSModule.cxx:
+       Do not interpolate color palette by default.
+
+2006-11-16  Matevz Tadel  <matevz.tadel@cern.ch>
+
+       * ITSModule.cxx:
+       * ITSModule.h:
+       Set palette and frame-box via setters to allow proper
+       reference-count management; cleanup.
+
+2006-11-14  Matevz Tadel  <matevz.tadel@cern.ch>
+
+       * TPCSectorData.h:
+       Fix effc++ warnings.
+       
+2006-11-14  Matevz Tadel  <matevz.tadel@cern.ch>
+
+       * ITSDigitsInfo.cxx:
+       * ITSDigitsInfo.h:
+       Formatting changes.
+
+       * ITSModule.cxx:
+       * ITSModule.h:
+       Subclass from the new QuadSet implementation; introduced static
+       data members to hold pointers to default FrameBoxes and
+       RGBAPalettes for each detector type.
+
+2006-10-31  Matevz Tadel  <matevz.tadel@cern.ch>
+
+       * TRDLoaderSingle.cxx:
+       * TRDLoaderSingle.h:
+       * LinkDef.h:
+       * TRDData.cxx:
+       * TRDData.h:
+       * TRDLoader.cxx:
+       * TRDLoader.h:
+       * TRDModule.cxx:
+       * TRDModule.h:
+       * TRDModuleImp.cxx:
+       * TRDModuleImp.h:
+       From Alexandru: changes in TRD visualization.
+
+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:
+       From Raffaele: implemented naming scheme used for alignable
+       volumes.
+
+       * LinkDef.h:
+       List new classes for TRD visualization.
+
+       * TRDData.cxx:
+       * TRDData.h:
+       * TRDLoader.cxx:
+       * TRDLoader.h:
+       * TRDModule.cxx:
+       * TRDModule.h:
+       * TRDModuleImp.cxx:
+       * TRDModuleImp.h:
+       New files from Alexandru: TRD visualization.
+
 2006-10-26  Matevz Tadel  <matevz.tadel@cern.ch>
 
        * EventAlieve.cxx: