]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - EVE/Alieve/ChangeLog
Record changes.
[u/mrichter/AliRoot.git] / EVE / Alieve / ChangeLog
index 194a0e39441ee8ba64e51b8cad049fe1effc7779..585a5595934183fd1c023fa3cc5c55787456ea16 100644 (file)
@@ -1,3 +1,183 @@
+2007-10-04  Matevz Tadel  <matevz.tadel@cern.ch>
+
+       * TOFDigitsInfo.cxx:
+       * TOFSector.cxx:
+       * TOFSector.h:
+       * TOFStrip.cxx:
+       * TOFStrip.h:
+       From Annalisa: changes for the new TOF geometry classes.
+
+2007-09-24  Matevz Tadel  <matevz.tadel@cern.ch>
+
+       * MUONData.cxx:
+       * MUONData.h:
+       From Bogdan: modifications for the new structure of the data in
+       the MUON code.
+
+2007-08-06  Matevz Tadel  <matevz.tadel@cern.ch>
+
+       * JetPlane.cxx:
+       * JetPlane.h:
+       * JetPlaneEditor.cxx:
+       * JetPlaneEditor.h:
+       * JetPlaneGL.cxx:
+       * JetPlaneGL.h:
+       From Cesar: First version of jet visualization code.
+
+       * LinkDef.h:
+       Register JePlane classes.
+
+2007-07-23  Matevz Tadel  <matevz.tadel@cern.ch>
+
+       * KineTools.cxx:
+       * KineTools.h:
+       Added function SortPathMarks().
+       Bugfix in SetDaughterPathMarks(): move recursive descent
+       over daughters outside of a loop. This caused insane memory usage
+       for events with full kine-stack (lots of low-energy
+       electrons and photons). Reported by Cvetan and Jochen Klein.
+
+2007-07-12  Matevz Tadel  <matevz.tadel@cern.ch>
+
+       * VSDCreator.cxx:
+       From Christian: AliESD -> AliESDEvent migration.
+
+2007-07-02  Matevz Tadel  <matevz.tadel@cern.ch>
+
+       * .SKEL-gl.cxx:
+       * .SKEL-gl.h:
+       * ITSModuleStepperGL.cxx:
+       * ITSModuleStepperGL.h:
+       * MUONChamberGL.cxx:
+       * MUONChamberGL.h:
+       * TPCSector2DGL.cxx:
+       * TPCSector2DGL.h:
+       * TPCSector3DGL.cxx:
+       * TPCSector3DGL.h:
+       Follow-up on gl/ changes introduced in ROOT-5.16.
+
+       * ITSModuleStepper.cxx:
+       Add includes needed due to changes in ROOT.
+
+2007-06-26  Matevz Tadel  <matevz.tadel@cern.ch>
+
+       * EventAlieve.cxx:
+       * EventAlieve.h:
+       Invert the modality of run-loader and esd loading: always try to
+       open them and complain only when asked to.
+
+2007-06-22  Matevz Tadel  <matevz.tadel@cern.ch>
+
+       * EventAlieve.cxx:
+       * EventAlieve.h:
+       With Cvetan: initialize CDB and provide proper geometry loading.
+
+2007-06-19  Matevz Tadel  <matevz.tadel@cern.ch>
+
+       * EventAlieve.cxx:
+       Use new ESD loading scheme.
+
+       * TRDModuleImp.cxx:
+       From Alex: changes for new TRD code.
+
+2007-06-13  Matevz Tadel  <matevz.tadel@cern.ch>
+
+       * LinkDef.h:
+       Added TOF visualization classes.
+
+       * TOFDigitsInfo.cxx:
+       * TOFDigitsInfo.h:
+       * TOFDigitsInfoEditor.cxx:
+       * TOFDigitsInfoEditor.h:
+       * TOFSector.cxx:
+       * TOFSector.h:
+       * TOFSectorEditor.cxx:
+       * TOFSectorEditor.h:
+       * TOFStrip.cxx:
+       * TOFStrip.h:
+       * TOFStripEditor.cxx:
+       * TOFStripEditor.h:
+       From Annalisa: new files for TOF visualization.
+
+2007-06-06  Matevz Tadel  <matevz.tadel@cern.ch>
+
+       * LinkDef.h:
+       * TRDData.cxx:
+       * TRDData.h:
+       * TRDLoader.cxx:
+       * TRDLoader.h:
+       * TRDLoaderImp.cxx:
+       * TRDLoaderImp.h:
+       * TRDLoaderManager.cxx:
+       * TRDLoaderManager.h:
+       * TRDModuleImp.cxx:
+       * TRDModuleImp.h:
+       From Alexandru: new version of TRD visualization.
+
+       * TRDLoaderSingle.cxx:
+       * TRDLoaderSingle.h:
+       From Alexandru: removed files.
+
+2007-05-31  Matevz Tadel  <matevz.tadel@cern.ch>
+
+       * ITSDigitsInfo.cxx:
+       Reimplemented ReadRaw() so that several events can be merged
+       together (with Cvetan's help).
+
+2007-05-25  Matevz Tadel  <matevz.tadel@cern.ch>
+
+       * ITSDigitsInfo.cxx:
+       * ITSDigitsInfo.h:
+       * ITSModule.cxx:
+       Add support for raw-data reading (convert raw data to
+       clones-arrays of AliITSdigit objects).
+
+2007-04-17  Matevz Tadel  <matevz.tadel@cern.ch>
+
+       * T0Module.cxx:
+       * T0Module.h:
+       Alexey: new files for T0 visualization.
+
+       * LinkDef.h:
+       Register new class T0Module.
+
+2007-04-17  Matevz Tadel  <matevz.tadel@cern.ch>
+
+       * MUONChamberData.cxx:
+       * MUONChamberData.h:
+       * MUONData.cxx:
+       * MUONData.h:
+       * MUONTrack.cxx:
+       Bogdan: Updates for the muon display.
+
+2007-04-10  Matevz Tadel  <matevz.tadel@cern.ch>
+
+       * MUONChamber.cxx:
+       * MUONChamber.h:
+       * MUONChamberData.cxx:
+       * MUONChamberData.h:
+       * MUONChamberEditor.cxx:
+       * MUONChamberEditor.h:
+       * MUONChamberGL.cxx:
+       * MUONChamberGL.h:
+       * MUONData.cxx:
+       * MUONData.h:
+       * MUONTrack.cxx:
+       * MUONTrack.h:
+       Bogdan: new version of MUON visualization.
+
+       * MUONTracks.cxx:
+       * MUONTracks.h:
+       Bogdan: removed files.
+
+       * LinkDef.h:
+       Remove pragma for class MUONTracks.
+
+2007-03-26  Alja Mrak-Tadel  <Alja.Mrak.Tadel@cern.ch>
+
+       * ITSModuleStepperGL.cxx:
+       Fix obi-wan in SetScale.
+
 2007-03-26  Alja Mrak-Tadel  <Alja.Mrak.Tadel@cern.ch>
 
        * ITSModuleStepperGL.cxx: