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