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