X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=EVE%2FAlieve%2FChangeLog;h=bdc550b3f63e6d04c5a7b621eac989649b5b4bbc;hb=0d6e0b29d29a18f82efa16754b1cd869b6afd333;hp=087fc439cbb3598db8acbc66a2ba00d78051d160;hpb=d9193858271ad24ee1ff79a3ba3c123968ff3cb7;p=u%2Fmrichter%2FAliRoot.git diff --git a/EVE/Alieve/ChangeLog b/EVE/Alieve/ChangeLog index 087fc439cbb..bdc550b3f63 100644 --- a/EVE/Alieve/ChangeLog +++ b/EVE/Alieve/ChangeLog @@ -1,3 +1,239 @@ +2007-03-04 Alja Mrak-Tadel + + * MUONChamber.cxx: + * TPCLoader.cxx: + * TPCSector2D.cxx: + * TPCSector3D.cxx: + * TRDLoader.cxx: + * TRDLoader.h: + * TRDModuleImp.cxx: + * TRDModuleImp.h: + Changes from Reve::RenderElement. + +2007-02-28 Matevz Tadel + + * PMDModule.cxx: + * PMDModule.h: + * PMDModuleEditor.cxx: + * PMDModuleEditor.h: + From Basanta: new version of PMD visualization; added better + per-module statistics and an adc-histogram. + +2007-02-26 Alja Mrak-Tadel + + * KineTools.cxx: + Enable all branches in TreeTR after reading of path-marks. + +2007-02-26 Matevz Tadel + + * LinkDef.h: + * PMDModule.cxx: + * PMDModule.h: + * PMDModuleEditor.cxx: + * PMDModuleEditor.h: + From Basanta: new files for PMD digit visualization. + +2007-02-21 Alja Mrak-Tadel + + * KineTools.cxx: + Use typedefs from Reve::Track. + +2007-02-19 Alja Mrak-Tadel + + * LinkDef.h: + * KineTools.cxx: + * KineTools.h: + New files: used in alice-macros/kine_tracks.C to set path marks in + imported tracks. + +2007-01-30 Matevz Tadel + + * TRDModuleImp.cxx: + From Christoph Blume: changes in the TRD code that affect the + database parameter samplingFrequency. + +2007-01-19 Matevz Tadel + + * EventAlieve.cxx: + Use RGTopFrame::RedrawDisabler in GotoEvent(Int_t). + +2006-12-15 Matevz Tadel + + * TPCSectorData.cxx: + Removed unnecessary include. + +2006-12-13 Matevz Tadel + + * TPCSector2D.cxx: + * TPCSector2D.h: + * TPCSector2DGL.cxx: + Moved code responding to secondary selection from + TPCSector2DGL::ProcessSelection() to virtual + TPCSector2D::PadSelected(Int_t row, Int_t pad). + +2006-12-13 Matevz Tadel + + * ITSModule.cxx: + * ITSModule.h: + Use two-level selection, implement callback QuadSelected() to + print out the digit details. + +2006-12-06 Matevz Tadel + + * ITSModule.cxx: + Use AddLine() when registering SSD digits. + +2006-12-06 Matevz Tadel + + * TPCData.cxx: + * TPCSectorData.cxx: + Make consistent use of fLoadPedestal and fLoadThreshold with and + without auto-pedestal determination and for reading of + raw-data/digits. + + * TPCLoaderEditor.cxx: + Fix tooltip of load-threshold number-entry. + +2006-12-05 Matevz Tadel + + * TPCLoader.cxx: + * TPCLoader.h: + Added method ReloadSectors() allowing re-reading of data with + different load threshold/pedestal settings. + + * TPCLoaderEditor.cxx: + * TPCLoaderEditor.h: + Added interface to load-time threshold/(auto)pedestal settings. + +2006-12-04 Matevz Tadel + + * 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 + + * EventAlieve.cxx: + Fix handling of AliESDfriends.root. + +2006-11-21 Matevz Tadel + + * EventAlieve.cxx: + * EventAlieve.h: + Fix handling of AliESDfriends.root. + +2006-11-21 Matevz Tadel + + * ITSModule.cxx: + Use new naming conventions from QuadSet; increase x-width of SDD + digits. + +2006-11-17 Matevz Tadel + + * ITSModule.cxx: + Do not interpolate color palette by default. + +2006-11-16 Matevz Tadel + + * ITSModule.cxx: + * ITSModule.h: + Set palette and frame-box via setters to allow proper + reference-count management; cleanup. + +2006-11-14 Matevz Tadel + + * TPCSectorData.h: + Fix effc++ warnings. + +2006-11-14 Matevz Tadel + + * 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 + + * 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 + + * 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 + + * 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 * EventAlieve.cxx: