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