X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=EVE%2FAlieve%2FChangeLog;h=b7d293f7eb52dc0be6ddccf70a8023f6880cbc99;hb=a83547b64a9e36fbcd57566119ecd6076c1fecf7;hp=39808243320bedd6d999766775558571daf32b6e;hpb=092578a72f170a403728f2968a2888e55609d579;p=u%2Fmrichter%2FAliRoot.git diff --git a/EVE/Alieve/ChangeLog b/EVE/Alieve/ChangeLog index 39808243320..b7d293f7eb5 100644 --- a/EVE/Alieve/ChangeLog +++ b/EVE/Alieve/ChangeLog @@ -1,3 +1,222 @@ +2006-06-27 Matevz Tadel + + * 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 + + * 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 + + * 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 + + * 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 + + * TPCSectorData.h: + Fixed a type in PadRowHack ctor (unused parameter). + +2006-06-15 Matevz Tadel + + * LinkDef.h: + * TPCData.cxx: + * TPCLoader.cxx: + * TPCSectorData.cxx: + * TPCSectorData.h: + Added hacks to allow removal of noisy pads. + +2006-06-15 Matevz Tadel + + * 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 + + * .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 + + * EventAlieve.cxx: + * EventAlieve.h: + Added automatic loading of AliESDfriend (if found in event + directory); new function AssertESDfriend(). + +2006-06-09 Matevz Tadel + + HEAD + + * TPCLoaderEditor.cxx: + Fixed target class for fDoubleSR signal connect. + +2006-06-06 Matevz Tadel + + HEAD + + * TPCLoader.cxx: + * TPCLoader.h: + Added member for double sampling-rate fDoubleSR; copy + visualization parameter from 2D view when creating 3D view. + + * TPCLoaderEditor.cxx: + * TPCLoaderEditor.h: + Added control for double sampling-rate fDoubleSR. + + * TPCSector3DEditor.cxx: + Increased precision of drift velocity widget. + + * TPCSectorViz.cxx: + * TPCSectorViz.h: + Added method CopyVizParams(); reset transformation on sector id + change. + + * TPCSectorVizEditor.cxx: + * TPCSectorVizEditor.h: + Added button to control realistic positioning of the sector. + +2006-06-02 Matevz Tadel + + HEAD + + * LinkDef.h: + * TPCLoader.cxx: + * TPCLoader.h: + * TPCLoaderEditor.cxx: + * TPCLoaderEditor.h: + New class TPCLoader providing (graphical) interface for navigation + through the TPC sector data. + + * TPCSector3D.cxx: + Proper initialization of bounding box for fBoxSet. + + * TPCSector2DEditor.cxx: + * TPCSectorViz.cxx: + Removed some comment crap. + +2006-06-01 Bogdan Vulpescu + + HEAD + + * LinkDef.h: + * MUONDigitsInfo.cxx: + * MUONDigitsInfo.h: + * MUONModule.cxx: + * MUONModule.h: + New files for MUON visualization by Bogdan Vulpescu. + +2006-06-01 Matevz Tadel + + HEAD + + * TPCSector2D.cxx: + * TPCSector2DGL.cxx: + * TPCSector3D.cxx: + Added preprocessor conditionals to support ROOT > 5.11.2. + +2006-05-31 Matevz Tadel + + EVE-dev + + * TPCSectorVizEditor.cxx: + * TPCSectorVizEditor.h: + Replaced hand-woven widget-groups with RGValuators. + +2006-05-31 Matevz Tadel + + EVE-dev + + * TPCData.cxx: + * TPCData.h: + Removed function LoadRaw(AliTPCRawStreamOld&). + + * TPCSector2DGL.h: + Removed forgotten declaration of SetCol(). + + * TPCSector3D.cxx: + In Paint(): properly setup 3D transformation of fBoxSet. + + * alieve_main/alieve_main.cxx: + New file; executable linked against all ALICE libraries. + 2006-05-23 Matevz Tadel EVE-dev