]> git.uio.no Git - u/mrichter/AliRoot.git/blob - EVE/ChangeLog
Record changes.
[u/mrichter/AliRoot.git] / EVE / ChangeLog
1 2006-10-18  Matevz Tadel  <matevz.tadel@cern.ch>
2
3         * alice-macros/tpc_digits.C:
4         * test-macros/tpc_sector_raw_test.C:
5         Changes accompanying migration to usage of ZTrans in TPCSectorViz.
6
7 2006-10-13  Matevz Tadel  <matevz.tadel@cern.ch>
8
9         * alice-macros/kine_tracks.C:
10         New file: visualize tracks from kinematics tree; minimal
11         implementation.
12
13 2006-10-12  Matevz Tadel  <matevz.tadel@cern.ch>
14
15         Merge changes from EVE-dev to HEAD.
16         Delete all intermediate tags.
17         Tag HEAD:    EVE-head-after-merge.
18         Tag EVE-dev: EVE-dev-after-merge.
19
20 2006-10-12  Matevz Tadel  <matevz.tadel@cern.ch>
21
22         EVE-dev
23
24         * macros/reve_sa_init.C:
25         New file: initialization script for reve when launched from
26         root.exe (there is unsolved problem with exception-catching in
27         main event-loop).
28
29 2006-10-11  Matevz Tadel  <matevz.tadel@cern.ch>
30
31         EVE-dev
32
33         * alice-macros/geom_all.C:
34         New file: full alice geometry.
35
36         * alice-macros/geom_trd_tof.C:
37         New file: combined top-level TRD and TOF geometry.
38
39         * macros/alieve_create_vsd.C:
40         Added loading of libRGL; removed '.so' extensions from all
41         libraries for call to gSystem->Load.
42
43 2006-10-11  Matevz Tadel  <matevz.tadel@cern.ch>
44
45         EVE-dev
46
47         * alice-macros/geom_pmd.C:
48         New file: PMD geometry.
49
50         * alice-macros/trd_hits.C:
51         Changed default color.
52
53         * alice-macros/trd_hits_z_split.C:
54         New file: TRD hits split by z-coordinate.
55
56 2006-10-04  Matevz Tadel  <matevz.tadel@cern.ch>
57
58         EVE-dev
59
60         * alice-macros/esd_tracks.C:
61         Added function esd_tracks_vertex_cut() that imports esd-tracks and
62         stores them into several containers according to their distance to
63         primary vertex.
64
65         * alice-macros/tpc_digits.C:
66         Added new mode (3): import all sectors and display them in 3D.
67
68 2006-10-02  Matevz Tadel  <matevz.tadel@cern.ch>
69
70         EVE-dev
71
72         * alice-macros/hits_from_label.C:
73         Reduce marker size (new convention).
74
75         * alice-macros/tpc_digits.C:
76         Follow-up to change in interface of RGTopFrame.
77
78 2006-09-27  Matevz TADEL  <matevz.tadel@ijs.si>
79
80         Merged HEAD to EVE-dev. Tagged EVE-dev as
81         EVE-dev-after-second-merge.
82         HEAD was reverted back to work with offical version of ROOT.
83         Now I can get HEAD back to what was until now by:
84         1. going to EVE-head-after-merge
85         2. update -j EVE-dev-after-merge -j EVE-dev
86
87 2006-09-26  Matevz Tadel  <matevz.tadel@cern.ch>
88
89         * alice-macros/clusters_from_label.C:
90         Add point-set containing clusters directly as render element (it
91         was wrapped in a RenderElementObjPtr by mistake (not fixed when
92         changing it from TPolyMarker3D)).
93
94         * alice-macros/primary_vertex.C:
95         Removed code that gave vertex markers some volume (to avoid being
96         discarded by a too smart GLViewer).
97
98 2006-09-04  Matevz Tadel  <matevz.tadel@cern.ch>
99
100         * alice-macros/its_hits.C:
101         * alice-macros/tpc_hits.C:
102         * alice-macros/tpc_hits_eta_split.C:
103         Changed default point-size in accordance with the new convention.
104
105         * alice-macros/trd_hits.C:
106         New file, plot TRD hits.
107
108 2006-08-29  Matevz TADEL  <matevz.tadel@ijs.si>
109
110         Merged EVE-dev to HEAD. Re-tagged EVE-dev (EVE-dev-after-merge) and
111         EVE's HEAD (EVE-head-after-merge).
112
113 2006-08-29  Matevz Tadel  <matevz.tadel@cern.ch>
114
115         * alice-macros/clusters_from_label.C:
116         Use Reve::PointSet for cluster representation; attach to each
117         cluster a copy of AliTrackPoint it represents.
118
119 2006-08-04  Matevz TADEL  <matevz.tadel@cern.ch>
120
121         Merged HEAD to EVE-dev. Re-tagged EVE-dev (EVE-dev-after-merge) and
122         EVE's HEAD (EVE-head-after-merge).
123
124 2006-08-04  Matevz Tadel  <matevz.tadel@cern.ch>
125
126         * alice-macros/muon_tracks.C:
127         Moved point-count variable declaration within the track loop.
128
129         * test-macros/tpc_gui.C:
130         Added global TPCLoader* tpc_loader.
131
132 2006-07-11  Matevz Tadel  <matevz.tadel@cern.ch>
133
134         * README:
135         Added description of event navigation.
136
137         * alice-macros/event_next.C:
138         * alice-macros/event_prev.C:
139         New files: macros to go to next/previous event in the run.
140
141 2006-07-10  Matevz Tadel  <matevz.tadel@cern.ch>
142
143         * alice-macros/clusters_from_label.C:
144         * alice-macros/esd_tracks.C:
145         * alice-macros/geom_ddip.C:
146         * alice-macros/geom_its.C:
147         * alice-macros/geom_phos.C:
148         * alice-macros/geom_rich.C:
149         * alice-macros/geom_simple.C:
150         * alice-macros/geom_tpc.C:
151         * alice-macros/its_digits.C:
152         * alice-macros/its_hits.C:
153         * alice-macros/muon_all.C:
154         * alice-macros/muon_chambers.C:
155         * alice-macros/muon_clusters.C:
156         * alice-macros/muon_cpads.C:
157         * alice-macros/muon_digits.C:
158         * alice-macros/muon_hits.C:
159         * alice-macros/muon_tracks.C:
160         * alice-macros/primary_vertex.C:
161         * alice-macros/region_marker.C:
162         * alice-macros/tpc_digits.C:
163         * alice-macros/tpc_hits.C:
164         * alice-macros/tpc_hits_eta_split.C:
165         * test-macros/tpc_gui.C:
166         * test-macros/tpc_gui_hack.C:
167         Use new / simpler method of render-element registration; the
168         'gReve->DrawRenderElement()' is no longer needed.
169
170 2006-07-03  Matevz Tadel  <matevz.tadel@cern.ch>
171
172         * alice-macros/its_hits.C:
173         * alice-macros/tpc_hits.C:
174         * alice-macros/tpc_hits_eta_split.C:
175         Use TPointSelector for point extraction.
176
177 2006-06-28  Matevz Tadel  <matevz.tadel@cern.ch>
178
179         * test-macros/tpc_sector_raw_test.C:
180         Use built-in equipment maps; the override option is commented out
181         in the macro.
182
183 2006-06-27  Matevz Tadel  <matevz.tadel@cern.ch>
184
185         * alice-macros/geom_ddip.C:
186         Use node's global transformation.
187
188         * alice-macros/geom_phos.C:
189         * alice-macros/geom_rich.C:
190         New files: PHOS and RICH geometry.
191
192         * test-macros/tpc_gui.C:
193         * test-macros/tpc_gui_hack.C:
194         * test-macros/tpc_sector_raw_test.C:
195         Added commented lines showing how to use a different TPC equipment map.
196
197 2006-06-21  Matevz Tadel  <matevz.tadel@cern.ch>
198
199         * macros/alieve_init.C:
200         Use macro-folder from gReve; instantiate macros from alice-macros/
201         as Reve::RMacro.
202
203         * alice-macros/its_hits.C:
204         * alice-macros/tpc_hits.C:
205         Set default point-size to 2.
206
207 2006-06-15  Matevz Tadel  <matevz.tadel@cern.ch>
208
209         * test-macros/tpc_gui_hack.C:
210         New file; like tpc_gui.C but sets-up pad-row noise supression data
211         needed for politically correct TPC data images.
212
213 2006-06-14  Matevz Tadel  <matevz.tadel@cern.ch>
214
215         * alice-macros/tpc_hits_eta_split.C:
216         PointSetArray now subclassed from TAttMarker; use that.
217
218 2006-06-13  Matevz Tadel  <matevz.tadel@cern.ch>
219
220         * alice-macros/tpc_hits.C:
221         * alice-macros/tpc_hits_eta_split.C:
222         Increased the number-of-entries estimate for TTree player by a
223         factor of two.
224
225 2006-06-12  Matevz Tadel  <matevz.tadel@cern.ch>
226
227         * alice-macros/clusters_from_label.C:
228         New macro, loads TrackPoints from ESDtrack for a given label.
229
230         * alice-macros/esd_tracks.C:
231         Take track-parameters at inner TPC radius if extrapolation to ITS
232         failed (controlled by global Bool_t gkFixFailedITSExtr); reformat
233         / group common behaviour.
234
235 2006-06-06  Matevz Tadel  <matevz.tadel@cern.ch>
236
237         * alice-macros/geom_ddip.C:
238         New file, display DDIP volume.
239
240         * alice-macros/primary_vertex.C:
241         New file, display reconstructed primary vertex.
242
243         * alice-macros/region_marker.C:
244         Added separate y, z box dimensions.
245
246         * macros/alieve_init.C:
247         Initialize event only if path is non-zero.
248         
249         * test-macros/tpc_gui.C:
250         Set double sampling-rate on by default.
251
252 2006-06-02  Matevz Tadel  <matevz.tadel@cern.ch>
253
254         * test-macros/tpc_gui.C:
255         New macro file demonstrating use of TPCLoader.
256
257 2006-06-01  Bogdan Vulpescu  <vulpescu@clermont.in2p3.fr>
258
259         * alice-macros/muon_all.C:
260         * alice-macros/muon_chambers.C:
261         * alice-macros/muon_clusters.C:
262         * alice-macros/muon_cpads.C:
263         * alice-macros/muon_digits.C:
264         * alice-macros/muon_hits.C:
265         * alice-macros/muon_tracks.C:
266         New files for MUON visualization by Bogdan Vulpescu.
267
268         * libAlieve.pkg:
269         Added include dirs needed by MUON visualization.
270
271 2006-05-31  Matevz Tadel  <matevz.tadel@cern.ch>
272
273         Merged EVE-dev to HEAD. Re-tagged EVE-dev (EVE-dev-after-merge) and
274         EVE's HEAD (EVE-head-after-merge).
275
276 2006-05-31  Matevz Tadel  <matevz.tadel@cern.ch>
277
278         EVE-dev
279
280         * binalieve.pkg:
281         New file; new executable linked against all ALICE libraries.
282
283         * macros/alieve_init.C:
284         Removed macro/include path initialization and loading of
285         libraries.
286
287         * macros/alieve_loadlibs.C:
288         Added loading of libAlieve.
289
290         * test-macros/tpc_sector_raw_test.C:
291         Changes for new interface to raw-data reading.
292
293         * README:
294         Replaced all mentions of the reve executable with alieve.
295
296 2006-05-23  Matevz Tadel  <matevz.tadel@cern.ch>
297
298         Merged EVE-dev to HEAD. Re-tagged EVE-dev (EVE-dev-after-merge) and
299         EVE's HEAD (EVE-head-after-merge).
300
301 2006-05-23  Matevz Tadel  <matevz.tadel@cern.ch>
302
303         EVE-dev
304
305         * alice-macros/region_marker.C:
306         New file: allow users to mark a given region (like primary
307         vertex); demonstrate usage of RenderElementObjPtr.
308
309         * alice-macros/tpc_digits.C:
310         Use new conventions for TPCSectorViz classes; added a mode for 3D
311         sector visualization.
312
313         * macros/alieve_init.C:
314         Execute macro region_marker.C during startup (the origin
315         marker removed from RGTopFrame).
316
317         * test-macros/tpc_sector_raw_test.C:
318         Clean-up, added function next_event() and display of 3D data.
319
320 2006-05-19  Matevz Tadel  <matevz.tadel@cern.ch>
321
322         EVE-dev and HEAD
323
324         * test-macros/tpc_sector_raw_test.C:
325         Use automatic pedestal determination by default.
326
327         EVE-dev
328
329         * macros/alieve_loadlibs.C:
330         MUON libraries now load OK.
331
332 2006-05-18  Matevz Tadel  <matevz.tadel@cern.ch>
333
334         Merged EVE-dev to HEAD. Tagged EVE-dev (EVE-dev-after-merge) and
335         EVE's HEAD (EVE-head-after-merge).
336         Merging was actually done twice.
337
338 2006-05-18  Matevz Tadel  <matevz.tadel@cern.ch>
339
340         EVE-dev
341
342         * macros/alieve_loadlibs.C:
343         Commented out loading of libg2c as it breaks things at other
344         systems. One should uncomment this at a gcc-4 system.
345
346 2006-05-17  Matevz Tadel  <matevz.tadel@cern.ch>
347
348         EVE-dev
349
350         * alice-macros/tpc_digits.C:
351         Use new TPCData classes.
352
353         * libAlieve.pkg:
354         Added RAW to EINCLUDES (need AliTPCRawStreamOld.h in TPCData).
355
356         * macros/alieve_loadlibs.C:
357         Add loading of /usr/lib/libg2c prior to libmicrocern (problem with
358         gcc-4).
359
360         * README:
361         Explain purpose of test-macros/ directory.
362
363         * test-macros/tpc_digi_test.C:
364         * test-macros/tpc_raw_test.C:
365         New files: demonstrate usage of TPCData class.
366
367         * reve-genclass.pl:
368         New file: generate class skeletons from template files.
369
370         * ChangeLog:
371         New file.