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