]>
Commit | Line | Data |
---|---|---|
183b9c5a | 1 | 2007-03-21 Alja Mrak-Tadel <Alja.Mrak.Tadel@cern.ch> |
2 | ||
3 | * alice-macros/its_module_stepper.C: | |
4 | Fill ITSModuleStepper with a mix of modules from SPD, SDD and SSD. | |
5 | ||
69f6e895 | 6 | 2007-03-16 Matevz Tadel <matevz.tadel@cern.ch> |
7 | ||
8 | * alice-macros/its_clusters.C: | |
9 | From Cvetan: new macro to load ITS clusters. | |
10 | ||
1d8d3c4f | 11 | 2007-03-15 Matevz Tadel <matevz.tadel@cern.ch> |
12 | ||
13 | The following changes are from Bogdan, for new MUON display. | |
14 | ||
15 | * alice-macros/MUON_digits.C: | |
16 | From Bogdan: removed macro file. | |
17 | ||
18 | * alice-macros/MUON_geom.C: | |
19 | * alice-macros/MUON_geomAll.C: | |
20 | * alice-macros/README_MUON: | |
21 | From Bogdan: updates macros for MUON display. | |
22 | ||
23 | * alice-macros/MUON_display.C: | |
24 | * alice-macros/MUON_track_info.C: | |
25 | * alice-macros/MUON_trigger_info.C: | |
26 | From Bogdan: new macro files for MUON display. | |
27 | ||
265ec0be | 28 | 2007-03-14 Alja Mrak-Tadel <Alja.Mrak.Tadel@cern.ch> |
29 | ||
30 | * reve-genclass.pl: | |
31 | Fix a typo. | |
32 | ||
33 | * alice-macros/its_module_stepper.C: | |
34 | New macro demonstrating 2D ITS-module layout. | |
35 | ||
29d48c5a | 36 | 2007-03-08 Alja Mrak-Tadel <Alja.Mrak.Tadel@cern.ch> |
37 | ||
38 | * alice-macros/kine_tracks.C: | |
39 | Disable redraw while adding Tracks/RenderElements. | |
40 | ||
0d6e0b29 | 41 | 2007-03-04 Alja Mrak-Tadel <Alja.Mrak.Tadel@cern.ch> |
42 | ||
43 | * icons/rnr00_t.xpm: | |
44 | * icons/rnr01_t.xpm: | |
45 | * icons/rnr10_t.xpm: | |
46 | * icons/rnr11_t.xpm: | |
47 | New folder icons/ with improved check-box pictures. | |
48 | ||
49 | * alice-macros/clusters_from_index.C: | |
50 | * alice-macros/clusters_from_label.C: | |
51 | * alice-macros/geom_rich.C: | |
52 | * alice-macros/hits_from_label.C: | |
53 | * alice-macros/its_hits.C: | |
54 | * alice-macros/kine_tracks.C: | |
55 | * alice-macros/tof_hits.C: | |
56 | * alice-macros/tpc_hits.C: | |
57 | * alice-macros/trd_hits.C: | |
58 | Changes from Reve::RenderElement. | |
59 | ||
793b696e | 60 | 2007-03-02 Matevz Tadel <matevz.tadel@cern.ch> |
61 | ||
62 | * alice-macros/primary_vertex_tracks.C: | |
63 | New file: import tracks that were used for primary vertex fit | |
64 | (asked for by Andrea Dainese). | |
65 | ||
40fb74aa | 66 | 2007-02-28 Matevz Tadel <matevz.tadel@cern.ch> |
67 | ||
68 | * alice-macros/pmd_digits.C: | |
69 | * alice-macros/pmd_raw.C: | |
70 | From Basanta: added parameter controling which PMD planes to | |
71 | display. | |
72 | ||
01cd7acd | 73 | 2007-02-26 Matevz Tadel <matevz.tadel@cern.ch> |
74 | ||
75 | * alice-macros/kine_daughter_tracks.C: | |
76 | Removed; functionality now available from functions in kine_tracks.C. | |
77 | ||
78 | * alice-macros/kine_tracks.C: | |
79 | Added more arguments/flexibiliy to kine_tracks(). | |
80 | ||
81 | * alice-macros/its_hits.C: | |
82 | * alice-macros/tpc_hits.C: | |
83 | * alice-macros/trd_hits.C: | |
84 | Reduce warning when no hits match selection. | |
85 | ||
86 | * alice-macros/tof_hits.C: | |
87 | New macro. | |
88 | ||
89 | * alice-macros/hits_from_label.C: | |
90 | Include TOF hits. | |
91 | ||
80420264 | 92 | 2007-02-26 Alja Mrak-Tadel <Alja.Mrak.Tadel@cern.ch> |
93 | ||
94 | * alice-macros/hits_from_label.C: | |
95 | * alice-macros/its_hits.C: | |
96 | * alice-macros/tpc_hits.C: | |
97 | * alice-macros/trd_hits.C: | |
98 | Check if any hits are selected before creating Reve::PointSet. | |
99 | ||
100 | * alice-macros/kine_tracks.C: | |
101 | Added function kine_track() to import a track with given label and | |
102 | its daughters. | |
103 | ||
104 | * alice-macros/kine_daughter_tracks.C: | |
105 | Set path marks in track container. | |
106 | ||
c6d1e5a6 | 107 | 2007-02-26 Matevz Tadel <matevz.tadel@cern.ch> |
108 | ||
109 | * Reve/QuadSetEditor.cxx: | |
110 | Commented out title for QuadSet as there are no direct gui | |
111 | elements. | |
112 | ||
113 | * alice-macros/pmd_digits.C: | |
114 | * alice-macros/pmd_raw.C: | |
115 | From Basanta: new files for PMD digit visualization. | |
116 | ||
117 | * libAlieve.pkg: | |
118 | Added PMD to EINCLUDES. | |
119 | ||
c2819e72 | 120 | 2007-02-21 Alja Mrak-Tadel <Alja.Mrak.Tadel@cern.ch> |
121 | ||
122 | * alice-macros/kine_tracks.C: | |
123 | Add option to color tracks according to PDG code. | |
124 | ||
af32f4ef | 125 | * alice-macros/kine_daughter_tracks.C: |
c2819e72 | 126 | New file. |
127 | ||
891a1ef9 | 128 | 2007-02-20 Matevz Tadel <matevz.tadel@cern.ch> |
129 | ||
130 | * macros/reve_quad_test.C: | |
131 | Added function reve_quad_test_hierarchy() to demonstrate usage of | |
132 | nested objects, shared palette and frame-box. | |
133 | ||
a289b206 | 134 | 2007-02-19 Alja Mrak-Tadel <Alja.Mrak.Tadel@cern.ch> |
135 | ||
136 | * alice-macros/clusters_from_index.C: | |
137 | Throw exception if a track does not have a valid index. | |
138 | ||
139 | * alice-macros/kine_tracks.C: | |
140 | Import path marks from stack and track references. | |
141 | ||
142 | * reve-genclass.pl: | |
143 | Fix capitalization of the top-directory names. | |
144 | ||
af3cda80 | 145 | 2007-01-30 Matevz Tadel <matevz.tadel@cern.ch> |
146 | ||
147 | * alice-macros/geom_t0.C: | |
148 | New file: import geometry of T0. | |
149 | ||
d40399b6 | 150 | 2007-01-19 Matevz Tadel <matevz.tadel@cern.ch> |
151 | ||
152 | * macros/trackcount_init.C: | |
153 | Avoid usage of script-global variables as they get reset on | |
154 | exceptions; rely on static data-member instead. | |
155 | ||
528ce3fb | 156 | 2007-01-18 Matevz Tadel <matevz.tadel@cern.ch> |
157 | ||
158 | * alice-macros/primary_vertex.C: | |
159 | Use the right function to get position of primary vertex (was | |
160 | always retrieveng MC truth before). | |
161 | ||
e15fc424 | 162 | 2007-01-17 Matevz Tadel <matevz.tadel@cern.ch> |
163 | ||
164 | * alice-macros/event_goto.C: | |
165 | New file; macro to set the current event directly. | |
166 | ||
167 | * alice-macros/primary_vertex.C: | |
168 | Changed default colors of primary vertex markers to yellow/purple. | |
169 | ||
6a29dc1a | 170 | 2007-01-12 Matevz Tadel <matevz.tadel@cern.ch> |
171 | ||
172 | * macros/trackcount_init.C: | |
173 | Assign current event number to TrackCounter. | |
174 | ||
2e3ed179 | 175 | 2006-12-19 Matevz Tadel <matevz.tadel@cern.ch> |
176 | ||
177 | * alice-macros/hits_from_label.C: | |
178 | Added TRD hits. | |
179 | ||
180 | * alice-macros/print_kine_from_label.C: | |
181 | New file; dump kine stack for given label. | |
182 | ||
183 | * macros/trackcount_init.C: | |
184 | Check if global g_trkcnt has been reset and attempt to | |
185 | reinitialize it from TrackCounter static member; return TParticle* | |
186 | for given label; check label range as AliStack segvs if label is | |
187 | out of bounds. | |
188 | ||
cfd4e8d1 | 189 | 2006-12-15 Matevz Tadel <matevz.tadel@cern.ch> |
190 | ||
191 | * alice-macros/clusters_from_index.C: | |
192 | New macro: import clusters based on index of track in the esd | |
193 | array. | |
194 | ||
195 | * alice-macros/clusters_from_label.C: | |
196 | Provide return value. | |
197 | ||
198 | * alice-macros/esd_V0.C: | |
199 | Fix indentation. | |
200 | ||
201 | * alice-macros/esd_tracks.C: | |
202 | Store also track index. | |
203 | ||
255c5d40 | 204 | 2006-12-13 Matevz Tadel <matevz.tadel@cern.ch> |
205 | ||
206 | * libAlieve.pkg: | |
207 | Added T0 to EINCLUDES. | |
208 | ||
209 | * macros/reve_quad_test.C: | |
210 | Added function demonstrating use of per-quad object-ref. | |
211 | ||
ebd05ae5 | 212 | 2006-12-08 Matevz Tadel <matevz.tadel@cern.ch> |
213 | ||
214 | * macros/reve_quad_test.C: | |
215 | Add a new parameter: number of random elements to generate. | |
216 | ||
08e2e0ac | 217 | 2006-12-06 Matevz Tadel <matevz.tadel@cern.ch> |
218 | ||
219 | * macros/reve_quad_test.C: | |
220 | Added test function for hexagons. | |
221 | ||
222 | * macros/trackcount_init.C: | |
223 | Use RenderElement::List_i typedef. | |
224 | ||
9c1a5e0b | 225 | 2006-12-04 Matevz Tadel <matevz.tadel@cern.ch> |
226 | ||
227 | * alice-macros/esd_tracks.C: | |
228 | Change text of track labels. | |
229 | ||
230 | * alice-macros/primary_vertex.C: | |
231 | Fix print-out alignment. | |
232 | ||
233 | * macros/trackcount_init.C: | |
234 | New file: bootstrap track-counting user interface. | |
235 | ||
6755b986 | 236 | 2006-11-16 Matevz Tadel <matevz.tadel@cern.ch> |
237 | ||
238 | * alice-macros/esd_Cascade.C: | |
239 | From Ludovic, new file: macro to display and interact with | |
240 | reconstructed cascades. | |
241 | ||
242 | * alice-macros/esd_V0.C: | |
243 | From Ludovic: updates for V0 visualization. | |
244 | ||
245 | * alice-macros/its_digits.C: | |
246 | Raffele forgot to increase global module counter when some layers | |
247 | were turned off; alignment of assignemt statements. | |
248 | ||
79d7d114 | 249 | 2006-11-14 Matevz Tadel <matevz.tadel@cern.ch> |
250 | ||
251 | * alice-macros/esd_V0.C: | |
252 | From Ludovic, new file: macro to display and interact with | |
253 | reconstructed V0s. | |
254 | ||
255 | * alice-macros/its_digits.C: | |
256 | Removed frame-color from ctors, now part of shared frame-box | |
257 | properties. | |
258 | ||
2f341c3b | 259 | 2006-10-31 Matevz Tadel <matevz.tadel@cern.ch> |
260 | ||
261 | * alice-macros/init_trd.C: | |
262 | From Alexandru: changes in TRD visualization. | |
263 | ||
fcdee385 | 264 | 2006-10-31 Matevz Tadel <matevz.tadel@cern.ch> |
265 | ||
266 | * alice-macros/geom_rich.C: | |
267 | Put all modules in common container. | |
268 | ||
269 | * alice-macros/geom_fmd.C: | |
270 | * alice-macros/geom_vzero.C: | |
271 | New files: import geometry of FMD and VZERO. | |
272 | ||
273 | * alice-macros/fmd_hits.C: | |
274 | * alice-macros/pmd_hits.C: | |
275 | * alice-macros/vzero_hits.C: | |
276 | New files: import hits from FPD, PMD and VZERO. | |
277 | ||
278 | * alice-macros/MUON_digits.C: | |
279 | * alice-macros/MUON_geom.C: | |
280 | * alice-macros/MUON_geomAll.C: | |
281 | * alice-macros/README_MUON: | |
282 | From Bogdan: new files / new implementation of the MUON | |
283 | visualization. | |
284 | ||
285 | * alice-macros/muon_all.C: | |
286 | * alice-macros/muon_chambers.C: | |
287 | * alice-macros/muon_clusters.C: | |
288 | * alice-macros/muon_cpads.C: | |
289 | * alice-macros/muon_digits.C: | |
290 | * alice-macros/muon_hits.C: | |
291 | * alice-macros/muon_tracks.C: | |
292 | From Bogdan: removed files. | |
293 | ||
92957c51 | 294 | 2006-10-27 Matevz Tadel <matevz.tadel@cern.ch> |
295 | ||
296 | * alice-macros/esd_V0_points.C: | |
297 | New file: creates a point-set from reconstructed V0 positions. | |
298 | ||
299 | * alice-macros/esd_tracks.C: | |
300 | In esd_tracks_vertex_cut() introduced two categories for tracks | |
301 | with failed ITS extrapolation: below / above 5 sigma. | |
302 | ||
303 | * alice-macros/its_digits.C: | |
304 | From Raffaele: introduce new GUI levels for all ITS layers (sectors, | |
305 | ladders, staves). | |
306 | ||
307 | * alice-macros/init_trd.C: | |
308 | New script from Alexandru: initialize TRD visualization. | |
309 | ||
310 | * libAlieve.pkg: | |
311 | Added TRD to EINCLUDE. | |
312 | ||
d9193858 | 313 | 2006-10-26 Matevz Tadel <matevz.tadel@cern.ch> |
314 | ||
315 | * macros/alieve_init.C: | |
316 | Added option to avoid exceptions during event open as an | |
317 | argument and enabled it by default. | |
318 | ||
319 | * test-macros/tpc_gui.C: | |
320 | Added short usgae notice. | |
321 | ||
f2a9feb3 | 322 | 2006-10-26 Matevz Tadel <matevz.tadel@cern.ch> |
323 | ||
324 | * test-macros/broken_torus.tring: | |
325 | * test-macros/triangleset.C: | |
326 | New files demonstrating use of TriangleSet and ZTrans classes. | |
327 | ||
90ad814e | 328 | 2006-10-25 Matevz Tadel <matevz.tadel@cern.ch> |
329 | ||
330 | * alice-macros/kine_tracks.C: | |
331 | Missing ';'. | |
332 | ||
333 | * alice-macros/primary_vertex.C: | |
334 | Added function 'make_vertex_boxes()' that creates boxes around | |
335 | vertex region to be used for visual determination of multiplicity. | |
336 | ||
113d065e | 337 | 2006-10-18 Matevz Tadel <matevz.tadel@cern.ch> |
338 | ||
339 | * alice-macros/tpc_digits.C: | |
340 | * test-macros/tpc_sector_raw_test.C: | |
341 | Changes accompanying migration to usage of ZTrans in TPCSectorViz. | |
342 | ||
aa77b33a | 343 | 2006-10-13 Matevz Tadel <matevz.tadel@cern.ch> |
344 | ||
345 | * alice-macros/kine_tracks.C: | |
346 | New file: visualize tracks from kinematics tree; minimal | |
347 | implementation. | |
348 | ||
a8600b56 | 349 | 2006-10-12 Matevz Tadel <matevz.tadel@cern.ch> |
350 | ||
351 | Merge changes from EVE-dev to HEAD. | |
352 | Delete all intermediate tags. | |
353 | Tag HEAD: EVE-head-after-merge. | |
354 | Tag EVE-dev: EVE-dev-after-merge. | |
355 | ||
356 | 2006-10-12 Matevz Tadel <matevz.tadel@cern.ch> | |
357 | ||
358 | EVE-dev | |
359 | ||
360 | * macros/reve_sa_init.C: | |
361 | New file: initialization script for reve when launched from | |
362 | root.exe (there is unsolved problem with exception-catching in | |
363 | main event-loop). | |
364 | ||
365 | 2006-10-11 Matevz Tadel <matevz.tadel@cern.ch> | |
366 | ||
367 | EVE-dev | |
368 | ||
369 | * alice-macros/geom_all.C: | |
370 | New file: full alice geometry. | |
371 | ||
372 | * alice-macros/geom_trd_tof.C: | |
373 | New file: combined top-level TRD and TOF geometry. | |
374 | ||
375 | * macros/alieve_create_vsd.C: | |
376 | Added loading of libRGL; removed '.so' extensions from all | |
377 | libraries for call to gSystem->Load. | |
378 | ||
379 | 2006-10-11 Matevz Tadel <matevz.tadel@cern.ch> | |
380 | ||
381 | EVE-dev | |
382 | ||
383 | * alice-macros/geom_pmd.C: | |
384 | New file: PMD geometry. | |
385 | ||
386 | * alice-macros/trd_hits.C: | |
387 | Changed default color. | |
388 | ||
389 | * alice-macros/trd_hits_z_split.C: | |
390 | New file: TRD hits split by z-coordinate. | |
391 | ||
392 | 2006-10-04 Matevz Tadel <matevz.tadel@cern.ch> | |
393 | ||
394 | EVE-dev | |
395 | ||
396 | * alice-macros/esd_tracks.C: | |
397 | Added function esd_tracks_vertex_cut() that imports esd-tracks and | |
398 | stores them into several containers according to their distance to | |
399 | primary vertex. | |
400 | ||
401 | * alice-macros/tpc_digits.C: | |
402 | Added new mode (3): import all sectors and display them in 3D. | |
403 | ||
404 | 2006-10-02 Matevz Tadel <matevz.tadel@cern.ch> | |
405 | ||
406 | EVE-dev | |
407 | ||
408 | * alice-macros/hits_from_label.C: | |
409 | Reduce marker size (new convention). | |
410 | ||
411 | * alice-macros/tpc_digits.C: | |
412 | Follow-up to change in interface of RGTopFrame. | |
413 | ||
414 | 2006-09-27 Matevz TADEL <matevz.tadel@ijs.si> | |
415 | ||
416 | Merged HEAD to EVE-dev. Tagged EVE-dev as | |
417 | EVE-dev-after-second-merge. | |
418 | HEAD was reverted back to work with offical version of ROOT. | |
419 | Now I can get HEAD back to what was until now by: | |
420 | 1. going to EVE-head-after-merge | |
421 | 2. update -j EVE-dev-after-merge -j EVE-dev | |
422 | ||
423 | 2006-09-26 Matevz Tadel <matevz.tadel@cern.ch> | |
424 | ||
425 | * alice-macros/clusters_from_label.C: | |
426 | Add point-set containing clusters directly as render element (it | |
427 | was wrapped in a RenderElementObjPtr by mistake (not fixed when | |
428 | changing it from TPolyMarker3D)). | |
429 | ||
430 | * alice-macros/primary_vertex.C: | |
431 | Removed code that gave vertex markers some volume (to avoid being | |
432 | discarded by a too smart GLViewer). | |
433 | ||
ee5a86ec | 434 | 2006-09-04 Matevz Tadel <matevz.tadel@cern.ch> |
435 | ||
436 | * alice-macros/its_hits.C: | |
437 | * alice-macros/tpc_hits.C: | |
438 | * alice-macros/tpc_hits_eta_split.C: | |
439 | Changed default point-size in accordance with the new convention. | |
440 | ||
441 | * alice-macros/trd_hits.C: | |
442 | New file, plot TRD hits. | |
443 | ||
426530cc | 444 | 2006-08-29 Matevz TADEL <matevz.tadel@ijs.si> |
445 | ||
446 | Merged EVE-dev to HEAD. Re-tagged EVE-dev (EVE-dev-after-merge) and | |
447 | EVE's HEAD (EVE-head-after-merge). | |
448 | ||
449 | 2006-08-29 Matevz Tadel <matevz.tadel@cern.ch> | |
450 | ||
451 | * alice-macros/clusters_from_label.C: | |
452 | Use Reve::PointSet for cluster representation; attach to each | |
453 | cluster a copy of AliTrackPoint it represents. | |
454 | ||
11697b72 | 455 | 2006-08-04 Matevz TADEL <matevz.tadel@cern.ch> |
456 | ||
457 | Merged HEAD to EVE-dev. Re-tagged EVE-dev (EVE-dev-after-merge) and | |
458 | EVE's HEAD (EVE-head-after-merge). | |
459 | ||
0aaf698b | 460 | 2006-08-04 Matevz Tadel <matevz.tadel@cern.ch> |
461 | ||
462 | * alice-macros/muon_tracks.C: | |
463 | Moved point-count variable declaration within the track loop. | |
464 | ||
465 | * test-macros/tpc_gui.C: | |
466 | Added global TPCLoader* tpc_loader. | |
467 | ||
3913e67f | 468 | 2006-07-11 Matevz Tadel <matevz.tadel@cern.ch> |
469 | ||
470 | * README: | |
471 | Added description of event navigation. | |
472 | ||
473 | * alice-macros/event_next.C: | |
474 | * alice-macros/event_prev.C: | |
475 | New files: macros to go to next/previous event in the run. | |
476 | ||
09da86a8 | 477 | 2006-07-10 Matevz Tadel <matevz.tadel@cern.ch> |
478 | ||
479 | * alice-macros/clusters_from_label.C: | |
480 | * alice-macros/esd_tracks.C: | |
481 | * alice-macros/geom_ddip.C: | |
482 | * alice-macros/geom_its.C: | |
483 | * alice-macros/geom_phos.C: | |
484 | * alice-macros/geom_rich.C: | |
485 | * alice-macros/geom_simple.C: | |
486 | * alice-macros/geom_tpc.C: | |
487 | * alice-macros/its_digits.C: | |
488 | * alice-macros/its_hits.C: | |
489 | * alice-macros/muon_all.C: | |
490 | * alice-macros/muon_chambers.C: | |
491 | * alice-macros/muon_clusters.C: | |
492 | * alice-macros/muon_cpads.C: | |
493 | * alice-macros/muon_digits.C: | |
494 | * alice-macros/muon_hits.C: | |
495 | * alice-macros/muon_tracks.C: | |
496 | * alice-macros/primary_vertex.C: | |
497 | * alice-macros/region_marker.C: | |
498 | * alice-macros/tpc_digits.C: | |
499 | * alice-macros/tpc_hits.C: | |
500 | * alice-macros/tpc_hits_eta_split.C: | |
501 | * test-macros/tpc_gui.C: | |
502 | * test-macros/tpc_gui_hack.C: | |
503 | Use new / simpler method of render-element registration; the | |
504 | 'gReve->DrawRenderElement()' is no longer needed. | |
505 | ||
07d6925d | 506 | 2006-07-03 Matevz Tadel <matevz.tadel@cern.ch> |
507 | ||
508 | * alice-macros/its_hits.C: | |
509 | * alice-macros/tpc_hits.C: | |
510 | * alice-macros/tpc_hits_eta_split.C: | |
511 | Use TPointSelector for point extraction. | |
512 | ||
c9381feb | 513 | 2006-06-28 Matevz Tadel <matevz.tadel@cern.ch> |
514 | ||
515 | * test-macros/tpc_sector_raw_test.C: | |
516 | Use built-in equipment maps; the override option is commented out | |
517 | in the macro. | |
518 | ||
a83547b6 | 519 | 2006-06-27 Matevz Tadel <matevz.tadel@cern.ch> |
520 | ||
521 | * alice-macros/geom_ddip.C: | |
522 | Use node's global transformation. | |
523 | ||
524 | * alice-macros/geom_phos.C: | |
525 | * alice-macros/geom_rich.C: | |
526 | New files: PHOS and RICH geometry. | |
527 | ||
528 | * test-macros/tpc_gui.C: | |
529 | * test-macros/tpc_gui_hack.C: | |
530 | * test-macros/tpc_sector_raw_test.C: | |
531 | Added commented lines showing how to use a different TPC equipment map. | |
532 | ||
30f6c8cb | 533 | 2006-06-21 Matevz Tadel <matevz.tadel@cern.ch> |
534 | ||
535 | * macros/alieve_init.C: | |
536 | Use macro-folder from gReve; instantiate macros from alice-macros/ | |
537 | as Reve::RMacro. | |
538 | ||
539 | * alice-macros/its_hits.C: | |
540 | * alice-macros/tpc_hits.C: | |
541 | Set default point-size to 2. | |
542 | ||
0a55ac96 | 543 | 2006-06-15 Matevz Tadel <matevz.tadel@cern.ch> |
544 | ||
545 | * test-macros/tpc_gui_hack.C: | |
546 | New file; like tpc_gui.C but sets-up pad-row noise supression data | |
547 | needed for politically correct TPC data images. | |
548 | ||
ae839f53 | 549 | 2006-06-14 Matevz Tadel <matevz.tadel@cern.ch> |
550 | ||
551 | * alice-macros/tpc_hits_eta_split.C: | |
552 | PointSetArray now subclassed from TAttMarker; use that. | |
553 | ||
ac100e07 | 554 | 2006-06-13 Matevz Tadel <matevz.tadel@cern.ch> |
555 | ||
556 | * alice-macros/tpc_hits.C: | |
557 | * alice-macros/tpc_hits_eta_split.C: | |
558 | Increased the number-of-entries estimate for TTree player by a | |
559 | factor of two. | |
560 | ||
4ba958ae | 561 | 2006-06-12 Matevz Tadel <matevz.tadel@cern.ch> |
562 | ||
563 | * alice-macros/clusters_from_label.C: | |
564 | New macro, loads TrackPoints from ESDtrack for a given label. | |
565 | ||
566 | * alice-macros/esd_tracks.C: | |
567 | Take track-parameters at inner TPC radius if extrapolation to ITS | |
568 | failed (controlled by global Bool_t gkFixFailedITSExtr); reformat | |
569 | / group common behaviour. | |
570 | ||
f56512b2 | 571 | 2006-06-06 Matevz Tadel <matevz.tadel@cern.ch> |
572 | ||
573 | * alice-macros/geom_ddip.C: | |
574 | New file, display DDIP volume. | |
575 | ||
576 | * alice-macros/primary_vertex.C: | |
577 | New file, display reconstructed primary vertex. | |
578 | ||
579 | * alice-macros/region_marker.C: | |
580 | Added separate y, z box dimensions. | |
581 | ||
582 | * macros/alieve_init.C: | |
583 | Initialize event only if path is non-zero. | |
584 | ||
585 | * test-macros/tpc_gui.C: | |
586 | Set double sampling-rate on by default. | |
587 | ||
a9148d46 | 588 | 2006-06-02 Matevz Tadel <matevz.tadel@cern.ch> |
589 | ||
590 | * test-macros/tpc_gui.C: | |
591 | New macro file demonstrating use of TPCLoader. | |
592 | ||
4feec443 | 593 | 2006-06-01 Bogdan Vulpescu <vulpescu@clermont.in2p3.fr> |
594 | ||
595 | * alice-macros/muon_all.C: | |
596 | * alice-macros/muon_chambers.C: | |
597 | * alice-macros/muon_clusters.C: | |
598 | * alice-macros/muon_cpads.C: | |
599 | * alice-macros/muon_digits.C: | |
600 | * alice-macros/muon_hits.C: | |
601 | * alice-macros/muon_tracks.C: | |
602 | New files for MUON visualization by Bogdan Vulpescu. | |
603 | ||
604 | * libAlieve.pkg: | |
605 | Added include dirs needed by MUON visualization. | |
606 | ||
5987168b | 607 | 2006-05-31 Matevz Tadel <matevz.tadel@cern.ch> |
608 | ||
609 | Merged EVE-dev to HEAD. Re-tagged EVE-dev (EVE-dev-after-merge) and | |
610 | EVE's HEAD (EVE-head-after-merge). | |
611 | ||
5987168b | 612 | 2006-05-31 Matevz Tadel <matevz.tadel@cern.ch> |
613 | ||
9043c4ec | 614 | EVE-dev |
615 | ||
5987168b | 616 | * binalieve.pkg: |
617 | New file; new executable linked against all ALICE libraries. | |
618 | ||
619 | * macros/alieve_init.C: | |
620 | Removed macro/include path initialization and loading of | |
621 | libraries. | |
622 | ||
623 | * macros/alieve_loadlibs.C: | |
624 | Added loading of libAlieve. | |
625 | ||
626 | * test-macros/tpc_sector_raw_test.C: | |
627 | Changes for new interface to raw-data reading. | |
628 | ||
9043c4ec | 629 | * README: |
630 | Replaced all mentions of the reve executable with alieve. | |
631 | ||
092578a7 | 632 | 2006-05-23 Matevz Tadel <matevz.tadel@cern.ch> |
633 | ||
634 | Merged EVE-dev to HEAD. Re-tagged EVE-dev (EVE-dev-after-merge) and | |
635 | EVE's HEAD (EVE-head-after-merge). | |
636 | ||
637 | 2006-05-23 Matevz Tadel <matevz.tadel@cern.ch> | |
638 | ||
639 | EVE-dev | |
640 | ||
641 | * alice-macros/region_marker.C: | |
642 | New file: allow users to mark a given region (like primary | |
643 | vertex); demonstrate usage of RenderElementObjPtr. | |
644 | ||
645 | * alice-macros/tpc_digits.C: | |
646 | Use new conventions for TPCSectorViz classes; added a mode for 3D | |
647 | sector visualization. | |
648 | ||
649 | * macros/alieve_init.C: | |
650 | Execute macro region_marker.C during startup (the origin | |
651 | marker removed from RGTopFrame). | |
652 | ||
653 | * test-macros/tpc_sector_raw_test.C: | |
654 | Clean-up, added function next_event() and display of 3D data. | |
655 | ||
656 | 2006-05-19 Matevz Tadel <matevz.tadel@cern.ch> | |
657 | ||
658 | EVE-dev and HEAD | |
659 | ||
660 | * test-macros/tpc_sector_raw_test.C: | |
661 | Use automatic pedestal determination by default. | |
662 | ||
663 | EVE-dev | |
664 | ||
665 | * macros/alieve_loadlibs.C: | |
666 | MUON libraries now load OK. | |
667 | ||
915dabe1 | 668 | 2006-05-18 Matevz Tadel <matevz.tadel@cern.ch> |
669 | ||
b56d8877 | 670 | Merged EVE-dev to HEAD. Tagged EVE-dev (EVE-dev-after-merge) and |
671 | EVE's HEAD (EVE-head-after-merge). | |
672 | Merging was actually done twice. | |
915dabe1 | 673 | |
674 | 2006-05-18 Matevz Tadel <matevz.tadel@cern.ch> | |
675 | ||
092578a7 | 676 | EVE-dev |
915dabe1 | 677 | |
678 | * macros/alieve_loadlibs.C: | |
679 | Commented out loading of libg2c as it breaks things at other | |
680 | systems. One should uncomment this at a gcc-4 system. | |
681 | ||
682 | 2006-05-17 Matevz Tadel <matevz.tadel@cern.ch> | |
683 | ||
092578a7 | 684 | EVE-dev |
915dabe1 | 685 | |
686 | * alice-macros/tpc_digits.C: | |
687 | Use new TPCData classes. | |
688 | ||
689 | * libAlieve.pkg: | |
690 | Added RAW to EINCLUDES (need AliTPCRawStreamOld.h in TPCData). | |
691 | ||
692 | * macros/alieve_loadlibs.C: | |
693 | Add loading of /usr/lib/libg2c prior to libmicrocern (problem with | |
694 | gcc-4). | |
695 | ||
696 | * README: | |
697 | Explain purpose of test-macros/ directory. | |
698 | ||
699 | * test-macros/tpc_digi_test.C: | |
700 | * test-macros/tpc_raw_test.C: | |
701 | New files: demonstrate usage of TPCData class. | |
702 | ||
703 | * reve-genclass.pl: | |
704 | New file: generate class skeletons from template files. | |
705 | ||
706 | * ChangeLog: | |
707 | New file. |