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