]> git.uio.no Git - u/mrichter/AliRoot.git/blob - EVE/ChangeLog
Remove obsolete setup of GL viewer.
[u/mrichter/AliRoot.git] / EVE / ChangeLog
1 2007-10-23  Alja Mrak-Tadel  <Alja.Mrak.Tadel@cern.ch>
2
3         * alice-macros/NLT_trackcount_init.C:
4         Set center of the projection to the primary vertex.
5
6 2007-10-22  Matevz Tadel  <matevz.tadel@cern.ch>
7
8         Merged EVE-dev-after-merge to EVE-dev into HEAD.
9         Moved tag EVE-dev-after-merge to current EVE-dev.
10
11 2007-10-16  Matevz Tadel  <matevz.tadel@cern.ch>
12
13         Merged EVE-head-after-merge to HEAD into EVE-dev.
14         Moved tag EVE-head-after-merge to current HEAD.
15
16         EVE-dev
17
18         * alice-macros/MUON_display.C:
19         * alice-macros/acorde_hits.C:
20         * alice-macros/geom_acorde.C:
21         * binalieve.pkg:
22         Merge from EVE-head-after-merge to HEAD.
23
24         * alice-macros/its_hits.C:
25         Added example line for usage of per-point integer ids.
26
27         * icons/pointset.xpm:
28         Changed icon.
29
30 2007-10-05  Matevz Tadel  <matevz.tadel@cern.ch>
31
32         EVE-dev
33
34         * alice-macros/esd_Cascade.C:
35         * alice-macros/esd_V0.C:
36         * alice-macros/its_clusters.C:
37         * alice-macros/tpc_clusters.C:
38         * macros/reve_sa_init.C:
39         * test-macros/tpc_gui.C:
40         * test-macros/tpc_gui_hack.C:
41         Renamed class RGTopFrame to ReveManager.
42
43 2007-10-04  Matevz Tadel  <matevz.tadel@cern.ch>
44
45         EVE-dev
46
47         * alice-macros/tpc_calib_viewer.C:
48         New macro (with Marian): start an embedded TPC calibration viewer.
49
50 2007-10-04  Matevz Tadel  <matevz.tadel@cern.ch>
51
52         * alice-macros/acorde_hits.C:
53         * alice-macros/geom_acorde.C:
54         New files from Eleazar: geometry and hits for ACORDE.
55
56 2007-10-03  Matevz Tadel  <matevz.tadel@cern.ch>
57
58         EVE-dev
59
60         * alice-macros/tpc_digits.C:
61         Name sectors by sector-id when creating full A/C side plates.
62
63 2007-10-03  Matevz Tadel  <matevz.tadel@cern.ch>
64
65         EVE-dev
66
67         * test-macros/tpc_gui.C:
68         Enable setting of default parameters matching the standard real
69         TPC data.
70         Remove some obsolete framework calls.
71
72 2007-10-02  Matevz Tadel  <matevz.tadel@cern.ch>
73
74         EVE-dev
75
76         * alice-macros/pmd_digits.C:
77         Optionally add background polygons.
78
79 2007-09-24  Matevz Tadel  <matevz.tadel@cern.ch>
80
81         * alice-macros/MUON_display.C:
82         From Bogdan: modifications for the new structure of the data in
83         the MUON code.
84
85 2007-08-31  Alja Mrak-Tadel  <Alja.Mrak.Tadel@cern.ch>
86
87         EVE-dev
88
89         * alice-macros/kine_tracks.C:
90         Add missing namespace qualifier.
91
92         * icons/pointset.xpm:
93         * icons/scene.xpm:
94         * icons/track.xpm:
95         * icons/viewer.xpm:
96         New files: icons for list tree.
97
98 2007-08-30  Alja Mrak-Tadel  <Alja.Mrak.Tadel@cern.ch>
99
100         EVE-dev
101
102         * alice-macros/primary_vertex.C:
103         Generalize creation of primary vertex ellipse.
104
105 2007-08-30  Matevz Tadel  <matevz.tadel@cern.ch>
106
107         EVE-dev
108
109         * alice-macros/geom_gentle.C:
110         Add missing namespace qualifier.
111
112         * macros/alieve_init.C:
113         Remove std namespace qualifiers disliked by the new cint.
114
115         * alice-macros/NLT_trackcount_init.C:
116         * macros/trackcount_init.C:
117         Reuse its/tpc_cluster.C.so.
118         Do not load event in alieve_init (first event was loaded twice).
119
120 2007-08-30  Matevz Tadel  <matevz.tadel@cern.ch>
121
122         EVE-dev
123
124         * alice-macros/its_clusters.C:
125         * alice-macros/tpc_clusters.C:
126         Allow on-the-fly compilation.
127
128         * alice-macros/NLT_trackcount_init.C:
129         Put in sync with the rest of the world.
130
131 2007-08-29  Alja Mrak-Tadel  <Alja.Mrak.Tadel@cern.ch>
132
133         EVE-dev
134
135         * alice-macros/NLT_test.C:
136         Fix wrong condition before import event to NLTProjector.
137
138         * alice-macros/primary_vertex.C:
139         Present the primary-vertex as a cross and three ellipses by using
140         the StraightLineSet primitive.
141
142 2007-08-29  Alja Mrak-Tadel  <Alja.Mrak.Tadel@cern.ch>
143
144         EVE-dev
145
146         * macros/trackcount_init.C:
147         Call alieve_init before trackcount_init. Problems in loading macros with std::list.
148         
149         * alice-macros/NLT_trackcount_init.C:
150         New macro: trackcount in non-linear projections.
151         
152         * alice-macros/esd_tracks.C:
153         Set marker and line attributes as defined in parent TrackList.
154         
155         * alice-macros/geom_gentle.C:
156         Return pointer of imported geometry.
157
158 2007-08-28  Alja Mrak-Tadel  <Alja.Mrak.Tadel@cern.ch>
159
160         EVE-dev
161
162         * alice-macros/its_module_stepper.C:
163         Remove configuration of GridStepper. Default already done in
164         ITSModuleStepper constructor.
165
166 2007-08-27  Matevz Tadel  <matevz.tadel@cern.ch>
167
168         EVE-dev
169
170         * alice-macros/tpc_digits.C:
171         Run in full 2D mode by default.
172
173 2007-08-24  Alja Mrak-Tadel  <Alja.Mrak.Tadel@cern.ch>
174
175         EVE-dev
176
177         * alice-macros/NLT_test.C:
178         Enable rendering of NLTProjector to get scale info.
179
180 2007-08-24  Matevz Tadel  <matevz.tadel@cern.ch>
181
182         EVE-dev
183
184         * alice-macros/NLT_test.C:
185         * alice-macros/clusters_from_index.C:
186         * alice-macros/clusters_from_label.C:
187         * alice-macros/hits_from_label.C:
188         * alice-macros/its_clusters.C:
189         * alice-macros/phos_clusters.C:
190         * alice-macros/tpc_clusters.C:
191         * alice-macros/tpc_hits.C:
192         * alice-macros/trd_hits.C:
193         Argument types must be fully quantified with latest cint: added
194         'Reve::' where needed.
195
196         * macros/alieve_init.C:
197         Changes for browser-topframe reorganization.
198
199 2007-08-22  Alja Mrak-Tadel  <Alja.Mrak.Tadel@cern.ch>
200
201         EVE-dev
202
203         * alice-macros/NLT_geo_demo.C:
204         Remove obsolete demo.
205
206 2007-08-21  Alja Mrak-Tadel  <Alja.Mrak.Tadel@cern.ch>
207
208         EVE-dev
209
210         * alice-macros/NLT_demo.C:
211         Remove file: replaced by NLT_test.C.
212         
213         * alice-macros/NLT_test.C:
214         Put current camera in orthographic XY projection. Disable drawing of
215         NLTProjector.
216
217 2007-08-20  Matevz Tadel  <matevz.tadel@cern.ch>
218
219         EVE-dev
220
221         * alice-macros/NLT_test.C:
222         Create special scene for projected event and add it to the default
223         gl viewer.
224
225 2007-08-19  Matevz Tadel  <matevz.tadel@cern.ch>
226
227         EVE-dev
228
229         * alice-macros/NLT_demo.C:
230         * alice-macros/NLT_geo_demo.C:
231         Update for changes in Reve.
232
233         * alice-macros/NLT_test.C:
234         New file, mini test macro for automatic import of projected
235         elements.
236
237 2007-08-18  Alja Mrak-Tadel  <Alja.Mrak.Tadel@cern.ch>
238
239         EVE-dev
240
241         * alice-macros/esd_V0.C:
242         * alice-macros/esd_tracks.C:
243         * alice-macros/kine_tracks.C:
244         * alice-macros/primary_vertex_tracks.C:
245         Remove Track::MakeMarkers(). Rendering of fist vertices done in
246         TrackGL::DirectDraw(). Set line color of tracks same as container color.
247
248 2007-08-13  Matevz Tadel  <matevz.tadel@cern.ch>
249
250         EVE-dev
251
252         * alice-macros/MUON_display.C:
253         * alice-macros/NLT_geo_demo.C:
254         * alice-macros/clusters_from_label.C:
255         * alice-macros/emcal_digits.C:
256         * alice-macros/emcal_hits.C:
257         * alice-macros/esd_Cascade.C:
258         * alice-macros/esd_V0.C:
259         * alice-macros/esd_tracks.C:
260         * alice-macros/geom_fmd.C:
261         * alice-macros/geom_hmpid.C:
262         * alice-macros/geom_phos.C:
263         * alice-macros/geom_t0.C:
264         * alice-macros/geom_vzero.C:
265         * alice-macros/its_digits.C:
266         * alice-macros/its_hits.C:
267         * alice-macros/its_raw.C:
268         * alice-macros/kine_tracks.C:
269         * alice-macros/pmd_digits.C:
270         * alice-macros/pmd_raw.C:
271         * alice-macros/primary_vertex_tracks.C:
272         * alice-macros/tof_digits.C:
273         * alice-macros/tof_digits_sector.C:
274         * alice-macros/tof_digits_strips.C:
275         * alice-macros/tof_hits.C:
276         * alice-macros/tpc_digits.C:
277         * alice-macros/tpc_hits.C:
278         * alice-macros/trd_hits.C:
279         * macros/reve_quad_test.C:
280         Consistent ordering of arguments to AddRenderElement(),
281         AddGlobalRenderElement() and RemoveRenderElement().
282
283 2007-08-10  Alja Mrak-Tadel  <Alja.Mrak.Tadel@cern.ch>
284
285         EVE-dev
286
287         * Alieve/.SKEL-gedsubed.cxx:
288         * Alieve/.SKEL-gedsubed.h:
289         * Reve/.SKEL-gedsubed.cxx:
290         * Reve/.SKEL-gedsubed.h:
291         * reve-genclass.pl:
292         Generate class skeletons for ged sub-editors.
293
294 2007-08-09  Alja Mrak-Tadel  <Alja.Mrak.Tadel@cern.ch>
295
296         EVE-dev
297
298         * alice-macros/NLT_demo.C:
299         * alice-macros/NLT_geo_demo.C:
300         Add projection of gentle_geo.root geometry.
301
302         * alice-macros/its_module_stepper.C:
303         Display only one ITSModuleStepper. 
304
305 2007-08-08  Matevz Tadel  <matevz.tadel@cern.ch>
306
307         Create branch EVE-dev.
308         Tag HEAD:    EVE-head-after-merge.
309         Tag EVE-dev: EVE-dev-after-merge.
310
311 2007-08-06  Matevz Tadel  <matevz.tadel@cern.ch>
312
313         * alice-macros/jetplane.C:
314         From Cesar: Macro to visualize jets.
315
316 2007-08-02  Matevz Tadel  <matevz.tadel@cern.ch>
317
318         * binalieve.pkg:
319         * binreve.pkg:
320         Remove linking against libTreeViewer, this dependency has been
321         removed in root head.
322
323 2007-07-24  Matevz Tadel  <matevz.tadel@cern.ch>
324
325         * binalieve.pkg:
326         * binreve.pkg:
327         Link also against libTreeViewer.
328
329 2007-07-23  Matevz Tadel  <matevz.tadel@cern.ch>
330
331         * alice-macros/kine_tracks.C:
332         New optional argument: Bool_t use_track_refs=kTRUE.
333
334         * macros/trackcount_init.C:
335         Load ITS/TPC clusters instead of hits.
336
337 2007-07-13  Matevz Tadel  <matevz.tadel@cern.ch>
338
339         * alice-macros/tpc_clusters.C:
340         New macro from Jouri: display TPC clusters.
341
342 2007-07-12  Matevz Tadel  <matevz.tadel@cern.ch>
343
344         * alice-macros/clusters_from_index.C:
345         * alice-macros/esd_Cascade.C:
346         * alice-macros/esd_V0.C:
347         * alice-macros/esd_V0_points.C:
348         * alice-macros/esd_spd_tracklets.C:
349         * alice-macros/esd_tracks.C:
350         * alice-macros/primary_vertex.C:
351         * alice-macros/primary_vertex_tracks.C:
352         From Christian: AliESD -> AliESDEvent migration.
353
354 2007-07-02  Matevz Tadel  <matevz.tadel@cern.ch>
355
356         Removed tags EVE-head-after-merge and EVE-dev-after-merge.
357         Removed EVE-dev branch.
358         It will be recreated when needed.
359         
360         * binalieve.pkg:
361         * binreve.pkg:
362         Link also against libFTGL.
363
364         * macros/reve_quad_test.C:
365         Improve test-function modularity.
366
367 2007-06-27  Matevz Tadel  <matevz.tadel@cern.ch>
368
369         Due to significant changes in the coming ROOT release
370         (reimplementation of GL-viewer) we'll probably have to split the
371         development again.
372
373         Merge changes from HEAD to EVE-dev.
374         Tag HEAD:    EVE-head-after-merge.
375         Tag EVE-dev: EVE-dev-after-merge.
376
377 2007-06-26  Matevz Tadel  <matevz.tadel@cern.ch>
378
379         * alice-macros/its_clusters.C:
380         Remove AliDebug stuff.
381
382         * macros/alieve_init.C:
383         Use new Alieve::Event initialization.
384
385 2007-06-22  Matevz Tadel  <matevz.tadel@cern.ch>
386
387         * alice-macros/its_clusters.C:
388         * alice-macros/phos_clusters.C:
389         Use geometry from CDB.
390
391         * macros/alieve_init.C:
392         Allow override of CDB storage.
393
394 2007-06-19  Matevz Tadel  <matevz.tadel@cern.ch>
395
396         * alice-macros/its_clusters.C:
397         Load misaligned-geometry.root not created any more.
398
399 2007-06-18  Matevz Tadel  <matevz.tadel@cern.ch>
400
401         * alice-macros/esd_spd_tracklets.C:
402         New macro: show SPD tracklets from AliMultiplicity.
403
404         * alice-macros/its_clusters.C:
405         Added optional argument maxR.
406
407 2007-06-13  Matevz Tadel  <matevz.tadel@cern.ch>
408
409         * libAlieve.pkg:
410         Added TOF to EINCLUDES.
411
412         * alice-macros/tof_digits.C:
413         * alice-macros/tof_digits_sector.C:
414         * alice-macros/tof_digits_strips.C:
415         From Annalisa: new macros for TOF digit visualization.
416
417 2007-06-06  Matevz Tadel  <matevz.tadel@cern.ch>
418
419         * alice-macros/init_trd.C:
420         From Alexandru: new version of TRD visualization.
421
422 2007-05-30  Alja Mrak-Tadel  <Alja.Mrak.Tadel@cern.ch>
423
424         * alice-macros/NLT_geo_demo.C:
425         * alice-macros/NLT_demo.C:
426         New files; macros to demonstrate non-linear projections.
427
428 2007-05-31  Matevz Tadel  <matevz.tadel@cern.ch>
429
430         * alice-macros/its_raw.C:
431         Added new argument event number and an option to accumulate
432         several events.
433
434 2007-05-25  Matevz Tadel  <matevz.tadel@cern.ch>
435
436         * alice-macros/its_raw.C:
437         New macro - load ITS raw data.
438
439 2007-04-19  Matevz Tadel  <matevz.tadel@cern.ch>
440
441         * alice-macros/emcal_digits.C:
442         Do not transpose rotation part of super-module matrix.
443
444         * alice-macros/geom_phos.C:
445         Add common holder for all modules.
446
447 2007-04-17  Matevz Tadel  <matevz.tadel@cern.ch>
448
449         * alice-macros/emcal_digits.C:
450         Use the y-z mode of QuadSet to represent calo-cells.
451
452         * alice-macros/geom_HMPID_tmp.C:
453         Remove file.
454
455 2007-04-17  Matevz Tadel  <matevz.tadel@cern.ch>
456
457         * alice-macros/t0_digits.C:
458         * alice-macros/t0_hits.C:
459         * alice-macros/t0_raw.C:
460         Alexey: new macros for T0 visualization.
461
462 2007-04-11  Alja Mrak-Tadel  <Alja.Mrak.Tadel@cern.ch>
463
464         * macros/reve_lineset_test.C:
465         New macro: example usage of StraightLineSet set.
466
467 2007-04-11  Matevz Tadel  <matevz.tadel@cern.ch>
468
469         * alice-macros/emcal_digits.C:
470         * alice-macros/emcal_hits.C:
471         * alice-macros/geom_emcal.C:
472         New files, proto-emcal-viz.
473
474         * alice-macros/geom_hmpid.C:
475         * alice-macros/geom_rich.C:
476         Rename rich to hmpid etc.
477
478 2007-04-10  Matevz Tadel  <matevz.tadel@cern.ch>
479
480         * README_MUON:
481         New file, moved from alice-macros/.
482
483         * alice-macros/MUON_display.C:
484         Bogdan: new version of MUON visualization.
485
486         * alice-macros/MUON_track_info.C:
487         * alice-macros/README_MUON:
488         Bogdan: removed files.
489
490         * macros/reve_quad_test.C:
491         Added an example function, similar to what will be used for EMC.
492         
493 2007-03-29  Matevz Tadel  <matevz.tadel@cern.ch>
494
495         * alice-macros/geom_vzero.C:
496         VZERO volumes now placed in common mother.
497
498         * alice-macros/vzero_digits.C:
499         New file, import VZERO digits.
500
501         * alice-macros/vzero_hits.C:
502         Fix indentation.
503
504 2007-03-26  Alja Mrak-Tadel  <Alja.Mrak.Tadel@cern.ch>
505
506         * alice-macros/its_module_stepper.C:
507         Modify dimesions of stepper cell.
508
509 2007-03-25  Alja Mrak-Tadel  <Alja.Mrak.Tadel@cern.ch>
510
511         * alice-macros/its_module_stepper.C:
512         Display all ITS layers in 2x3 ITS module-steppers.
513
514 2007-03-25  Alja Mrak-Tadel  <Alja.Mrak.Tadel@cern.ch>
515
516         * icons/fontdefault.txf:
517         * icons/fonthelvetica34.txf:
518         New files: texture fonts for GL.
519
520         * alice-macros/its_module_stepper.C:
521         Change default digit-scale from 1 to 2. Open ITSModuleStepper
522         item.
523
524 2007-03-25  Matevz Tadel  <matevz.tadel@cern.ch>
525
526         * alice-data/alice_fullgeo.root:
527         Store latest version of ideal geometry.
528
529         * alice-data/gentle_geo.root:
530         * alice-macros/geom_gentle.C:
531         New files: reasonably small extract of geometry and a macro to
532         load it.
533
534         * alice-macros/kine_tracks.C:
535         Import kinematics recursively with pT and full-momentum
536         descend-cut.
537         
538         * alice-macros/tpc_hits_charge_split.C:
539         New macro: split TPC hits based on their deposited charge.
540
541 2007-03-24  Matevz Tadel  <matevz.tadel@cern.ch>
542
543         * alice-macros/MUON_geom.C:
544         * alice-macros/geom_ddip.C:
545         * alice-macros/geom_fmd.C:
546         * alice-macros/geom_phos.C:
547         * alice-macros/geom_pmd.C:
548         * alice-macros/geom_rich.C:
549         * alice-macros/geom_t0.C:
550         * alice-macros/geom_vzero.C:
551         Use new form of method UseNodeTrans() (was SetUseNodeTrans(bool))
552         to import transformation-matrix from geo-node..
553
554 2007-03-21  Alja Mrak-Tadel  <Alja.Mrak.Tadel@cern.ch>
555
556         * alice-macros/its_module_stepper.C:
557         Fill ITSModuleStepper with a mix of modules from SPD, SDD and SSD.
558
559 2007-03-16  Matevz Tadel  <matevz.tadel@cern.ch>
560
561         * alice-macros/its_clusters.C:
562         From Cvetan: new macro to load ITS clusters.
563
564 2007-03-15  Matevz Tadel  <matevz.tadel@cern.ch>
565
566         The following changes are from Bogdan, for new MUON display.
567
568         * alice-macros/MUON_digits.C:
569         From Bogdan: removed macro file.
570
571         * alice-macros/MUON_geom.C:
572         * alice-macros/MUON_geomAll.C:
573         * alice-macros/README_MUON:
574         From Bogdan: updates macros for MUON display.
575
576         * alice-macros/MUON_display.C:
577         * alice-macros/MUON_track_info.C:
578         * alice-macros/MUON_trigger_info.C:
579         From Bogdan: new macro files for MUON display.
580
581 2007-03-14  Alja Mrak-Tadel  <Alja.Mrak.Tadel@cern.ch>
582
583         * reve-genclass.pl:
584         Fix a typo.
585
586         * alice-macros/its_module_stepper.C:
587         New macro demonstrating 2D ITS-module layout.
588
589 2007-03-08  Alja Mrak-Tadel  <Alja.Mrak.Tadel@cern.ch>
590
591         * alice-macros/kine_tracks.C:
592         Disable redraw while adding Tracks/RenderElements.
593
594 2007-03-04  Alja Mrak-Tadel  <Alja.Mrak.Tadel@cern.ch>
595
596         * icons/rnr00_t.xpm:
597         * icons/rnr01_t.xpm:
598         * icons/rnr10_t.xpm:
599         * icons/rnr11_t.xpm:
600         New folder icons/ with improved check-box pictures. 
601
602         * alice-macros/clusters_from_index.C:
603         * alice-macros/clusters_from_label.C:
604         * alice-macros/geom_rich.C:
605         * alice-macros/hits_from_label.C:
606         * alice-macros/its_hits.C:
607         * alice-macros/kine_tracks.C:
608         * alice-macros/tof_hits.C:
609         * alice-macros/tpc_hits.C:
610         * alice-macros/trd_hits.C:
611         Changes from Reve::RenderElement.
612
613 2007-03-02  Matevz Tadel  <matevz.tadel@cern.ch>
614
615         * alice-macros/primary_vertex_tracks.C:
616         New file: import tracks that were used for primary vertex fit
617         (asked for by Andrea Dainese).
618
619 2007-02-28  Matevz Tadel  <matevz.tadel@cern.ch>
620
621         * alice-macros/pmd_digits.C:
622         * alice-macros/pmd_raw.C:
623         From Basanta: added parameter controling which PMD planes to
624         display.
625
626 2007-02-26  Matevz Tadel  <matevz.tadel@cern.ch>
627
628         * alice-macros/kine_daughter_tracks.C:
629         Removed; functionality now available from functions in kine_tracks.C.
630
631         * alice-macros/kine_tracks.C:
632         Added more arguments/flexibiliy to kine_tracks().
633
634         * alice-macros/its_hits.C:
635         * alice-macros/tpc_hits.C:
636         * alice-macros/trd_hits.C:
637         Reduce warning when no hits match selection.
638
639         * alice-macros/tof_hits.C:
640         New macro.
641
642         * alice-macros/hits_from_label.C:
643         Include TOF hits.
644
645 2007-02-26  Alja Mrak-Tadel  <Alja.Mrak.Tadel@cern.ch>
646
647         * alice-macros/hits_from_label.C:
648         * alice-macros/its_hits.C:
649         * alice-macros/tpc_hits.C:
650         * alice-macros/trd_hits.C:
651         Check if any hits are selected before creating Reve::PointSet.
652
653         * alice-macros/kine_tracks.C:
654         Added function kine_track() to import a track with given label and
655         its daughters.
656
657         * alice-macros/kine_daughter_tracks.C:
658         Set path marks in track container.
659
660 2007-02-26  Matevz Tadel  <matevz.tadel@cern.ch>
661
662         * Reve/QuadSetEditor.cxx:
663         Commented out title for QuadSet as there are no direct gui
664         elements.
665
666         * alice-macros/pmd_digits.C:
667         * alice-macros/pmd_raw.C:
668         From Basanta: new files for PMD digit visualization.
669
670         * libAlieve.pkg:
671         Added PMD to EINCLUDES.
672
673 2007-02-21  Alja Mrak-Tadel  <Alja.Mrak.Tadel@cern.ch>
674
675         * alice-macros/kine_tracks.C:
676         Add option to color tracks according to PDG code.
677
678         * alice-macros/kine_daughter_tracks.C:
679         New file.
680
681 2007-02-20  Matevz Tadel  <matevz.tadel@cern.ch>
682
683         * macros/reve_quad_test.C:
684         Added function reve_quad_test_hierarchy() to demonstrate usage of
685         nested objects, shared palette and frame-box.
686
687 2007-02-19  Alja Mrak-Tadel  <Alja.Mrak.Tadel@cern.ch>
688
689         * alice-macros/clusters_from_index.C:
690         Throw exception if a track does not have a valid index.
691         
692         * alice-macros/kine_tracks.C:
693         Import path marks from stack and track references. 
694         
695         * reve-genclass.pl:
696         Fix capitalization of the top-directory names.
697         
698 2007-01-30  Matevz Tadel  <matevz.tadel@cern.ch>
699
700         * alice-macros/geom_t0.C:
701         New file: import geometry of T0.
702
703 2007-01-19  Matevz Tadel  <matevz.tadel@cern.ch>
704
705         * macros/trackcount_init.C:
706         Avoid usage of script-global variables as they get reset on
707         exceptions; rely on static data-member instead.
708
709 2007-01-18  Matevz Tadel  <matevz.tadel@cern.ch>
710
711         * alice-macros/primary_vertex.C:
712         Use the right function to get position of primary vertex (was
713         always retrieveng MC truth before).
714
715 2007-01-17  Matevz Tadel  <matevz.tadel@cern.ch>
716
717         * alice-macros/event_goto.C:
718         New file; macro to set the current event directly.
719
720         * alice-macros/primary_vertex.C:
721         Changed default colors of primary vertex markers to yellow/purple.
722
723 2007-01-12  Matevz Tadel  <matevz.tadel@cern.ch>
724
725         * macros/trackcount_init.C:
726         Assign current event number to TrackCounter.
727
728 2006-12-19  Matevz Tadel  <matevz.tadel@cern.ch>
729
730         * alice-macros/hits_from_label.C:
731         Added TRD hits.
732
733         * alice-macros/print_kine_from_label.C:
734         New file; dump kine stack for given label.
735
736         * macros/trackcount_init.C:
737         Check if global g_trkcnt has been reset and attempt to
738         reinitialize it from TrackCounter static member; return TParticle*
739         for given label; check label range as AliStack segvs if label is
740         out of bounds.
741
742 2006-12-15  Matevz Tadel  <matevz.tadel@cern.ch>
743
744         * alice-macros/clusters_from_index.C:
745         New macro: import clusters based on index of track in the esd
746         array.
747
748         * alice-macros/clusters_from_label.C:
749         Provide return value.
750
751         * alice-macros/esd_V0.C:
752         Fix indentation.
753
754         * alice-macros/esd_tracks.C:
755         Store also track index.
756
757 2006-12-13  Matevz Tadel  <matevz.tadel@cern.ch>
758
759         * libAlieve.pkg:
760         Added T0 to EINCLUDES.
761
762         * macros/reve_quad_test.C:
763         Added function demonstrating use of per-quad object-ref.
764
765 2006-12-08  Matevz Tadel  <matevz.tadel@cern.ch>
766
767         * macros/reve_quad_test.C:
768         Add a new parameter: number of random elements to generate.
769
770 2006-12-06  Matevz Tadel  <matevz.tadel@cern.ch>
771
772         * macros/reve_quad_test.C:
773         Added test function for hexagons.
774
775         * macros/trackcount_init.C:
776         Use RenderElement::List_i typedef.
777
778 2006-12-04  Matevz Tadel  <matevz.tadel@cern.ch>
779
780         * alice-macros/esd_tracks.C:
781         Change text of track labels.
782
783         * alice-macros/primary_vertex.C:
784         Fix print-out alignment.
785
786         * macros/trackcount_init.C:
787         New file: bootstrap track-counting user interface.
788
789 2006-11-16  Matevz Tadel  <matevz.tadel@cern.ch>
790
791         * alice-macros/esd_Cascade.C:
792         From Ludovic, new file: macro to display and interact with
793         reconstructed cascades.
794
795         * alice-macros/esd_V0.C:
796         From Ludovic: updates for V0 visualization.
797
798         * alice-macros/its_digits.C:
799         Raffele forgot to increase global module counter when some layers
800         were turned off; alignment of assignemt statements.
801
802 2006-11-14  Matevz Tadel  <matevz.tadel@cern.ch>
803
804         * alice-macros/esd_V0.C:
805         From Ludovic, new file: macro to display and interact with
806         reconstructed V0s.
807
808         * alice-macros/its_digits.C:
809         Removed frame-color from ctors, now part of shared frame-box
810         properties.
811
812 2006-10-31  Matevz Tadel  <matevz.tadel@cern.ch>
813
814         * alice-macros/init_trd.C:
815         From Alexandru: changes in TRD visualization.
816
817 2006-10-31  Matevz Tadel  <matevz.tadel@cern.ch>
818
819         * alice-macros/geom_rich.C:
820         Put all modules in common container.
821
822         * alice-macros/geom_fmd.C:
823         * alice-macros/geom_vzero.C:
824         New files: import geometry of FMD and VZERO.
825
826         * alice-macros/fmd_hits.C:
827         * alice-macros/pmd_hits.C:
828         * alice-macros/vzero_hits.C:
829         New files: import hits from FPD, PMD and VZERO.
830
831         * alice-macros/MUON_digits.C:
832         * alice-macros/MUON_geom.C:
833         * alice-macros/MUON_geomAll.C:
834         * alice-macros/README_MUON:
835         From Bogdan: new files / new implementation of the MUON
836         visualization.
837         
838         * alice-macros/muon_all.C:
839         * alice-macros/muon_chambers.C:
840         * alice-macros/muon_clusters.C:
841         * alice-macros/muon_cpads.C:
842         * alice-macros/muon_digits.C:
843         * alice-macros/muon_hits.C:
844         * alice-macros/muon_tracks.C:
845         From Bogdan: removed files.
846
847 2006-10-27  Matevz Tadel  <matevz.tadel@cern.ch>
848
849         * alice-macros/esd_V0_points.C:
850         New file: creates a point-set from reconstructed V0 positions.
851
852         * alice-macros/esd_tracks.C:
853         In esd_tracks_vertex_cut() introduced two categories for tracks
854         with failed ITS extrapolation: below / above 5 sigma.
855
856         * alice-macros/its_digits.C:
857         From Raffaele: introduce new GUI levels for all ITS layers (sectors,
858         ladders, staves).
859
860         * alice-macros/init_trd.C:
861         New script from Alexandru: initialize TRD visualization.
862
863         * libAlieve.pkg:
864         Added TRD to EINCLUDE.
865
866 2006-10-26  Matevz Tadel  <matevz.tadel@cern.ch>
867
868         * macros/alieve_init.C:
869         Added option to avoid exceptions during event open as an
870         argument and enabled it by default.
871
872         * test-macros/tpc_gui.C:
873         Added short usgae notice.
874
875 2006-10-26  Matevz Tadel  <matevz.tadel@cern.ch>
876
877         * test-macros/broken_torus.tring:
878         * test-macros/triangleset.C:
879         New files demonstrating use of TriangleSet and ZTrans classes. 
880
881 2006-10-25  Matevz Tadel  <matevz.tadel@cern.ch>
882
883         * alice-macros/kine_tracks.C:
884         Missing ';'.
885
886         * alice-macros/primary_vertex.C:
887         Added function 'make_vertex_boxes()' that creates boxes around
888         vertex region to be used for visual determination of multiplicity.
889
890 2006-10-18  Matevz Tadel  <matevz.tadel@cern.ch>
891
892         * alice-macros/tpc_digits.C:
893         * test-macros/tpc_sector_raw_test.C:
894         Changes accompanying migration to usage of ZTrans in TPCSectorViz.
895
896 2006-10-13  Matevz Tadel  <matevz.tadel@cern.ch>
897
898         * alice-macros/kine_tracks.C:
899         New file: visualize tracks from kinematics tree; minimal
900         implementation.
901
902 2006-10-12  Matevz Tadel  <matevz.tadel@cern.ch>
903
904         Merge changes from EVE-dev to HEAD.
905         Delete all intermediate tags.
906         Tag HEAD:    EVE-head-after-merge.
907         Tag EVE-dev: EVE-dev-after-merge.
908
909 2006-10-12  Matevz Tadel  <matevz.tadel@cern.ch>
910
911         EVE-dev
912
913         * macros/reve_sa_init.C:
914         New file: initialization script for reve when launched from
915         root.exe (there is unsolved problem with exception-catching in
916         main event-loop).
917
918 2006-10-11  Matevz Tadel  <matevz.tadel@cern.ch>
919
920         EVE-dev
921
922         * alice-macros/geom_all.C:
923         New file: full alice geometry.
924
925         * alice-macros/geom_trd_tof.C:
926         New file: combined top-level TRD and TOF geometry.
927
928         * macros/alieve_create_vsd.C:
929         Added loading of libRGL; removed '.so' extensions from all
930         libraries for call to gSystem->Load.
931
932 2006-10-11  Matevz Tadel  <matevz.tadel@cern.ch>
933
934         EVE-dev
935
936         * alice-macros/geom_pmd.C:
937         New file: PMD geometry.
938
939         * alice-macros/trd_hits.C:
940         Changed default color.
941
942         * alice-macros/trd_hits_z_split.C:
943         New file: TRD hits split by z-coordinate.
944
945 2006-10-04  Matevz Tadel  <matevz.tadel@cern.ch>
946
947         EVE-dev
948
949         * alice-macros/esd_tracks.C:
950         Added function esd_tracks_vertex_cut() that imports esd-tracks and
951         stores them into several containers according to their distance to
952         primary vertex.
953
954         * alice-macros/tpc_digits.C:
955         Added new mode (3): import all sectors and display them in 3D.
956
957 2006-10-02  Matevz Tadel  <matevz.tadel@cern.ch>
958
959         EVE-dev
960
961         * alice-macros/hits_from_label.C:
962         Reduce marker size (new convention).
963
964         * alice-macros/tpc_digits.C:
965         Follow-up to change in interface of RGTopFrame.
966
967 2006-09-27  Matevz TADEL  <matevz.tadel@ijs.si>
968
969         Merged HEAD to EVE-dev. Tagged EVE-dev as
970         EVE-dev-after-second-merge.
971         HEAD was reverted back to work with offical version of ROOT.
972         Now I can get HEAD back to what was until now by:
973         1. going to EVE-head-after-merge
974         2. update -j EVE-dev-after-merge -j EVE-dev
975
976 2006-09-26  Matevz Tadel  <matevz.tadel@cern.ch>
977
978         * alice-macros/clusters_from_label.C:
979         Add point-set containing clusters directly as render element (it
980         was wrapped in a RenderElementObjPtr by mistake (not fixed when
981         changing it from TPolyMarker3D)).
982
983         * alice-macros/primary_vertex.C:
984         Removed code that gave vertex markers some volume (to avoid being
985         discarded by a too smart GLViewer).
986
987 2006-09-04  Matevz Tadel  <matevz.tadel@cern.ch>
988
989         * alice-macros/its_hits.C:
990         * alice-macros/tpc_hits.C:
991         * alice-macros/tpc_hits_eta_split.C:
992         Changed default point-size in accordance with the new convention.
993
994         * alice-macros/trd_hits.C:
995         New file, plot TRD hits.
996
997 2006-08-29  Matevz TADEL  <matevz.tadel@ijs.si>
998
999         Merged EVE-dev to HEAD. Re-tagged EVE-dev (EVE-dev-after-merge) and
1000         EVE's HEAD (EVE-head-after-merge).
1001
1002 2006-08-29  Matevz Tadel  <matevz.tadel@cern.ch>
1003
1004         * alice-macros/clusters_from_label.C:
1005         Use Reve::PointSet for cluster representation; attach to each
1006         cluster a copy of AliTrackPoint it represents.
1007
1008 2006-08-04  Matevz TADEL  <matevz.tadel@cern.ch>
1009
1010         Merged HEAD to EVE-dev. Re-tagged EVE-dev (EVE-dev-after-merge) and
1011         EVE's HEAD (EVE-head-after-merge).
1012
1013 2006-08-04  Matevz Tadel  <matevz.tadel@cern.ch>
1014
1015         * alice-macros/muon_tracks.C:
1016         Moved point-count variable declaration within the track loop.
1017
1018         * test-macros/tpc_gui.C:
1019         Added global TPCLoader* tpc_loader.
1020
1021 2006-07-11  Matevz Tadel  <matevz.tadel@cern.ch>
1022
1023         * README:
1024         Added description of event navigation.
1025
1026         * alice-macros/event_next.C:
1027         * alice-macros/event_prev.C:
1028         New files: macros to go to next/previous event in the run.
1029
1030 2006-07-10  Matevz Tadel  <matevz.tadel@cern.ch>
1031
1032         * alice-macros/clusters_from_label.C:
1033         * alice-macros/esd_tracks.C:
1034         * alice-macros/geom_ddip.C:
1035         * alice-macros/geom_its.C:
1036         * alice-macros/geom_phos.C:
1037         * alice-macros/geom_rich.C:
1038         * alice-macros/geom_simple.C:
1039         * alice-macros/geom_tpc.C:
1040         * alice-macros/its_digits.C:
1041         * alice-macros/its_hits.C:
1042         * alice-macros/muon_all.C:
1043         * alice-macros/muon_chambers.C:
1044         * alice-macros/muon_clusters.C:
1045         * alice-macros/muon_cpads.C:
1046         * alice-macros/muon_digits.C:
1047         * alice-macros/muon_hits.C:
1048         * alice-macros/muon_tracks.C:
1049         * alice-macros/primary_vertex.C:
1050         * alice-macros/region_marker.C:
1051         * alice-macros/tpc_digits.C:
1052         * alice-macros/tpc_hits.C:
1053         * alice-macros/tpc_hits_eta_split.C:
1054         * test-macros/tpc_gui.C:
1055         * test-macros/tpc_gui_hack.C:
1056         Use new / simpler method of render-element registration; the
1057         'gReve->DrawRenderElement()' is no longer needed.
1058
1059 2006-07-03  Matevz Tadel  <matevz.tadel@cern.ch>
1060
1061         * alice-macros/its_hits.C:
1062         * alice-macros/tpc_hits.C:
1063         * alice-macros/tpc_hits_eta_split.C:
1064         Use TPointSelector for point extraction.
1065
1066 2006-06-28  Matevz Tadel  <matevz.tadel@cern.ch>
1067
1068         * test-macros/tpc_sector_raw_test.C:
1069         Use built-in equipment maps; the override option is commented out
1070         in the macro.
1071
1072 2006-06-27  Matevz Tadel  <matevz.tadel@cern.ch>
1073
1074         * alice-macros/geom_ddip.C:
1075         Use node's global transformation.
1076
1077         * alice-macros/geom_phos.C:
1078         * alice-macros/geom_rich.C:
1079         New files: PHOS and RICH geometry.
1080
1081         * test-macros/tpc_gui.C:
1082         * test-macros/tpc_gui_hack.C:
1083         * test-macros/tpc_sector_raw_test.C:
1084         Added commented lines showing how to use a different TPC equipment map.
1085
1086 2006-06-21  Matevz Tadel  <matevz.tadel@cern.ch>
1087
1088         * macros/alieve_init.C:
1089         Use macro-folder from gReve; instantiate macros from alice-macros/
1090         as Reve::RMacro.
1091
1092         * alice-macros/its_hits.C:
1093         * alice-macros/tpc_hits.C:
1094         Set default point-size to 2.
1095
1096 2006-06-15  Matevz Tadel  <matevz.tadel@cern.ch>
1097
1098         * test-macros/tpc_gui_hack.C:
1099         New file; like tpc_gui.C but sets-up pad-row noise supression data
1100         needed for politically correct TPC data images.
1101
1102 2006-06-14  Matevz Tadel  <matevz.tadel@cern.ch>
1103
1104         * alice-macros/tpc_hits_eta_split.C:
1105         PointSetArray now subclassed from TAttMarker; use that.
1106
1107 2006-06-13  Matevz Tadel  <matevz.tadel@cern.ch>
1108
1109         * alice-macros/tpc_hits.C:
1110         * alice-macros/tpc_hits_eta_split.C:
1111         Increased the number-of-entries estimate for TTree player by a
1112         factor of two.
1113
1114 2006-06-12  Matevz Tadel  <matevz.tadel@cern.ch>
1115
1116         * alice-macros/clusters_from_label.C:
1117         New macro, loads TrackPoints from ESDtrack for a given label.
1118
1119         * alice-macros/esd_tracks.C:
1120         Take track-parameters at inner TPC radius if extrapolation to ITS
1121         failed (controlled by global Bool_t gkFixFailedITSExtr); reformat
1122         / group common behaviour.
1123
1124 2006-06-06  Matevz Tadel  <matevz.tadel@cern.ch>
1125
1126         * alice-macros/geom_ddip.C:
1127         New file, display DDIP volume.
1128
1129         * alice-macros/primary_vertex.C:
1130         New file, display reconstructed primary vertex.
1131
1132         * alice-macros/region_marker.C:
1133         Added separate y, z box dimensions.
1134
1135         * macros/alieve_init.C:
1136         Initialize event only if path is non-zero.
1137         
1138         * test-macros/tpc_gui.C:
1139         Set double sampling-rate on by default.
1140
1141 2006-06-02  Matevz Tadel  <matevz.tadel@cern.ch>
1142
1143         * test-macros/tpc_gui.C:
1144         New macro file demonstrating use of TPCLoader.
1145
1146 2006-06-01  Bogdan Vulpescu  <vulpescu@clermont.in2p3.fr>
1147
1148         * alice-macros/muon_all.C:
1149         * alice-macros/muon_chambers.C:
1150         * alice-macros/muon_clusters.C:
1151         * alice-macros/muon_cpads.C:
1152         * alice-macros/muon_digits.C:
1153         * alice-macros/muon_hits.C:
1154         * alice-macros/muon_tracks.C:
1155         New files for MUON visualization by Bogdan Vulpescu.
1156
1157         * libAlieve.pkg:
1158         Added include dirs needed by MUON visualization.
1159
1160 2006-05-31  Matevz Tadel  <matevz.tadel@cern.ch>
1161
1162         Merged EVE-dev to HEAD. Re-tagged EVE-dev (EVE-dev-after-merge) and
1163         EVE's HEAD (EVE-head-after-merge).
1164
1165 2006-05-31  Matevz Tadel  <matevz.tadel@cern.ch>
1166
1167         EVE-dev
1168
1169         * binalieve.pkg:
1170         New file; new executable linked against all ALICE libraries.
1171
1172         * macros/alieve_init.C:
1173         Removed macro/include path initialization and loading of
1174         libraries.
1175
1176         * macros/alieve_loadlibs.C:
1177         Added loading of libAlieve.
1178
1179         * test-macros/tpc_sector_raw_test.C:
1180         Changes for new interface to raw-data reading.
1181
1182         * README:
1183         Replaced all mentions of the reve executable with alieve.
1184
1185 2006-05-23  Matevz Tadel  <matevz.tadel@cern.ch>
1186
1187         Merged EVE-dev to HEAD. Re-tagged EVE-dev (EVE-dev-after-merge) and
1188         EVE's HEAD (EVE-head-after-merge).
1189
1190 2006-05-23  Matevz Tadel  <matevz.tadel@cern.ch>
1191
1192         EVE-dev
1193
1194         * alice-macros/region_marker.C:
1195         New file: allow users to mark a given region (like primary
1196         vertex); demonstrate usage of RenderElementObjPtr.
1197
1198         * alice-macros/tpc_digits.C:
1199         Use new conventions for TPCSectorViz classes; added a mode for 3D
1200         sector visualization.
1201
1202         * macros/alieve_init.C:
1203         Execute macro region_marker.C during startup (the origin
1204         marker removed from RGTopFrame).
1205
1206         * test-macros/tpc_sector_raw_test.C:
1207         Clean-up, added function next_event() and display of 3D data.
1208
1209 2006-05-19  Matevz Tadel  <matevz.tadel@cern.ch>
1210
1211         EVE-dev and HEAD
1212
1213         * test-macros/tpc_sector_raw_test.C:
1214         Use automatic pedestal determination by default.
1215
1216         EVE-dev
1217
1218         * macros/alieve_loadlibs.C:
1219         MUON libraries now load OK.
1220
1221 2006-05-18  Matevz Tadel  <matevz.tadel@cern.ch>
1222
1223         Merged EVE-dev to HEAD. Tagged EVE-dev (EVE-dev-after-merge) and
1224         EVE's HEAD (EVE-head-after-merge).
1225         Merging was actually done twice.
1226
1227 2006-05-18  Matevz Tadel  <matevz.tadel@cern.ch>
1228
1229         EVE-dev
1230
1231         * macros/alieve_loadlibs.C:
1232         Commented out loading of libg2c as it breaks things at other
1233         systems. One should uncomment this at a gcc-4 system.
1234
1235 2006-05-17  Matevz Tadel  <matevz.tadel@cern.ch>
1236
1237         EVE-dev
1238
1239         * alice-macros/tpc_digits.C:
1240         Use new TPCData classes.
1241
1242         * libAlieve.pkg:
1243         Added RAW to EINCLUDES (need AliTPCRawStreamOld.h in TPCData).
1244
1245         * macros/alieve_loadlibs.C:
1246         Add loading of /usr/lib/libg2c prior to libmicrocern (problem with
1247         gcc-4).
1248
1249         * README:
1250         Explain purpose of test-macros/ directory.
1251
1252         * test-macros/tpc_digi_test.C:
1253         * test-macros/tpc_raw_test.C:
1254         New files: demonstrate usage of TPCData class.
1255
1256         * reve-genclass.pl:
1257         New file: generate class skeletons from template files.
1258
1259         * ChangeLog:
1260         New file.