]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - EVE/Alieve/ChangeLog
Record changes.
[u/mrichter/AliRoot.git] / EVE / Alieve / ChangeLog
index 388b27df15a3814a49ae9a9ccb43cc3f6e64da4c..b7d293f7eb52dc0be6ddccf70a8023f6880cbc99 100644 (file)
@@ -1,3 +1,119 @@
+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:
+       Removed stale printout.
+
+       * TPCLoader.cxx:
+       * TPCLoader.h:
+       Added option to set inital min/max time and threshold for
+       TPCSector2D's created by the loader.
+
+2006-06-15  Matevz Tadel  <matevz.tadel@cern.ch>
+
+       * TPCSectorData.h:
+       Fixed a type in PadRowHack ctor (unused parameter).
+
+2006-06-15  Matevz Tadel  <matevz.tadel@cern.ch>
+
+       * LinkDef.h:
+       * TPCData.cxx:
+       * TPCLoader.cxx:
+       * TPCSectorData.cxx:
+       * TPCSectorData.h:
+       Added hacks to allow removal of noisy pads.
+
+2006-06-15  Matevz Tadel  <matevz.tadel@cern.ch>
+
+       * TPCLoaderEditor.cxx:
+       Use StrDup to feed TGFileInfo for brain-dead interface of
+       TGFileDialog.
+
+       * TPCSector3DGL.cxx:
+       * TPCSector3DGL.h:
+       Added padding for frame-box borders so that all all digits are
+       contained within it.
+
+2006-06-14  Matevz Tadel  <matevz.tadel@cern.ch>
+
+       * .SKEL-gl.cxx:
+       * .SKEL-gl.h:
+       Added conventions for ROOT pre/post 5.11.02.
+
+       * LinkDef.h:
+       * TPCSector3DGL.cxx:
+       * TPCSector3DGL.h:
+       New class TPCSector3DGL, a direct renderer for TPCSector3D.
+
+       * TPCLoaderEditor.cxx:
+       Properly handle directory data, allows loading from non-current
+       directory.
+
+       * TPCSectorViz.cxx:
+       * TPCSectorViz.h:
+       Added optimised color lookup function/cache; do not alow threshold
+       to overrun maxval nad vice versa.
+
+       * TPCSectorVizEditor.cxx:
+       Reget threshold/maxval after setting it.
+       * TPCSector3D.cxx:
+       * TPCSector3D.h:
+       Changes for rendering via TPCSector3DGL; use optimised color
+       lookup from TPCSectorViz.
+
+       * TPCSector2DGL.cxx:
+       Use optimised color lookup from TPCSectorViz.
+
 2006-06-12  Matevz Tadel  <matevz.tadel@cern.ch>
 
        * EventAlieve.cxx: