]>
Commit | Line | Data |
---|---|---|
f67e2651 | 1 | ////////////////////////////////////////////////////////////////////////////////////// |
2 | // History of updates // | |
3 | ////////////////////////////////////////////////////////////////////////////////////// | |
4 | 21-apr-2005 NvE First release of the package as a subdirectory of Ralice/icepack. | |
5481c137 | 5 | 29-apr-2005 NvE Library creation scripts for Linux gcc etc... introduced. |
6 | Argument 'float' changed to 'double' for function isnan in amanda.c | |
7 | to match gcc definition and setting of unused variable 'pi' removed | |
8 | from IceF2k.cxx. | |
9 | 17-jun-2005 NvE Class IceF2k modified to provide a task-based processing environment. | |
10 | For this IceF2k has been derived from the new RALICE class AliJob. | |
11 | The example macro icef2k.cc has been updated accordingly. | |
a0f305cd | 12 | 21-jun-2005 NvE Install scripts for gcc corrected to also include the rdmc stuff |
13 | in the produced shared libs. | |
1c9018c6 | 14 | 23-jun-2005 NvE Specification and consequently writing-out of datastructures made |
15 | optionally in IceF2k. This will allow IceF2k to be used as a facility | |
16 | to investigate/analyse F2K data using the Ralice/IcePack analysis tools | |
17 | without producing output data files. | |
f60271ca | 18 |