]> git.uio.no Git - u/mrichter/AliRoot.git/blame - EVE/Alieve/ChangeLog
Record changes.
[u/mrichter/AliRoot.git] / EVE / Alieve / ChangeLog
CommitLineData
8fd6121a 12007-02-19 Alja Mrak-Tadel <Alja.Mrak.Tadel@cern.ch>
2
3 * Alieve/LinkDef.h:
4 * Alieve/KineTools.cxx:
5 * Alieve/KineTools.h:
6 New files: used in alice-macros/kine_tracks.C to set path marks in
7 imported tracks.
8
f1205740 92007-01-30 Matevz Tadel <matevz.tadel@cern.ch>
10
11 * TRDModuleImp.cxx:
12 From Christoph Blume: changes in the TRD code that affect the
13 database parameter samplingFrequency.
14
d40399b6 152007-01-19 Matevz Tadel <matevz.tadel@cern.ch>
16
17 * EventAlieve.cxx:
18 Use RGTopFrame::RedrawDisabler in GotoEvent(Int_t).
19
cfd4e8d1 202006-12-15 Matevz Tadel <matevz.tadel@cern.ch>
21
22 * TPCSectorData.cxx:
23 Removed unnecessary include.
24
cb54bde4 252006-12-13 Matevz Tadel <matevz.tadel@cern.ch>
26
27 * TPCSector2D.cxx:
28 * TPCSector2D.h:
29 * TPCSector2DGL.cxx:
30 Moved code responding to secondary selection from
31 TPCSector2DGL::ProcessSelection() to virtual
32 TPCSector2D::PadSelected(Int_t row, Int_t pad).
33
255c5d40 342006-12-13 Matevz Tadel <matevz.tadel@cern.ch>
35
36 * ITSModule.cxx:
37 * ITSModule.h:
38 Use two-level selection, implement callback QuadSelected() to
39 print out the digit details.
40
08e2e0ac 412006-12-06 Matevz Tadel <matevz.tadel@cern.ch>
42
43 * ITSModule.cxx:
44 Use AddLine() when registering SSD digits.
45
fbb275d1 462006-12-06 Matevz Tadel <matevz.tadel@cern.ch>
47
48 * TPCData.cxx:
49 * TPCSectorData.cxx:
50 Make consistent use of fLoadPedestal and fLoadThreshold with and
51 without auto-pedestal determination and for reading of
52 raw-data/digits.
53
54 * TPCLoaderEditor.cxx:
55 Fix tooltip of load-threshold number-entry.
56
343cbc67 572006-12-05 Matevz Tadel <matevz.tadel@cern.ch>
58
59 * TPCLoader.cxx:
60 * TPCLoader.h:
61 Added method ReloadSectors() allowing re-reading of data with
62 different load threshold/pedestal settings.
63
64 * TPCLoaderEditor.cxx:
65 * TPCLoaderEditor.h:
66 Added interface to load-time threshold/(auto)pedestal settings.
67
882d2e13 682006-12-04 Matevz Tadel <matevz.tadel@cern.ch>
69
70 * EventAlieve.cxx:
71 * EventAlieve.h:
72 Added mechanism for registration/execution of user-commands that
73 are to be run after a new event has been successfully loaded.
74
75 * TRDLoader.cxx:
76 * TRDModuleImp.cxx:
77 * TRDModuleImp.h:
78 Renamed typedef lpRE_t/i to List_t/i.
79
80 * VSDCreator.cxx:
81 A consistent way of getting the MC labels of the V0 daughters
82 (I.Belikov).
83
b2926a8c 842006-11-22 Matevz Tadel <matevz.tadel@cern.ch>
85
86 * EventAlieve.cxx:
87 Fix handling of AliESDfriends.root.
88
e2eaa3ae 892006-11-21 Matevz Tadel <matevz.tadel@cern.ch>
90
91 * EventAlieve.cxx:
92 * EventAlieve.h:
93 Fix handling of AliESDfriends.root.
94
d9b94b1f 952006-11-21 Matevz Tadel <matevz.tadel@cern.ch>
96
97 * ITSModule.cxx:
98 Use new naming conventions from QuadSet; increase x-width of SDD
99 digits.
100
a8be29b6 1012006-11-17 Matevz Tadel <matevz.tadel@cern.ch>
102
103 * ITSModule.cxx:
104 Do not interpolate color palette by default.
105
6755b986 1062006-11-16 Matevz Tadel <matevz.tadel@cern.ch>
107
108 * ITSModule.cxx:
109 * ITSModule.h:
110 Set palette and frame-box via setters to allow proper
111 reference-count management; cleanup.
112
e5c0dac9 1132006-11-14 Matevz Tadel <matevz.tadel@cern.ch>
114
115 * TPCSectorData.h:
116 Fix effc++ warnings.
117
79d7d114 1182006-11-14 Matevz Tadel <matevz.tadel@cern.ch>
119
120 * ITSDigitsInfo.cxx:
121 * ITSDigitsInfo.h:
122 Formatting changes.
123
124 * ITSModule.cxx:
125 * ITSModule.h:
126 Subclass from the new QuadSet implementation; introduced static
127 data members to hold pointers to default FrameBoxes and
128 RGBAPalettes for each detector type.
129
2f341c3b 1302006-10-31 Matevz Tadel <matevz.tadel@cern.ch>
131
132 * TRDLoaderSingle.cxx:
133 * TRDLoaderSingle.h:
134 * LinkDef.h:
135 * TRDData.cxx:
136 * TRDData.h:
137 * TRDLoader.cxx:
138 * TRDLoader.h:
139 * TRDModule.cxx:
140 * TRDModule.h:
141 * TRDModuleImp.cxx:
142 * TRDModuleImp.h:
143 From Alexandru: changes in TRD visualization.
144
7c86a238 1452006-10-31 Matevz Tadel <matevz.tadel@cern.ch>
146
147 * ITSModule.cxx:
148 * ITSModule.h:
149 Replace QuadSet with OldQuadSet; from Raffale: remove a couple of
150 duplicate lines.
151
152 * TRDData.cxx:
153 * TRDData.h:
154 Replace QuadSet with OldQuadSet.
155
156 * MUONChamber.cxx:
157 * MUONChamber.h:
158 * MUONChamberData.cxx:
159 * MUONChamberData.h:
160 * MUONChamberEditor.cxx:
161 * MUONChamberEditor.h:
162 * MUONChamberGL.cxx:
163 * MUONChamberGL.h:
164 * MUONData.cxx:
165 * MUONData.h:
166 From Bogdan: new files / new implementation of the MUON
167 visualization.
168
169 * MUONDigitsInfo.cxx:
170 * MUONDigitsInfo.h:
171 * MUONModule.cxx:
172 * MUONModule.h:
173 From Bogdan: removed files.
174
175 * LinkDef.h:
176 Add/remove classes according to changes in MUON.
177
358f76c8 1782006-10-27 Matevz Tadel <matevz.tadel@cern.ch>
179
180 * ITSModule.cxx:
181 From Raffaele: implemented naming scheme used for alignable
182 volumes.
183
184 * LinkDef.h:
185 List new classes for TRD visualization.
186
187 * TRDData.cxx:
188 * TRDData.h:
189 * TRDLoader.cxx:
190 * TRDLoader.h:
191 * TRDModule.cxx:
192 * TRDModule.h:
193 * TRDModuleImp.cxx:
194 * TRDModuleImp.h:
195 New files from Alexandru: TRD visualization.
196
d9193858 1972006-10-26 Matevz Tadel <matevz.tadel@cern.ch>
198
199 * EventAlieve.cxx:
200 * EventAlieve.h:
201 Added option to respond to missing galice.root or AliESD.root
202 files in Open() with less violence (do not throw an exception,
203 just print a warning). This is a default now.
204
205 * MUONModule.cxx:
206 From Ivana: update following changes in MUON.
207
113d065e 2082006-10-18 Matevz Tadel <matevz.tadel@cern.ch>
209
210 * TPCSectorViz.cxx:
211 * TPCSectorViz.h:
212 * TPCSectorVizEditor.cxx:
213 * TPCSectorVizEditor.h:
214 Use Reve::ZTrans to hold the transformation matrix; renamed member
215 fTrans to less ambiguous fAutoTrans.
216
217 * TPCLoader.cxx:
218 * TPCSector2D.cxx:
219 * TPCSector3D.cxx:
220 Changes accompanying migration to usage of ZTrans in TPCSectorViz.
221
aa77b33a 2222006-10-13 Matevz Tadel <matevz.tadel@cern.ch>
223
224 * EventAlieve.cxx:
225 During opening of a run via run-loader also load run-header.
226
a8600b56 2272006-10-09 Matevz Tadel <matevz.tadel@cern.ch>
228
229 EVE-dev
230
231 * VSDCreator.cxx:
232 Youri's changes (merge of V0 and V0MI) were lost after CVS
233 gymnastics (reverting EVE-head to work with tagged version of
234 ROOT).
235
2362006-10-02 Matevz Tadel <matevz.tadel@cern.ch>
237
238 EVE-dev
239
240 * .SKEL-ged.cxx:
241 * .SKEL-ged.h:
242 * .SKEL-gl.cxx:
243 * .SKEL-gl.h:
244 * .SKEL.h:
245 Changes for new geditor and gl two-level selection; added
246 delarations of private copy-ctor and assignment-op.
247
248 * TPCSector2D.cxx:
249 * TPCSector2D.h:
250 * TPCSector2DEditor.cxx:
251 * TPCSector2DEditor.h:
252 * TPCSector2DGL.cxx:
253 * TPCSector2DGL.h:
254 Added control of pick-mode and display of pad/pad-row histograms
255 as a response to second-level selection hit.
256
257 * TPCSectorViz.h:
258 Added methods GetMin/MaxTime().
259
260 * TPCSectorVizEditor.cxx:
261 Increased widget limits on fThreshold and fMaxVal.
262
2632006-09-26 Matevz Tadel <matevz.tadel@cern.ch>
264
265 EVE-dev
266
267 * TPCLoaderEditor.cxx:
268 * TPCLoaderEditor.h:
269 * TPCSector2DEditor.cxx:
270 * TPCSector2DEditor.h:
271 * TPCSector3DEditor.cxx:
272 * TPCSector3DEditor.h:
273 * TPCSectorVizEditor.cxx:
274 * TPCSectorVizEditor.h:
275 Conform to new TGedFrame paradigm in ROOT.
276
44f62c9d 2772006-09-06 Matevz Tadel <matevz.tadel@cern.ch>
278
279 * MUONDigitsInfo.cxx:
280 * MUONDigitsInfo.h:
281 * MUONModule.cxx:
282 * MUONModule.h:
283 From Bogdan: fix effc++ warnings, add comments.
284
c03991e2 2852006-08-30 Matevz Tadel <matevz.tadel@cern.ch>
286
287 * EventAlieve.cxx:
288 * EventAlieve.h:
289 * ITSDigitsInfo.cxx:
290 * ITSDigitsInfo.h:
291 * ITSModule.cxx:
292 * ITSModule.h:
293 * MUONDigitsInfo.cxx:
294 * MUONDigitsInfo.h:
295 * MUONModule.cxx:
296 * MUONModule.h:
297 * TPCLoader.cxx:
298 * TPCLoader.h:
299 * TPCLoaderEditor.cxx:
300 * TPCLoaderEditor.h:
301 * TPCSector2DEditor.cxx:
302 * TPCSector2DEditor.h:
303 * TPCSector2DGL.cxx:
304 * TPCSector2DGL.h:
305 * TPCSector3D.cxx:
306 * TPCSector3DEditor.cxx:
307 * TPCSector3DEditor.h:
308 * TPCSector3DGL.cxx:
309 * TPCSector3DGL.h:
310 * TPCSectorData.cxx:
311 * TPCSectorData.h:
312 * TPCSectorViz.h:
313 * TPCSectorVizEditor.cxx:
314 * TPCSectorVizEditor.h:
315 * VSDCreator.cxx:
316 * VSDCreator.h:
317 Fix effc++ warnings.
318
426530cc 3192006-08-29 Matevz Tadel <matevz.tadel@cern.ch>
320
c03991e2 321 EVE-dev
322
426530cc 323 * TPCSector2DGL.cxx:
324 * TPCSector2DGL.h:
325 Added support for two-level selection down to pad level; added
326 ifdefs for post root-5.11.0 prototype of SetModelCheckClass().
327
328 * TPCSector3DGL.cxx:
329 Added ifdefs for post root-5.11.0 prototype ofSetModelCheckClass().
330
7e639379 3312006-07-11 Matevz Tadel <matevz.tadel@cern.ch>
332
333 * EventAlieve.cxx:
334 * EventAlieve.h:
335 Added method Event::GotoEvent(Int_t) and shortcuts
336 Next/PrevEvent().
337
cc1a2754 3382006-07-10 Matevz Tadel <matevz.tadel@cern.ch>
339
340 * EventAlieve.cxx:
341 * EventAlieve.h:
342 Now derived from Reve::EventBase.
343
344 * ITSModule.cxx:
345 * ITSModule.h:
346 * MUONModule.cxx:
347 * MUONModule.h:
348 * TPCSectorViz.cxx:
349 * TPCSectorViz.h:
350 Changed inheritance order (RenderElement base comes first).
351
352 * TPCLoader.cxx:
353 * TPCLoader.h:
354 Implemented list-management virtuals; use new functionality of
355 RGTopFrame.
356
357 * TPCSector2DGL.cxx:
358 Cosmetic changes.
359
a5aa9a14 360 * TPCSector3D.h:
cc1a2754 361 * TPCSector3D.cxx:
362 Do not recompute visual representation on every triangulation
363 change (let the GL renderer do it); conform to new syntax of
364 PointSetArray.
365
366 * TPCSector3DGL.cxx:
367 * TPCSector3DGL.h:
368 Added triangulation time-stamp: update model state when needed;
369 use PointSet::Size() instead of GetN().
370
c9381feb 3712006-06-28 Matevz Tadel <matevz.tadel@cern.ch>
372
373 * TPCLoader.cxx:
374 Use built-in equipment maps; the override option is still present
375 for reading early sector-test 2006 data.
376
a83547b6 3772006-06-27 Matevz Tadel <matevz.tadel@cern.ch>
378
379 * TPCLoader.cxx:
380 * TPCLoader.h:
381 Added member TString fTPCEquipementMap to allow override of
382 default file location.
383
384 * TPCSector2DGL.cxx:
385 Added ClassImp.
386
387 * TPCSector3DGL.cxx:
388 Added control statements for cases when some visualization data
389 are not present (GL optimization).
390
391 * VSDCreator.cxx:
392 Small fixes to revive basic VSD functionality.
393
866edeca 3942006-06-20 Matevz Tadel <matevz.tadel@cern.ch>
395
396 * TPCSector3D.cxx:
397 * TPCSector3D.h:
398 Removed TAttMarker as base-class, added fPointSize member.
399
400 * TPCSector3DEditor.cxx:
401 * TPCSector3DEditor.h:
402 Added control for fPointSize.
403
404 * TPCSector3DGL.cxx:
405 After frame-box rendering GL remained in wire-frame mode.
406
407 * TPCSectorData.cxx:
408 * TPCSectorData.h:
409 Added internal static member for z-length of the sector.
410
411 * TPCSectorViz.cxx:
412 From Cvetan: fix orientation for C-side sectors.
413
f236c901 4142006-06-19 Matevz Tadel <matevz.tadel@cern.ch>
415
416 * TPCSector3D.cxx:
417 * TPCSector3D.h:
418 * TPCSector3DGL.cxx:
419 Added support for rendering a fraction of 3D digits as points: the
420 fraction of the fThreshold->fMaxVal interval that is rendered a
421 spoints is controlled via the fPointFrac member. Subclassed
422 TPCSector3D from TAttMarker to allow point-size control.
423
424 * TPCSector3DEditor.cxx:
425 * TPCSector3DEditor.h:
426 Added control for fPointFrac; use RGValuator for fDriftVel.
427
0a55ac96 4282006-06-15 Matevz Tadel <matevz.tadel@cern.ch>
429
430 * TPCData.cxx:
431 Removed stale printout.
432
433 * TPCLoader.cxx:
434 * TPCLoader.h:
435 Added option to set inital min/max time and threshold for
436 TPCSector2D's created by the loader.
437
4862886c 4382006-06-15 Matevz Tadel <matevz.tadel@cern.ch>
439
440 * TPCSectorData.h:
441 Fixed a type in PadRowHack ctor (unused parameter).
442
79218578 4432006-06-15 Matevz Tadel <matevz.tadel@cern.ch>
444
445 * LinkDef.h:
446 * TPCData.cxx:
447 * TPCLoader.cxx:
448 * TPCSectorData.cxx:
449 * TPCSectorData.h:
450 Added hacks to allow removal of noisy pads.
451
50900edb 4522006-06-15 Matevz Tadel <matevz.tadel@cern.ch>
453
454 * TPCLoaderEditor.cxx:
455 Use StrDup to feed TGFileInfo for brain-dead interface of
456 TGFileDialog.
457
458 * TPCSector3DGL.cxx:
459 * TPCSector3DGL.h:
460 Added padding for frame-box borders so that all all digits are
461 contained within it.
462
ae839f53 4632006-06-14 Matevz Tadel <matevz.tadel@cern.ch>
464
465 * .SKEL-gl.cxx:
466 * .SKEL-gl.h:
467 Added conventions for ROOT pre/post 5.11.02.
468
469 * LinkDef.h:
470 * TPCSector3DGL.cxx:
471 * TPCSector3DGL.h:
472 New class TPCSector3DGL, a direct renderer for TPCSector3D.
473
474 * TPCLoaderEditor.cxx:
475 Properly handle directory data, allows loading from non-current
476 directory.
477
478 * TPCSectorViz.cxx:
479 * TPCSectorViz.h:
480 Added optimised color lookup function/cache; do not alow threshold
481 to overrun maxval nad vice versa.
482
483 * TPCSectorVizEditor.cxx:
484 Reget threshold/maxval after setting it.
485 * TPCSector3D.cxx:
486 * TPCSector3D.h:
487 Changes for rendering via TPCSector3DGL; use optimised color
488 lookup from TPCSectorViz.
489
490 * TPCSector2DGL.cxx:
491 Use optimised color lookup from TPCSectorViz.
492
4ba958ae 4932006-06-12 Matevz Tadel <matevz.tadel@cern.ch>
494
495 * EventAlieve.cxx:
496 * EventAlieve.h:
497 Added automatic loading of AliESDfriend (if found in event
498 directory); new function AssertESDfriend().
499
cdb2119b 5002006-06-09 Matevz Tadel <matevz.tadel@cern.ch>
501
502 HEAD
503
504 * TPCLoaderEditor.cxx:
505 Fixed target class for fDoubleSR signal connect.
506
f56512b2 5072006-06-06 Matevz Tadel <matevz.tadel@cern.ch>
508
cdb2119b 509 HEAD
510
f56512b2 511 * TPCLoader.cxx:
512 * TPCLoader.h:
513 Added member for double sampling-rate fDoubleSR; copy
514 visualization parameter from 2D view when creating 3D view.
515
516 * TPCLoaderEditor.cxx:
517 * TPCLoaderEditor.h:
518 Added control for double sampling-rate fDoubleSR.
519
520 * TPCSector3DEditor.cxx:
521 Increased precision of drift velocity widget.
522
523 * TPCSectorViz.cxx:
524 * TPCSectorViz.h:
525 Added method CopyVizParams(); reset transformation on sector id
526 change.
527
528 * TPCSectorVizEditor.cxx:
529 * TPCSectorVizEditor.h:
530 Added button to control realistic positioning of the sector.
531
a9148d46 5322006-06-02 Matevz Tadel <matevz.tadel@cern.ch>
533
cdb2119b 534 HEAD
535
a9148d46 536 * LinkDef.h:
537 * TPCLoader.cxx:
538 * TPCLoader.h:
539 * TPCLoaderEditor.cxx:
540 * TPCLoaderEditor.h:
541 New class TPCLoader providing (graphical) interface for navigation
542 through the TPC sector data.
543
544 * TPCSector3D.cxx:
545 Proper initialization of bounding box for fBoxSet.
546
547 * TPCSector2DEditor.cxx:
548 * TPCSectorViz.cxx:
549 Removed some comment crap.
550
4feec443 5512006-06-01 Bogdan Vulpescu <vulpescu@clermont.in2p3.fr>
552
553 HEAD
554
555 * LinkDef.h:
556 * MUONDigitsInfo.cxx:
557 * MUONDigitsInfo.h:
558 * MUONModule.cxx:
559 * MUONModule.h:
560 New files for MUON visualization by Bogdan Vulpescu.
561
9bea0c03 5622006-06-01 Matevz Tadel <matevz.tadel@cern.ch>
563
564 HEAD
565
566 * TPCSector2D.cxx:
567 * TPCSector2DGL.cxx:
568 * TPCSector3D.cxx:
569 Added preprocessor conditionals to support ROOT > 5.11.2.
570
5987168b 5712006-05-31 Matevz Tadel <matevz.tadel@cern.ch>
572
cdb2119b 573 EVE-dev
574
5987168b 575 * TPCSectorVizEditor.cxx:
576 * TPCSectorVizEditor.h:
577 Replaced hand-woven widget-groups with RGValuators.
578
5792006-05-31 Matevz Tadel <matevz.tadel@cern.ch>
580
cdb2119b 581 EVE-dev
582
5987168b 583 * TPCData.cxx:
584 * TPCData.h:
585 Removed function LoadRaw(AliTPCRawStreamOld&).
586
587 * TPCSector2DGL.h:
588 Removed forgotten declaration of SetCol().
589
590 * TPCSector3D.cxx:
591 In Paint(): properly setup 3D transformation of fBoxSet.
592
593 * alieve_main/alieve_main.cxx:
594 New file; executable linked against all ALICE libraries.
595
092578a7 5962006-05-23 Matevz Tadel <matevz.tadel@cern.ch>
597
598 EVE-dev
599
600 * TPCSector2D.cxx:
601 Honor fRnrElement in Paint(); it was impossible to disable
602 rendering of 2D sectors.
603
6042006-05-23 Matevz Tadel <matevz.tadel@cern.ch>
605
606 EVE-dev
607
608 * TPCData.cxx:
609 * TPCData.h:
610 In LoadRaw(AliTPCRawStreamOld&) added protection against repeated
611 data for a given pad; added methods DropAllSectors() and
612 DeleteAllSectors().
613
614 * TPCSectorData.cxx:
615 * TPCSectorData.h:
616 Added method DropData(); in EndPad() return immediately if no data
617 was registered.
618
619 * TPCSector2D.h:
620 * TPCSector2DGL.cxx:
621 * TPCSectorViz.cxx:
622 * TPCSectorViz.h:
623 Increase of rendering time-stamp now done in a virtual function
624 IncRTS(); renamed fFrameCol to fFrameColor; minor cleanup.
625
626 * TPCSector3D.cxx:
627 * TPCSector3D.h:
628 * TPCSector3DEditor.cxx:
629 * TPCSector3DEditor.h:
630 * LinkDef.h:
631 New classes TPCSector3D and TPCSector3DEditor.
632
633 * ITSModule.cxx:
634 * ITSModule.h:
635 Renamed fFrameCol to fFrameColor.
636
6372006-05-19 Matevz Tadel <matevz.tadel@cern.ch>
638
639 EVE-dev and HEAD
640
641 * TPCData.cxx:
642 * TPCData.h:
643 * TPCSectorData.cxx:
644 * TPCSectorData.h:
645 Add support for automatic pedestal determination and subtraction
646 on per pad basis (for RAW data only). Done with Marian.
647
648 EVE-dev
649
650 * LinkDef.h:
651 * TPCSector2D.cxx:
652 * TPCSector2D.h:
653 * TPCSector2DEditor.cxx:
654 * TPCSector2DEditor.h:
655 * TPCSectorViz.cxx:
656 * TPCSectorViz.h:
657 * TPCSectorVizEditor.cxx:
658 * TPCSectorVizEditor.h:
659 Split TPCSectorViz from TPCSector2D as a base class. TPCSectorViz
660 holds the general parametrs that will also be used by TPCSector3D.
661
662 * TPCSector2DGL.cxx:
663 Use Reve::ColorFromIdx().
664
665 * .SKEL-ged.cxx:
666 * .SKEL-ged.h:
667 Include from Alieve, default class version 0.
668
b56d8877 6692006-05-18 Matevz Tadel <matevz.tadel@cern.ch>
670
092578a7 671 EVE-dev
b56d8877 672
673 * TPCData.cxx:
674 * TPCData.h:
675 Added member fLoadPedestal to support subtraction of common
676 pedestal during data loading.
677
678 * TPCSector2D.cxx:
679 * TPCSector2D.h:
680 * TPCSector2DEditor.cxx:
681 * TPCSector2DEditor.h:
682 * TPCSector2DGL.cxx:
683 Added option fAverage to divide the integrated time-bin contents
684 by window width; fShowMax now works within the given time
685 window. Added flags to control rendering of inner/outer1/outer2
686 segments. Widgets have been extended to display numeric values for
687 threshold, max-value and min/max time (there were only sliders and
688 print-out before).
689
915dabe1 6902006-05-18 Matevz Tadel <matevz.tadel@cern.ch>
691
092578a7 692 EVE-dev
915dabe1 693
694 * ITSModule.cxx:
695 * TPCSector2D.cxx:
696 * TPCSector2D.h:
697 * TPCSector2DEditor.cxx:
698 * TPCSector2DEditor.h:
699 * TPCSector2DGL.cxx:
700 Fixed all occurrences of misspelled 'treshold'.
701
7022006-05-18 Matevz Tadel <matevz.tadel@cern.ch>
703
092578a7 704 EVE-dev
915dabe1 705
706 * TPCData.cxx:
707 * TPCData.h:
708 In LoadRaw(AliTPCRawStreamOld&): added protection for pad id
709 exceeding number of pads in row; optionally warn of the occurrences.
710
711 * TPCSectorData.cxx:
712 Fix compilation warnings.
713
7142006-05-17 Matevz Tadel <matevz.tadel@cern.ch>
715
092578a7 716 EVE-dev
915dabe1 717
718 Introduce support for reading of raw TPC data. At the same time
719 the TPCSegment* classes have been renamed to TPCSector*.
720
721 * TPCDigitsInfo.cxx:
722 * TPCDigitsInfo.h:
723 * TPCSegment.cxx:
724 * TPCSegment.h:
725 * TPCSegmentEditor.cxx:
726 * TPCSegmentEditor.h:
727 * TPCSegmentGL.cxx:
728 * TPCSegmentGL.h:
729 Removed files; functionality moved to TPCData* and TPCSector*
730 classes.
731
732 * TPCData.cxx:
733 * TPCData.h:
734 * TPCSector2D.cxx:
735 * TPCSector2D.h:
736 * TPCSector2DEditor.cxx:
737 * TPCSector2DEditor.h:
738 * TPCSector2DGL.cxx:
739 * TPCSector2DGL.h:
740 * TPCSectorData.cxx:
741 * TPCSectorData.h:
742 New files: most of the code was scavenged from TPCDigitsInfo and
743 TPCSegment* classes.
744
745 * LinkDef.h:
746 Reflect new class-names.
747
748 * .SKEL.cxx:
749 Moved using declarations to front.
750
751 * ChangeLog:
752 New file.