]> git.uio.no Git - u/mrichter/AliRoot.git/blame - EVE/ChangeLog
Removed frame-color from ctors, now part of shared frame-box properties.
[u/mrichter/AliRoot.git] / EVE / ChangeLog
CommitLineData
2f341c3b 12006-10-31 Matevz Tadel <matevz.tadel@cern.ch>
2
3 * alice-macros/init_trd.C:
4 From Alexandru: changes in TRD visualization.
5
fcdee385 62006-10-31 Matevz Tadel <matevz.tadel@cern.ch>
7
8 * alice-macros/geom_rich.C:
9 Put all modules in common container.
10
11 * alice-macros/geom_fmd.C:
12 * alice-macros/geom_vzero.C:
13 New files: import geometry of FMD and VZERO.
14
15 * alice-macros/fmd_hits.C:
16 * alice-macros/pmd_hits.C:
17 * alice-macros/vzero_hits.C:
18 New files: import hits from FPD, PMD and VZERO.
19
20 * alice-macros/MUON_digits.C:
21 * alice-macros/MUON_geom.C:
22 * alice-macros/MUON_geomAll.C:
23 * alice-macros/README_MUON:
24 From Bogdan: new files / new implementation of the MUON
25 visualization.
26
27 * alice-macros/muon_all.C:
28 * alice-macros/muon_chambers.C:
29 * alice-macros/muon_clusters.C:
30 * alice-macros/muon_cpads.C:
31 * alice-macros/muon_digits.C:
32 * alice-macros/muon_hits.C:
33 * alice-macros/muon_tracks.C:
34 From Bogdan: removed files.
35
92957c51 362006-10-27 Matevz Tadel <matevz.tadel@cern.ch>
37
38 * alice-macros/esd_V0_points.C:
39 New file: creates a point-set from reconstructed V0 positions.
40
41 * alice-macros/esd_tracks.C:
42 In esd_tracks_vertex_cut() introduced two categories for tracks
43 with failed ITS extrapolation: below / above 5 sigma.
44
45 * alice-macros/its_digits.C:
46 From Raffaele: introduce new GUI levels for all ITS layers (sectors,
47 ladders, staves).
48
49 * alice-macros/init_trd.C:
50 New script from Alexandru: initialize TRD visualization.
51
52 * libAlieve.pkg:
53 Added TRD to EINCLUDE.
54
d9193858 552006-10-26 Matevz Tadel <matevz.tadel@cern.ch>
56
57 * macros/alieve_init.C:
58 Added option to avoid exceptions during event open as an
59 argument and enabled it by default.
60
61 * test-macros/tpc_gui.C:
62 Added short usgae notice.
63
f2a9feb3 642006-10-26 Matevz Tadel <matevz.tadel@cern.ch>
65
66 * test-macros/broken_torus.tring:
67 * test-macros/triangleset.C:
68 New files demonstrating use of TriangleSet and ZTrans classes.
69
90ad814e 702006-10-25 Matevz Tadel <matevz.tadel@cern.ch>
71
72 * alice-macros/kine_tracks.C:
73 Missing ';'.
74
75 * alice-macros/primary_vertex.C:
76 Added function 'make_vertex_boxes()' that creates boxes around
77 vertex region to be used for visual determination of multiplicity.
78
113d065e 792006-10-18 Matevz Tadel <matevz.tadel@cern.ch>
80
81 * alice-macros/tpc_digits.C:
82 * test-macros/tpc_sector_raw_test.C:
83 Changes accompanying migration to usage of ZTrans in TPCSectorViz.
84
aa77b33a 852006-10-13 Matevz Tadel <matevz.tadel@cern.ch>
86
87 * alice-macros/kine_tracks.C:
88 New file: visualize tracks from kinematics tree; minimal
89 implementation.
90
a8600b56 912006-10-12 Matevz Tadel <matevz.tadel@cern.ch>
92
93 Merge changes from EVE-dev to HEAD.
94 Delete all intermediate tags.
95 Tag HEAD: EVE-head-after-merge.
96 Tag EVE-dev: EVE-dev-after-merge.
97
982006-10-12 Matevz Tadel <matevz.tadel@cern.ch>
99
100 EVE-dev
101
102 * macros/reve_sa_init.C:
103 New file: initialization script for reve when launched from
104 root.exe (there is unsolved problem with exception-catching in
105 main event-loop).
106
1072006-10-11 Matevz Tadel <matevz.tadel@cern.ch>
108
109 EVE-dev
110
111 * alice-macros/geom_all.C:
112 New file: full alice geometry.
113
114 * alice-macros/geom_trd_tof.C:
115 New file: combined top-level TRD and TOF geometry.
116
117 * macros/alieve_create_vsd.C:
118 Added loading of libRGL; removed '.so' extensions from all
119 libraries for call to gSystem->Load.
120
1212006-10-11 Matevz Tadel <matevz.tadel@cern.ch>
122
123 EVE-dev
124
125 * alice-macros/geom_pmd.C:
126 New file: PMD geometry.
127
128 * alice-macros/trd_hits.C:
129 Changed default color.
130
131 * alice-macros/trd_hits_z_split.C:
132 New file: TRD hits split by z-coordinate.
133
1342006-10-04 Matevz Tadel <matevz.tadel@cern.ch>
135
136 EVE-dev
137
138 * alice-macros/esd_tracks.C:
139 Added function esd_tracks_vertex_cut() that imports esd-tracks and
140 stores them into several containers according to their distance to
141 primary vertex.
142
143 * alice-macros/tpc_digits.C:
144 Added new mode (3): import all sectors and display them in 3D.
145
1462006-10-02 Matevz Tadel <matevz.tadel@cern.ch>
147
148 EVE-dev
149
150 * alice-macros/hits_from_label.C:
151 Reduce marker size (new convention).
152
153 * alice-macros/tpc_digits.C:
154 Follow-up to change in interface of RGTopFrame.
155
1562006-09-27 Matevz TADEL <matevz.tadel@ijs.si>
157
158 Merged HEAD to EVE-dev. Tagged EVE-dev as
159 EVE-dev-after-second-merge.
160 HEAD was reverted back to work with offical version of ROOT.
161 Now I can get HEAD back to what was until now by:
162 1. going to EVE-head-after-merge
163 2. update -j EVE-dev-after-merge -j EVE-dev
164
1652006-09-26 Matevz Tadel <matevz.tadel@cern.ch>
166
167 * alice-macros/clusters_from_label.C:
168 Add point-set containing clusters directly as render element (it
169 was wrapped in a RenderElementObjPtr by mistake (not fixed when
170 changing it from TPolyMarker3D)).
171
172 * alice-macros/primary_vertex.C:
173 Removed code that gave vertex markers some volume (to avoid being
174 discarded by a too smart GLViewer).
175
ee5a86ec 1762006-09-04 Matevz Tadel <matevz.tadel@cern.ch>
177
178 * alice-macros/its_hits.C:
179 * alice-macros/tpc_hits.C:
180 * alice-macros/tpc_hits_eta_split.C:
181 Changed default point-size in accordance with the new convention.
182
183 * alice-macros/trd_hits.C:
184 New file, plot TRD hits.
185
426530cc 1862006-08-29 Matevz TADEL <matevz.tadel@ijs.si>
187
188 Merged EVE-dev to HEAD. Re-tagged EVE-dev (EVE-dev-after-merge) and
189 EVE's HEAD (EVE-head-after-merge).
190
1912006-08-29 Matevz Tadel <matevz.tadel@cern.ch>
192
193 * alice-macros/clusters_from_label.C:
194 Use Reve::PointSet for cluster representation; attach to each
195 cluster a copy of AliTrackPoint it represents.
196
11697b72 1972006-08-04 Matevz TADEL <matevz.tadel@cern.ch>
198
199 Merged HEAD to EVE-dev. Re-tagged EVE-dev (EVE-dev-after-merge) and
200 EVE's HEAD (EVE-head-after-merge).
201
0aaf698b 2022006-08-04 Matevz Tadel <matevz.tadel@cern.ch>
203
204 * alice-macros/muon_tracks.C:
205 Moved point-count variable declaration within the track loop.
206
207 * test-macros/tpc_gui.C:
208 Added global TPCLoader* tpc_loader.
209
3913e67f 2102006-07-11 Matevz Tadel <matevz.tadel@cern.ch>
211
212 * README:
213 Added description of event navigation.
214
215 * alice-macros/event_next.C:
216 * alice-macros/event_prev.C:
217 New files: macros to go to next/previous event in the run.
218
09da86a8 2192006-07-10 Matevz Tadel <matevz.tadel@cern.ch>
220
221 * alice-macros/clusters_from_label.C:
222 * alice-macros/esd_tracks.C:
223 * alice-macros/geom_ddip.C:
224 * alice-macros/geom_its.C:
225 * alice-macros/geom_phos.C:
226 * alice-macros/geom_rich.C:
227 * alice-macros/geom_simple.C:
228 * alice-macros/geom_tpc.C:
229 * alice-macros/its_digits.C:
230 * alice-macros/its_hits.C:
231 * alice-macros/muon_all.C:
232 * alice-macros/muon_chambers.C:
233 * alice-macros/muon_clusters.C:
234 * alice-macros/muon_cpads.C:
235 * alice-macros/muon_digits.C:
236 * alice-macros/muon_hits.C:
237 * alice-macros/muon_tracks.C:
238 * alice-macros/primary_vertex.C:
239 * alice-macros/region_marker.C:
240 * alice-macros/tpc_digits.C:
241 * alice-macros/tpc_hits.C:
242 * alice-macros/tpc_hits_eta_split.C:
243 * test-macros/tpc_gui.C:
244 * test-macros/tpc_gui_hack.C:
245 Use new / simpler method of render-element registration; the
246 'gReve->DrawRenderElement()' is no longer needed.
247
07d6925d 2482006-07-03 Matevz Tadel <matevz.tadel@cern.ch>
249
250 * alice-macros/its_hits.C:
251 * alice-macros/tpc_hits.C:
252 * alice-macros/tpc_hits_eta_split.C:
253 Use TPointSelector for point extraction.
254
c9381feb 2552006-06-28 Matevz Tadel <matevz.tadel@cern.ch>
256
257 * test-macros/tpc_sector_raw_test.C:
258 Use built-in equipment maps; the override option is commented out
259 in the macro.
260
a83547b6 2612006-06-27 Matevz Tadel <matevz.tadel@cern.ch>
262
263 * alice-macros/geom_ddip.C:
264 Use node's global transformation.
265
266 * alice-macros/geom_phos.C:
267 * alice-macros/geom_rich.C:
268 New files: PHOS and RICH geometry.
269
270 * test-macros/tpc_gui.C:
271 * test-macros/tpc_gui_hack.C:
272 * test-macros/tpc_sector_raw_test.C:
273 Added commented lines showing how to use a different TPC equipment map.
274
30f6c8cb 2752006-06-21 Matevz Tadel <matevz.tadel@cern.ch>
276
277 * macros/alieve_init.C:
278 Use macro-folder from gReve; instantiate macros from alice-macros/
279 as Reve::RMacro.
280
281 * alice-macros/its_hits.C:
282 * alice-macros/tpc_hits.C:
283 Set default point-size to 2.
284
0a55ac96 2852006-06-15 Matevz Tadel <matevz.tadel@cern.ch>
286
287 * test-macros/tpc_gui_hack.C:
288 New file; like tpc_gui.C but sets-up pad-row noise supression data
289 needed for politically correct TPC data images.
290
ae839f53 2912006-06-14 Matevz Tadel <matevz.tadel@cern.ch>
292
293 * alice-macros/tpc_hits_eta_split.C:
294 PointSetArray now subclassed from TAttMarker; use that.
295
ac100e07 2962006-06-13 Matevz Tadel <matevz.tadel@cern.ch>
297
298 * alice-macros/tpc_hits.C:
299 * alice-macros/tpc_hits_eta_split.C:
300 Increased the number-of-entries estimate for TTree player by a
301 factor of two.
302
4ba958ae 3032006-06-12 Matevz Tadel <matevz.tadel@cern.ch>
304
305 * alice-macros/clusters_from_label.C:
306 New macro, loads TrackPoints from ESDtrack for a given label.
307
308 * alice-macros/esd_tracks.C:
309 Take track-parameters at inner TPC radius if extrapolation to ITS
310 failed (controlled by global Bool_t gkFixFailedITSExtr); reformat
311 / group common behaviour.
312
f56512b2 3132006-06-06 Matevz Tadel <matevz.tadel@cern.ch>
314
315 * alice-macros/geom_ddip.C:
316 New file, display DDIP volume.
317
318 * alice-macros/primary_vertex.C:
319 New file, display reconstructed primary vertex.
320
321 * alice-macros/region_marker.C:
322 Added separate y, z box dimensions.
323
324 * macros/alieve_init.C:
325 Initialize event only if path is non-zero.
326
327 * test-macros/tpc_gui.C:
328 Set double sampling-rate on by default.
329
a9148d46 3302006-06-02 Matevz Tadel <matevz.tadel@cern.ch>
331
332 * test-macros/tpc_gui.C:
333 New macro file demonstrating use of TPCLoader.
334
4feec443 3352006-06-01 Bogdan Vulpescu <vulpescu@clermont.in2p3.fr>
336
337 * alice-macros/muon_all.C:
338 * alice-macros/muon_chambers.C:
339 * alice-macros/muon_clusters.C:
340 * alice-macros/muon_cpads.C:
341 * alice-macros/muon_digits.C:
342 * alice-macros/muon_hits.C:
343 * alice-macros/muon_tracks.C:
344 New files for MUON visualization by Bogdan Vulpescu.
345
346 * libAlieve.pkg:
347 Added include dirs needed by MUON visualization.
348
5987168b 3492006-05-31 Matevz Tadel <matevz.tadel@cern.ch>
350
351 Merged EVE-dev to HEAD. Re-tagged EVE-dev (EVE-dev-after-merge) and
352 EVE's HEAD (EVE-head-after-merge).
353
5987168b 3542006-05-31 Matevz Tadel <matevz.tadel@cern.ch>
355
9043c4ec 356 EVE-dev
357
5987168b 358 * binalieve.pkg:
359 New file; new executable linked against all ALICE libraries.
360
361 * macros/alieve_init.C:
362 Removed macro/include path initialization and loading of
363 libraries.
364
365 * macros/alieve_loadlibs.C:
366 Added loading of libAlieve.
367
368 * test-macros/tpc_sector_raw_test.C:
369 Changes for new interface to raw-data reading.
370
9043c4ec 371 * README:
372 Replaced all mentions of the reve executable with alieve.
373
092578a7 3742006-05-23 Matevz Tadel <matevz.tadel@cern.ch>
375
376 Merged EVE-dev to HEAD. Re-tagged EVE-dev (EVE-dev-after-merge) and
377 EVE's HEAD (EVE-head-after-merge).
378
3792006-05-23 Matevz Tadel <matevz.tadel@cern.ch>
380
381 EVE-dev
382
383 * alice-macros/region_marker.C:
384 New file: allow users to mark a given region (like primary
385 vertex); demonstrate usage of RenderElementObjPtr.
386
387 * alice-macros/tpc_digits.C:
388 Use new conventions for TPCSectorViz classes; added a mode for 3D
389 sector visualization.
390
391 * macros/alieve_init.C:
392 Execute macro region_marker.C during startup (the origin
393 marker removed from RGTopFrame).
394
395 * test-macros/tpc_sector_raw_test.C:
396 Clean-up, added function next_event() and display of 3D data.
397
3982006-05-19 Matevz Tadel <matevz.tadel@cern.ch>
399
400 EVE-dev and HEAD
401
402 * test-macros/tpc_sector_raw_test.C:
403 Use automatic pedestal determination by default.
404
405 EVE-dev
406
407 * macros/alieve_loadlibs.C:
408 MUON libraries now load OK.
409
915dabe1 4102006-05-18 Matevz Tadel <matevz.tadel@cern.ch>
411
b56d8877 412 Merged EVE-dev to HEAD. Tagged EVE-dev (EVE-dev-after-merge) and
413 EVE's HEAD (EVE-head-after-merge).
414 Merging was actually done twice.
915dabe1 415
4162006-05-18 Matevz Tadel <matevz.tadel@cern.ch>
417
092578a7 418 EVE-dev
915dabe1 419
420 * macros/alieve_loadlibs.C:
421 Commented out loading of libg2c as it breaks things at other
422 systems. One should uncomment this at a gcc-4 system.
423
4242006-05-17 Matevz Tadel <matevz.tadel@cern.ch>
425
092578a7 426 EVE-dev
915dabe1 427
428 * alice-macros/tpc_digits.C:
429 Use new TPCData classes.
430
431 * libAlieve.pkg:
432 Added RAW to EINCLUDES (need AliTPCRawStreamOld.h in TPCData).
433
434 * macros/alieve_loadlibs.C:
435 Add loading of /usr/lib/libg2c prior to libmicrocern (problem with
436 gcc-4).
437
438 * README:
439 Explain purpose of test-macros/ directory.
440
441 * test-macros/tpc_digi_test.C:
442 * test-macros/tpc_raw_test.C:
443 New files: demonstrate usage of TPCData class.
444
445 * reve-genclass.pl:
446 New file: generate class skeletons from template files.
447
448 * ChangeLog:
449 New file.