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