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