]> git.uio.no Git - u/mrichter/AliRoot.git/blob - EVE/ChangeLog
Record changes.
[u/mrichter/AliRoot.git] / EVE / ChangeLog
1 2007-03-08  Alja Mrak-Tadel  <Alja.Mrak.Tadel@cern.ch>
2
3         * alice-macros/kine_tracks.C:
4         Disable redraw while adding Tracks/RenderElements.
5
6 2007-03-04  Alja Mrak-Tadel  <Alja.Mrak.Tadel@cern.ch>
7
8         * icons/rnr00_t.xpm:
9         * icons/rnr01_t.xpm:
10         * icons/rnr10_t.xpm:
11         * icons/rnr11_t.xpm:
12         New folder icons/ with improved check-box pictures. 
13
14         * alice-macros/clusters_from_index.C:
15         * alice-macros/clusters_from_label.C:
16         * alice-macros/geom_rich.C:
17         * alice-macros/hits_from_label.C:
18         * alice-macros/its_hits.C:
19         * alice-macros/kine_tracks.C:
20         * alice-macros/tof_hits.C:
21         * alice-macros/tpc_hits.C:
22         * alice-macros/trd_hits.C:
23         Changes from Reve::RenderElement.
24
25 2007-03-02  Matevz Tadel  <matevz.tadel@cern.ch>
26
27         * alice-macros/primary_vertex_tracks.C:
28         New file: import tracks that were used for primary vertex fit
29         (asked for by Andrea Dainese).
30
31 2007-02-28  Matevz Tadel  <matevz.tadel@cern.ch>
32
33         * alice-macros/pmd_digits.C:
34         * alice-macros/pmd_raw.C:
35         From Basanta: added parameter controling which PMD planes to
36         display.
37
38 2007-02-26  Matevz Tadel  <matevz.tadel@cern.ch>
39
40         * alice-macros/kine_daughter_tracks.C:
41         Removed; functionality now available from functions in kine_tracks.C.
42
43         * alice-macros/kine_tracks.C:
44         Added more arguments/flexibiliy to kine_tracks().
45
46         * alice-macros/its_hits.C:
47         * alice-macros/tpc_hits.C:
48         * alice-macros/trd_hits.C:
49         Reduce warning when no hits match selection.
50
51         * alice-macros/tof_hits.C:
52         New macro.
53
54         * alice-macros/hits_from_label.C:
55         Include TOF hits.
56
57 2007-02-26  Alja Mrak-Tadel  <Alja.Mrak.Tadel@cern.ch>
58
59         * alice-macros/hits_from_label.C:
60         * alice-macros/its_hits.C:
61         * alice-macros/tpc_hits.C:
62         * alice-macros/trd_hits.C:
63         Check if any hits are selected before creating Reve::PointSet.
64
65         * alice-macros/kine_tracks.C:
66         Added function kine_track() to import a track with given label and
67         its daughters.
68
69         * alice-macros/kine_daughter_tracks.C:
70         Set path marks in track container.
71
72 2007-02-26  Matevz Tadel  <matevz.tadel@cern.ch>
73
74         * Reve/QuadSetEditor.cxx:
75         Commented out title for QuadSet as there are no direct gui
76         elements.
77
78         * alice-macros/pmd_digits.C:
79         * alice-macros/pmd_raw.C:
80         From Basanta: new files for PMD digit visualization.
81
82         * libAlieve.pkg:
83         Added PMD to EINCLUDES.
84
85 2007-02-21  Alja Mrak-Tadel  <Alja.Mrak.Tadel@cern.ch>
86
87         * alice-macros/kine_tracks.C:
88         Add option to color tracks according to PDG code.
89
90         * alice-macros/kine_daughter_tracks.C:
91         New file.
92
93 2007-02-20  Matevz Tadel  <matevz.tadel@cern.ch>
94
95         * macros/reve_quad_test.C:
96         Added function reve_quad_test_hierarchy() to demonstrate usage of
97         nested objects, shared palette and frame-box.
98
99 2007-02-19  Alja Mrak-Tadel  <Alja.Mrak.Tadel@cern.ch>
100
101         * alice-macros/clusters_from_index.C:
102         Throw exception if a track does not have a valid index.
103         
104         * alice-macros/kine_tracks.C:
105         Import path marks from stack and track references. 
106         
107         * reve-genclass.pl:
108         Fix capitalization of the top-directory names.
109         
110 2007-01-30  Matevz Tadel  <matevz.tadel@cern.ch>
111
112         * alice-macros/geom_t0.C:
113         New file: import geometry of T0.
114
115 2007-01-19  Matevz Tadel  <matevz.tadel@cern.ch>
116
117         * macros/trackcount_init.C:
118         Avoid usage of script-global variables as they get reset on
119         exceptions; rely on static data-member instead.
120
121 2007-01-18  Matevz Tadel  <matevz.tadel@cern.ch>
122
123         * alice-macros/primary_vertex.C:
124         Use the right function to get position of primary vertex (was
125         always retrieveng MC truth before).
126
127 2007-01-17  Matevz Tadel  <matevz.tadel@cern.ch>
128
129         * alice-macros/event_goto.C:
130         New file; macro to set the current event directly.
131
132         * alice-macros/primary_vertex.C:
133         Changed default colors of primary vertex markers to yellow/purple.
134
135 2007-01-12  Matevz Tadel  <matevz.tadel@cern.ch>
136
137         * macros/trackcount_init.C:
138         Assign current event number to TrackCounter.
139
140 2006-12-19  Matevz Tadel  <matevz.tadel@cern.ch>
141
142         * alice-macros/hits_from_label.C:
143         Added TRD hits.
144
145         * alice-macros/print_kine_from_label.C:
146         New file; dump kine stack for given label.
147
148         * macros/trackcount_init.C:
149         Check if global g_trkcnt has been reset and attempt to
150         reinitialize it from TrackCounter static member; return TParticle*
151         for given label; check label range as AliStack segvs if label is
152         out of bounds.
153
154 2006-12-15  Matevz Tadel  <matevz.tadel@cern.ch>
155
156         * alice-macros/clusters_from_index.C:
157         New macro: import clusters based on index of track in the esd
158         array.
159
160         * alice-macros/clusters_from_label.C:
161         Provide return value.
162
163         * alice-macros/esd_V0.C:
164         Fix indentation.
165
166         * alice-macros/esd_tracks.C:
167         Store also track index.
168
169 2006-12-13  Matevz Tadel  <matevz.tadel@cern.ch>
170
171         * libAlieve.pkg:
172         Added T0 to EINCLUDES.
173
174         * macros/reve_quad_test.C:
175         Added function demonstrating use of per-quad object-ref.
176
177 2006-12-08  Matevz Tadel  <matevz.tadel@cern.ch>
178
179         * macros/reve_quad_test.C:
180         Add a new parameter: number of random elements to generate.
181
182 2006-12-06  Matevz Tadel  <matevz.tadel@cern.ch>
183
184         * macros/reve_quad_test.C:
185         Added test function for hexagons.
186
187         * macros/trackcount_init.C:
188         Use RenderElement::List_i typedef.
189
190 2006-12-04  Matevz Tadel  <matevz.tadel@cern.ch>
191
192         * alice-macros/esd_tracks.C:
193         Change text of track labels.
194
195         * alice-macros/primary_vertex.C:
196         Fix print-out alignment.
197
198         * macros/trackcount_init.C:
199         New file: bootstrap track-counting user interface.
200
201 2006-11-16  Matevz Tadel  <matevz.tadel@cern.ch>
202
203         * alice-macros/esd_Cascade.C:
204         From Ludovic, new file: macro to display and interact with
205         reconstructed cascades.
206
207         * alice-macros/esd_V0.C:
208         From Ludovic: updates for V0 visualization.
209
210         * alice-macros/its_digits.C:
211         Raffele forgot to increase global module counter when some layers
212         were turned off; alignment of assignemt statements.
213
214 2006-11-14  Matevz Tadel  <matevz.tadel@cern.ch>
215
216         * alice-macros/esd_V0.C:
217         From Ludovic, new file: macro to display and interact with
218         reconstructed V0s.
219
220         * alice-macros/its_digits.C:
221         Removed frame-color from ctors, now part of shared frame-box
222         properties.
223
224 2006-10-31  Matevz Tadel  <matevz.tadel@cern.ch>
225
226         * alice-macros/init_trd.C:
227         From Alexandru: changes in TRD visualization.
228
229 2006-10-31  Matevz Tadel  <matevz.tadel@cern.ch>
230
231         * alice-macros/geom_rich.C:
232         Put all modules in common container.
233
234         * alice-macros/geom_fmd.C:
235         * alice-macros/geom_vzero.C:
236         New files: import geometry of FMD and VZERO.
237
238         * alice-macros/fmd_hits.C:
239         * alice-macros/pmd_hits.C:
240         * alice-macros/vzero_hits.C:
241         New files: import hits from FPD, PMD and VZERO.
242
243         * alice-macros/MUON_digits.C:
244         * alice-macros/MUON_geom.C:
245         * alice-macros/MUON_geomAll.C:
246         * alice-macros/README_MUON:
247         From Bogdan: new files / new implementation of the MUON
248         visualization.
249         
250         * alice-macros/muon_all.C:
251         * alice-macros/muon_chambers.C:
252         * alice-macros/muon_clusters.C:
253         * alice-macros/muon_cpads.C:
254         * alice-macros/muon_digits.C:
255         * alice-macros/muon_hits.C:
256         * alice-macros/muon_tracks.C:
257         From Bogdan: removed files.
258
259 2006-10-27  Matevz Tadel  <matevz.tadel@cern.ch>
260
261         * alice-macros/esd_V0_points.C:
262         New file: creates a point-set from reconstructed V0 positions.
263
264         * alice-macros/esd_tracks.C:
265         In esd_tracks_vertex_cut() introduced two categories for tracks
266         with failed ITS extrapolation: below / above 5 sigma.
267
268         * alice-macros/its_digits.C:
269         From Raffaele: introduce new GUI levels for all ITS layers (sectors,
270         ladders, staves).
271
272         * alice-macros/init_trd.C:
273         New script from Alexandru: initialize TRD visualization.
274
275         * libAlieve.pkg:
276         Added TRD to EINCLUDE.
277
278 2006-10-26  Matevz Tadel  <matevz.tadel@cern.ch>
279
280         * macros/alieve_init.C:
281         Added option to avoid exceptions during event open as an
282         argument and enabled it by default.
283
284         * test-macros/tpc_gui.C:
285         Added short usgae notice.
286
287 2006-10-26  Matevz Tadel  <matevz.tadel@cern.ch>
288
289         * test-macros/broken_torus.tring:
290         * test-macros/triangleset.C:
291         New files demonstrating use of TriangleSet and ZTrans classes. 
292
293 2006-10-25  Matevz Tadel  <matevz.tadel@cern.ch>
294
295         * alice-macros/kine_tracks.C:
296         Missing ';'.
297
298         * alice-macros/primary_vertex.C:
299         Added function 'make_vertex_boxes()' that creates boxes around
300         vertex region to be used for visual determination of multiplicity.
301
302 2006-10-18  Matevz Tadel  <matevz.tadel@cern.ch>
303
304         * alice-macros/tpc_digits.C:
305         * test-macros/tpc_sector_raw_test.C:
306         Changes accompanying migration to usage of ZTrans in TPCSectorViz.
307
308 2006-10-13  Matevz Tadel  <matevz.tadel@cern.ch>
309
310         * alice-macros/kine_tracks.C:
311         New file: visualize tracks from kinematics tree; minimal
312         implementation.
313
314 2006-10-12  Matevz Tadel  <matevz.tadel@cern.ch>
315
316         Merge changes from EVE-dev to HEAD.
317         Delete all intermediate tags.
318         Tag HEAD:    EVE-head-after-merge.
319         Tag EVE-dev: EVE-dev-after-merge.
320
321 2006-10-12  Matevz Tadel  <matevz.tadel@cern.ch>
322
323         EVE-dev
324
325         * macros/reve_sa_init.C:
326         New file: initialization script for reve when launched from
327         root.exe (there is unsolved problem with exception-catching in
328         main event-loop).
329
330 2006-10-11  Matevz Tadel  <matevz.tadel@cern.ch>
331
332         EVE-dev
333
334         * alice-macros/geom_all.C:
335         New file: full alice geometry.
336
337         * alice-macros/geom_trd_tof.C:
338         New file: combined top-level TRD and TOF geometry.
339
340         * macros/alieve_create_vsd.C:
341         Added loading of libRGL; removed '.so' extensions from all
342         libraries for call to gSystem->Load.
343
344 2006-10-11  Matevz Tadel  <matevz.tadel@cern.ch>
345
346         EVE-dev
347
348         * alice-macros/geom_pmd.C:
349         New file: PMD geometry.
350
351         * alice-macros/trd_hits.C:
352         Changed default color.
353
354         * alice-macros/trd_hits_z_split.C:
355         New file: TRD hits split by z-coordinate.
356
357 2006-10-04  Matevz Tadel  <matevz.tadel@cern.ch>
358
359         EVE-dev
360
361         * alice-macros/esd_tracks.C:
362         Added function esd_tracks_vertex_cut() that imports esd-tracks and
363         stores them into several containers according to their distance to
364         primary vertex.
365
366         * alice-macros/tpc_digits.C:
367         Added new mode (3): import all sectors and display them in 3D.
368
369 2006-10-02  Matevz Tadel  <matevz.tadel@cern.ch>
370
371         EVE-dev
372
373         * alice-macros/hits_from_label.C:
374         Reduce marker size (new convention).
375
376         * alice-macros/tpc_digits.C:
377         Follow-up to change in interface of RGTopFrame.
378
379 2006-09-27  Matevz TADEL  <matevz.tadel@ijs.si>
380
381         Merged HEAD to EVE-dev. Tagged EVE-dev as
382         EVE-dev-after-second-merge.
383         HEAD was reverted back to work with offical version of ROOT.
384         Now I can get HEAD back to what was until now by:
385         1. going to EVE-head-after-merge
386         2. update -j EVE-dev-after-merge -j EVE-dev
387
388 2006-09-26  Matevz Tadel  <matevz.tadel@cern.ch>
389
390         * alice-macros/clusters_from_label.C:
391         Add point-set containing clusters directly as render element (it
392         was wrapped in a RenderElementObjPtr by mistake (not fixed when
393         changing it from TPolyMarker3D)).
394
395         * alice-macros/primary_vertex.C:
396         Removed code that gave vertex markers some volume (to avoid being
397         discarded by a too smart GLViewer).
398
399 2006-09-04  Matevz Tadel  <matevz.tadel@cern.ch>
400
401         * alice-macros/its_hits.C:
402         * alice-macros/tpc_hits.C:
403         * alice-macros/tpc_hits_eta_split.C:
404         Changed default point-size in accordance with the new convention.
405
406         * alice-macros/trd_hits.C:
407         New file, plot TRD hits.
408
409 2006-08-29  Matevz TADEL  <matevz.tadel@ijs.si>
410
411         Merged EVE-dev to HEAD. Re-tagged EVE-dev (EVE-dev-after-merge) and
412         EVE's HEAD (EVE-head-after-merge).
413
414 2006-08-29  Matevz Tadel  <matevz.tadel@cern.ch>
415
416         * alice-macros/clusters_from_label.C:
417         Use Reve::PointSet for cluster representation; attach to each
418         cluster a copy of AliTrackPoint it represents.
419
420 2006-08-04  Matevz TADEL  <matevz.tadel@cern.ch>
421
422         Merged HEAD to EVE-dev. Re-tagged EVE-dev (EVE-dev-after-merge) and
423         EVE's HEAD (EVE-head-after-merge).
424
425 2006-08-04  Matevz Tadel  <matevz.tadel@cern.ch>
426
427         * alice-macros/muon_tracks.C:
428         Moved point-count variable declaration within the track loop.
429
430         * test-macros/tpc_gui.C:
431         Added global TPCLoader* tpc_loader.
432
433 2006-07-11  Matevz Tadel  <matevz.tadel@cern.ch>
434
435         * README:
436         Added description of event navigation.
437
438         * alice-macros/event_next.C:
439         * alice-macros/event_prev.C:
440         New files: macros to go to next/previous event in the run.
441
442 2006-07-10  Matevz Tadel  <matevz.tadel@cern.ch>
443
444         * alice-macros/clusters_from_label.C:
445         * alice-macros/esd_tracks.C:
446         * alice-macros/geom_ddip.C:
447         * alice-macros/geom_its.C:
448         * alice-macros/geom_phos.C:
449         * alice-macros/geom_rich.C:
450         * alice-macros/geom_simple.C:
451         * alice-macros/geom_tpc.C:
452         * alice-macros/its_digits.C:
453         * alice-macros/its_hits.C:
454         * alice-macros/muon_all.C:
455         * alice-macros/muon_chambers.C:
456         * alice-macros/muon_clusters.C:
457         * alice-macros/muon_cpads.C:
458         * alice-macros/muon_digits.C:
459         * alice-macros/muon_hits.C:
460         * alice-macros/muon_tracks.C:
461         * alice-macros/primary_vertex.C:
462         * alice-macros/region_marker.C:
463         * alice-macros/tpc_digits.C:
464         * alice-macros/tpc_hits.C:
465         * alice-macros/tpc_hits_eta_split.C:
466         * test-macros/tpc_gui.C:
467         * test-macros/tpc_gui_hack.C:
468         Use new / simpler method of render-element registration; the
469         'gReve->DrawRenderElement()' is no longer needed.
470
471 2006-07-03  Matevz Tadel  <matevz.tadel@cern.ch>
472
473         * alice-macros/its_hits.C:
474         * alice-macros/tpc_hits.C:
475         * alice-macros/tpc_hits_eta_split.C:
476         Use TPointSelector for point extraction.
477
478 2006-06-28  Matevz Tadel  <matevz.tadel@cern.ch>
479
480         * test-macros/tpc_sector_raw_test.C:
481         Use built-in equipment maps; the override option is commented out
482         in the macro.
483
484 2006-06-27  Matevz Tadel  <matevz.tadel@cern.ch>
485
486         * alice-macros/geom_ddip.C:
487         Use node's global transformation.
488
489         * alice-macros/geom_phos.C:
490         * alice-macros/geom_rich.C:
491         New files: PHOS and RICH geometry.
492
493         * test-macros/tpc_gui.C:
494         * test-macros/tpc_gui_hack.C:
495         * test-macros/tpc_sector_raw_test.C:
496         Added commented lines showing how to use a different TPC equipment map.
497
498 2006-06-21  Matevz Tadel  <matevz.tadel@cern.ch>
499
500         * macros/alieve_init.C:
501         Use macro-folder from gReve; instantiate macros from alice-macros/
502         as Reve::RMacro.
503
504         * alice-macros/its_hits.C:
505         * alice-macros/tpc_hits.C:
506         Set default point-size to 2.
507
508 2006-06-15  Matevz Tadel  <matevz.tadel@cern.ch>
509
510         * test-macros/tpc_gui_hack.C:
511         New file; like tpc_gui.C but sets-up pad-row noise supression data
512         needed for politically correct TPC data images.
513
514 2006-06-14  Matevz Tadel  <matevz.tadel@cern.ch>
515
516         * alice-macros/tpc_hits_eta_split.C:
517         PointSetArray now subclassed from TAttMarker; use that.
518
519 2006-06-13  Matevz Tadel  <matevz.tadel@cern.ch>
520
521         * alice-macros/tpc_hits.C:
522         * alice-macros/tpc_hits_eta_split.C:
523         Increased the number-of-entries estimate for TTree player by a
524         factor of two.
525
526 2006-06-12  Matevz Tadel  <matevz.tadel@cern.ch>
527
528         * alice-macros/clusters_from_label.C:
529         New macro, loads TrackPoints from ESDtrack for a given label.
530
531         * alice-macros/esd_tracks.C:
532         Take track-parameters at inner TPC radius if extrapolation to ITS
533         failed (controlled by global Bool_t gkFixFailedITSExtr); reformat
534         / group common behaviour.
535
536 2006-06-06  Matevz Tadel  <matevz.tadel@cern.ch>
537
538         * alice-macros/geom_ddip.C:
539         New file, display DDIP volume.
540
541         * alice-macros/primary_vertex.C:
542         New file, display reconstructed primary vertex.
543
544         * alice-macros/region_marker.C:
545         Added separate y, z box dimensions.
546
547         * macros/alieve_init.C:
548         Initialize event only if path is non-zero.
549         
550         * test-macros/tpc_gui.C:
551         Set double sampling-rate on by default.
552
553 2006-06-02  Matevz Tadel  <matevz.tadel@cern.ch>
554
555         * test-macros/tpc_gui.C:
556         New macro file demonstrating use of TPCLoader.
557
558 2006-06-01  Bogdan Vulpescu  <vulpescu@clermont.in2p3.fr>
559
560         * alice-macros/muon_all.C:
561         * alice-macros/muon_chambers.C:
562         * alice-macros/muon_clusters.C:
563         * alice-macros/muon_cpads.C:
564         * alice-macros/muon_digits.C:
565         * alice-macros/muon_hits.C:
566         * alice-macros/muon_tracks.C:
567         New files for MUON visualization by Bogdan Vulpescu.
568
569         * libAlieve.pkg:
570         Added include dirs needed by MUON visualization.
571
572 2006-05-31  Matevz Tadel  <matevz.tadel@cern.ch>
573
574         Merged EVE-dev to HEAD. Re-tagged EVE-dev (EVE-dev-after-merge) and
575         EVE's HEAD (EVE-head-after-merge).
576
577 2006-05-31  Matevz Tadel  <matevz.tadel@cern.ch>
578
579         EVE-dev
580
581         * binalieve.pkg:
582         New file; new executable linked against all ALICE libraries.
583
584         * macros/alieve_init.C:
585         Removed macro/include path initialization and loading of
586         libraries.
587
588         * macros/alieve_loadlibs.C:
589         Added loading of libAlieve.
590
591         * test-macros/tpc_sector_raw_test.C:
592         Changes for new interface to raw-data reading.
593
594         * README:
595         Replaced all mentions of the reve executable with alieve.
596
597 2006-05-23  Matevz Tadel  <matevz.tadel@cern.ch>
598
599         Merged EVE-dev to HEAD. Re-tagged EVE-dev (EVE-dev-after-merge) and
600         EVE's HEAD (EVE-head-after-merge).
601
602 2006-05-23  Matevz Tadel  <matevz.tadel@cern.ch>
603
604         EVE-dev
605
606         * alice-macros/region_marker.C:
607         New file: allow users to mark a given region (like primary
608         vertex); demonstrate usage of RenderElementObjPtr.
609
610         * alice-macros/tpc_digits.C:
611         Use new conventions for TPCSectorViz classes; added a mode for 3D
612         sector visualization.
613
614         * macros/alieve_init.C:
615         Execute macro region_marker.C during startup (the origin
616         marker removed from RGTopFrame).
617
618         * test-macros/tpc_sector_raw_test.C:
619         Clean-up, added function next_event() and display of 3D data.
620
621 2006-05-19  Matevz Tadel  <matevz.tadel@cern.ch>
622
623         EVE-dev and HEAD
624
625         * test-macros/tpc_sector_raw_test.C:
626         Use automatic pedestal determination by default.
627
628         EVE-dev
629
630         * macros/alieve_loadlibs.C:
631         MUON libraries now load OK.
632
633 2006-05-18  Matevz Tadel  <matevz.tadel@cern.ch>
634
635         Merged EVE-dev to HEAD. Tagged EVE-dev (EVE-dev-after-merge) and
636         EVE's HEAD (EVE-head-after-merge).
637         Merging was actually done twice.
638
639 2006-05-18  Matevz Tadel  <matevz.tadel@cern.ch>
640
641         EVE-dev
642
643         * macros/alieve_loadlibs.C:
644         Commented out loading of libg2c as it breaks things at other
645         systems. One should uncomment this at a gcc-4 system.
646
647 2006-05-17  Matevz Tadel  <matevz.tadel@cern.ch>
648
649         EVE-dev
650
651         * alice-macros/tpc_digits.C:
652         Use new TPCData classes.
653
654         * libAlieve.pkg:
655         Added RAW to EINCLUDES (need AliTPCRawStreamOld.h in TPCData).
656
657         * macros/alieve_loadlibs.C:
658         Add loading of /usr/lib/libg2c prior to libmicrocern (problem with
659         gcc-4).
660
661         * README:
662         Explain purpose of test-macros/ directory.
663
664         * test-macros/tpc_digi_test.C:
665         * test-macros/tpc_raw_test.C:
666         New files: demonstrate usage of TPCData class.
667
668         * reve-genclass.pl:
669         New file: generate class skeletons from template files.
670
671         * ChangeLog:
672         New file.