]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - EVE/Alieve/ChangeLog
Record changes.
[u/mrichter/AliRoot.git] / EVE / Alieve / ChangeLog
index cfddde322b9105d10bfd4c299f9a1129b39d23a0..6fba1239420bc6cf7c4bb1d08fd0b2cd5f62663f 100644 (file)
@@ -1,3 +1,154 @@
+2006-09-06  Matevz Tadel  <matevz.tadel@cern.ch>
+
+       * MUONDigitsInfo.cxx:
+       * MUONDigitsInfo.h:
+       * MUONModule.cxx:
+       * MUONModule.h:
+       From Bogdan: fix effc++ warnings, add comments.
+
+2006-08-30  Matevz Tadel  <matevz.tadel@cern.ch>
+
+       * EventAlieve.cxx:
+       * EventAlieve.h:
+       * ITSDigitsInfo.cxx:
+       * ITSDigitsInfo.h:
+       * ITSModule.cxx:
+       * ITSModule.h:
+       * MUONDigitsInfo.cxx:
+       * MUONDigitsInfo.h:
+       * MUONModule.cxx:
+       * MUONModule.h:
+       * TPCLoader.cxx:
+       * TPCLoader.h:
+       * TPCLoaderEditor.cxx:
+       * TPCLoaderEditor.h:
+       * TPCSector2DEditor.cxx:
+       * TPCSector2DEditor.h:
+       * TPCSector2DGL.cxx:
+       * TPCSector2DGL.h:
+       * TPCSector3D.cxx:
+       * TPCSector3DEditor.cxx:
+       * TPCSector3DEditor.h:
+       * TPCSector3DGL.cxx:
+       * TPCSector3DGL.h:
+       * TPCSectorData.cxx:
+       * TPCSectorData.h:
+       * TPCSectorViz.h:
+       * TPCSectorVizEditor.cxx:
+       * TPCSectorVizEditor.h:
+       * VSDCreator.cxx:
+       * VSDCreator.h:
+       Fix effc++ warnings.
+
+2006-08-29  Matevz Tadel  <matevz.tadel@cern.ch>
+
+       EVE-dev
+
+       * TPCSector2DGL.cxx:
+       * TPCSector2DGL.h:
+       Added support for two-level selection down to pad level; added
+       ifdefs for post root-5.11.0 prototype of SetModelCheckClass().
+
+       * TPCSector3DGL.cxx:
+       Added ifdefs for post root-5.11.0 prototype ofSetModelCheckClass().
+
+2006-07-11  Matevz Tadel  <matevz.tadel@cern.ch>
+
+       * EventAlieve.cxx:
+       * EventAlieve.h:
+       Added method Event::GotoEvent(Int_t) and shortcuts
+       Next/PrevEvent().
+
+2006-07-10  Matevz Tadel  <matevz.tadel@cern.ch>
+
+       * EventAlieve.cxx:
+       * EventAlieve.h:
+       Now derived from Reve::EventBase.
+
+       * ITSModule.cxx:
+       * ITSModule.h:
+       * MUONModule.cxx:
+       * MUONModule.h:
+       * TPCSectorViz.cxx:
+       * TPCSectorViz.h:
+       Changed inheritance order (RenderElement base comes first).
+
+       * TPCLoader.cxx:
+       * TPCLoader.h:
+       Implemented list-management virtuals; use new functionality of
+       RGTopFrame.
+       
+       * TPCSector2DGL.cxx:
+       Cosmetic changes.
+
+       * TPCSector3D.h:
+       * TPCSector3D.cxx:
+       Do not recompute visual representation on every triangulation
+       change (let the GL renderer do it); conform to new syntax of
+       PointSetArray.
+
+       * TPCSector3DGL.cxx:
+       * TPCSector3DGL.h:
+       Added triangulation time-stamp: update model state when needed;
+       use PointSet::Size() instead of GetN().
+
+2006-06-28  Matevz Tadel  <matevz.tadel@cern.ch>
+
+       * TPCLoader.cxx:
+       Use built-in equipment maps; the override option is still present
+       for reading early sector-test 2006 data.
+
+2006-06-27  Matevz Tadel  <matevz.tadel@cern.ch>
+
+       * TPCLoader.cxx:
+       * TPCLoader.h:
+       Added member TString fTPCEquipementMap to allow override of
+       default file location.
+
+       * TPCSector2DGL.cxx:
+       Added ClassImp.
+
+       * TPCSector3DGL.cxx:
+       Added control statements for cases when some visualization data
+       are not present (GL optimization).
+
+       * VSDCreator.cxx:
+       Small fixes to revive basic VSD functionality.
+
+2006-06-20  Matevz Tadel  <matevz.tadel@cern.ch>
+
+       * TPCSector3D.cxx:
+       * TPCSector3D.h:
+       Removed TAttMarker as base-class, added fPointSize member.
+
+       * TPCSector3DEditor.cxx:
+       * TPCSector3DEditor.h:
+       Added control for fPointSize.
+
+       * TPCSector3DGL.cxx:
+       After frame-box rendering GL remained in wire-frame mode.
+
+       * TPCSectorData.cxx:
+       * TPCSectorData.h:
+       Added internal static member for z-length of the sector.
+
+       * TPCSectorViz.cxx:
+       From Cvetan: fix orientation for C-side sectors.
+
+2006-06-19  Matevz Tadel  <matevz.tadel@cern.ch>
+
+       * TPCSector3D.cxx:
+       * TPCSector3D.h:
+       * TPCSector3DGL.cxx:
+       Added support for rendering a fraction of 3D digits as points: the
+       fraction of the fThreshold->fMaxVal interval that is rendered a
+       spoints is controlled via the fPointFrac member. Subclassed
+       TPCSector3D from TAttMarker to allow point-size control.
+
+       * TPCSector3DEditor.cxx:
+       * TPCSector3DEditor.h:
+       Added control for fPointFrac; use RGValuator for fDriftVel.
+
 2006-06-15  Matevz Tadel  <matevz.tadel@cern.ch>
 
        * TPCData.cxx: