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. |
9f575717 |
14 | 23-jun-2005 NvE Specification of output file and consequently writing-out of the |
15 | produced datastructures made optionally in IceF2k. |
16 | This will allow IceF2k to be used as a facility to investigate/analyse |
17 | F2K data using the Ralice/IcePack analysis tools without producing output |
18 | data files. |
19 | 24-jun-2005 NvE In the IceF2k docs and the icef2k.cc example macro the output file is |
20 | not explicitly closed to allow interactive investigation of the output |
21 | data tree when the macro is run in an interactive ROOT/CINT session. |
0e50ad4d |
22 | 20-jul-2005 NvE RDMC index "off by one" problem fixed in IceF2k.cxx when setting the |
23 | bin contents for a waveform histogram. |
64c21700 |
24 | 05-aug-2005 NvE Support for printfreq=0 introduced in IceF2k to allow suppression of |
25 | the event summary printout. |
26 | 08-aug-2005 NvE (De)calibration functions introduced in IceF2k::FillOMdbase and IceF2k::PutHits |
27 | to enable access to either automatically calibrated or de-calibrated data. |
216d1d91 |
28 | 11-aug-2005 NvE New class IceCal2Root introduced to convert Amacalib ascii data into |
29 | Ralice/IcePack structures. |
a4b77ddf |
30 | 20-sep-2005 NvE Dummy values 0 set for KAPPA-ADC and KAPPA-TOT for OMs in IceCal2Root |
31 | to stay in line with the F2K data structures. |
32 | Also ADC dependent LE (de)calibration parameter set to 1e20 in IceF2k |
33 | for adc<=0 values. This setting eliminates the ADC dependent TDC correction. |
75d7c821 |
34 | 12-oct-2005 NvE CleanTasks() invoked before execution of sub-tasks in IceConvert and IceCal2Root |
225085ba |
35 | to ensure proper execution of all the sub-tasks for each new event. |
e51b7d1a |
36 | 31-oct-2005 NvE Some unused variables removed in IceCal2Root and IceF2k to prevent warnings |
37 | from the gcc compiler. |
f5b75967 |
38 | 09-nov-2005 NvE Additional memberfunctions SetOutputFile(TString name) and GetOutputFile added |
39 | to IceF2k to provide a more user friendly running environment. |
40 | The example in the IceF2k docs has been updated accordingly. |
69884331 |
41 | 13-nov-2005 NvE IceF2k updated to store also the event trigger information in the Ralice/Icepack |
42 | event structures. The information is stored in the IceEvent structure in the |
43 | form of a device named "Trigger". The various event triggers encountered in the |
44 | F2K input data are stored as "hits" into this trigger device. |
c29371c1 |
45 | 15-feb-2006 NvE Name of reconstructed tracks set to "Sieglinde" in IceF2k. |
46 | This is in line with the names "IceDwalk", "IcePandel" etc... and allows |
47 | easy retrieval of specific reconstruction results. |
88b8d522 |
48 | 28-feb-2006 NvE Memberfunction AddInputFile introduced in IceF2k to allow processing of |
49 | multiple F2K input files. |
50 | The example in the IceF2k docs and in the /macros sub-directory has been |
51 | updated accordingly. |
609999d1 |
52 | 07-mar-2006 NvE Time offset correction introduced in IceF2k::PutHits() to account for |
53 | possible re-definition of hit times in the Sieglinde filtering process. |
54 | (Thanks David Boersma). |
97a09735 |
55 | 08-mar-2006 NvE Time offset correction in IceF2k extended to allow also a user defined offset |
56 | to cope with Monte Carlo data. |
ed6cf482 |
57 | 22-mar-2006 NvE Support for selective MC track storage introduced in IceF2k. |
9427ac75 |
58 | 10-may-2006 NvE Compiler warnings activated for overloaded virtuals in installation |
59 | script for AMD Athlon in the /scripts sub-directory. |
609999d1 |
60 | |