1 2006-06-01 Bogdan Vulpescu <vulpescu@clermont.in2p3.fr>
10 New files for MUON visualization by Bogdan Vulpescu.
12 2006-06-01 Matevz Tadel <matevz.tadel@cern.ch>
19 Added preprocessor conditionals to support ROOT > 5.11.2.
21 2006-05-31 Matevz Tadel <matevz.tadel@cern.ch>
23 * TPCSectorVizEditor.cxx:
24 * TPCSectorVizEditor.h:
25 Replaced hand-woven widget-groups with RGValuators.
27 2006-05-31 Matevz Tadel <matevz.tadel@cern.ch>
31 Removed function LoadRaw(AliTPCRawStreamOld&).
34 Removed forgotten declaration of SetCol().
37 In Paint(): properly setup 3D transformation of fBoxSet.
39 * alieve_main/alieve_main.cxx:
40 New file; executable linked against all ALICE libraries.
42 2006-05-23 Matevz Tadel <matevz.tadel@cern.ch>
47 Honor fRnrElement in Paint(); it was impossible to disable
48 rendering of 2D sectors.
50 2006-05-23 Matevz Tadel <matevz.tadel@cern.ch>
56 In LoadRaw(AliTPCRawStreamOld&) added protection against repeated
57 data for a given pad; added methods DropAllSectors() and
62 Added method DropData(); in EndPad() return immediately if no data
69 Increase of rendering time-stamp now done in a virtual function
70 IncRTS(); renamed fFrameCol to fFrameColor; minor cleanup.
74 * TPCSector3DEditor.cxx:
75 * TPCSector3DEditor.h:
77 New classes TPCSector3D and TPCSector3DEditor.
81 Renamed fFrameCol to fFrameColor.
83 2006-05-19 Matevz Tadel <matevz.tadel@cern.ch>
91 Add support for automatic pedestal determination and subtraction
92 on per pad basis (for RAW data only). Done with Marian.
99 * TPCSector2DEditor.cxx:
100 * TPCSector2DEditor.h:
103 * TPCSectorVizEditor.cxx:
104 * TPCSectorVizEditor.h:
105 Split TPCSectorViz from TPCSector2D as a base class. TPCSectorViz
106 holds the general parametrs that will also be used by TPCSector3D.
109 Use Reve::ColorFromIdx().
113 Include from Alieve, default class version 0.
115 2006-05-18 Matevz Tadel <matevz.tadel@cern.ch>
121 Added member fLoadPedestal to support subtraction of common
122 pedestal during data loading.
126 * TPCSector2DEditor.cxx:
127 * TPCSector2DEditor.h:
129 Added option fAverage to divide the integrated time-bin contents
130 by window width; fShowMax now works within the given time
131 window. Added flags to control rendering of inner/outer1/outer2
132 segments. Widgets have been extended to display numeric values for
133 threshold, max-value and min/max time (there were only sliders and
136 2006-05-18 Matevz Tadel <matevz.tadel@cern.ch>
143 * TPCSector2DEditor.cxx:
144 * TPCSector2DEditor.h:
146 Fixed all occurrences of misspelled 'treshold'.
148 2006-05-18 Matevz Tadel <matevz.tadel@cern.ch>
154 In LoadRaw(AliTPCRawStreamOld&): added protection for pad id
155 exceeding number of pads in row; optionally warn of the occurrences.
158 Fix compilation warnings.
160 2006-05-17 Matevz Tadel <matevz.tadel@cern.ch>
164 Introduce support for reading of raw TPC data. At the same time
165 the TPCSegment* classes have been renamed to TPCSector*.
171 * TPCSegmentEditor.cxx:
172 * TPCSegmentEditor.h:
175 Removed files; functionality moved to TPCData* and TPCSector*
182 * TPCSector2DEditor.cxx:
183 * TPCSector2DEditor.h:
188 New files: most of the code was scavenged from TPCDigitsInfo and
192 Reflect new class-names.
195 Moved using declarations to front.