]> git.uio.no Git - u/mrichter/AliRoot.git/blob - RALICE/wa98/history.txt
New version of the START raw data reader. This one should be endian independent ...
[u/mrichter/AliRoot.git] / RALICE / wa98 / history.txt
1 //////////////////////////////////////////////////////////////////////////////////////
2 //                                History of updates                                //
3 //////////////////////////////////////////////////////////////////////////////////////
4 09-mar-1999 NvE First release of the package
5 17-mar-1999 NvE Non-existing LEDA modules declared as dead in Wa98Filter
6                 to obtain correct treatment of the edges.
7 19-mar-1999 NvE Wa98Data updated to match new (reduced) data format.
8                 Also Wa98Filter::Leda() modified to take UInt_t values
9                 properly into account.
10 23-mar-1999 NvE Wa98Filter::Select() updated to accept only physics events with
11                 combined LEDA and CPV activity. Also beam triggers are accepted now.
12                 Slight format modification in Wa98Filter::Print() and Wa98Filter::Glob()
13                 removed. Also Glob() and Print() removed from Wa98Display.
14 25-mar-1999 NvE ClusterLeda() of class Wa98Filter split in ClusterLeda() and VetoLeda().
15                 Also confidence level histos removed from Wa98Filter; info will be
16                 provided via the new Wa98Dst class.
17 26-mar-1999 NvE Wa98Dst class introduced and several memberfunctions of Wa98Filter
18                 declared virtual in view of base class functionality.
19 21-apr-1999 NvE Wa98Dst memberfunctions SetLab() and SetCms() introduced and filling of
20                 DST data updated accordingly.
21 15-jul-1999 NvE TChain::GetEvent() calls replaced by TChain::GetEntry() in Wa98Filter
22                 and Wa98Display to adopt new ROOT convention.
23 28-oct-1999 NvE AliBoost::SetGamma() replaced by SetBeta() invokation in
24                 Wa98Dst::SetCms since SetGamma() memberfunction has been removed.
25                 Wa98Filter::SetCpv() added to enable CPV processing selection.  
26 22-feb-2001 NvE File RWA98LinkDef.h updated to allow the automatic schema evolution
27                 as introduced in ROOT 3.00/05. 
28 25-jun-2002 NvE Class Wa98Event introduced.
29                 This makes all the previously defined classes obsolete.
30 18-feb-2003 NvE Date/time format changed and ShowCalorimeters() invoked in Wa98Event::HeaderData().
31 06-mar-2003 NvE Copy ctor introduced for Wa98Event.
32 25-oct-2003 NvE ShowCalorimeters() replaced by ShowDevices() in Wa98Event::HeaderData().
33 26-oct-2003 NvE Memberfunctions HeaderData() and Data() removed from Wa98Event, since the
34                 corresponding functions of AliEvent now use the ClassName in the printout.
35 06-nov-2003 NvE Include of AliCalorimeter.h added in Wa98Event.h since AliEvent.h doesn't have
36                 this include anymore.
37 06-jul-2004 NvE New class Wa98Convert introduced and support for sorting mode introduced 
38                 in Wa98Event::ClusterLeda().
39 29-nov-2004 NvE Package containing the classes Wa98Event, Wa98Convert and the usual files
40                 RWA98Headers.h, RWA98LinkDef.h, history.txt and the sub-directory /scripts
41                 introduced as a sub-directory /wa98 in the Ralice repository at CERN. 
42 01-dec-2004 NvE Installation scripts modified to make use of environment variable ALIROOT
43                 which should contain the path to the directory where AliRoot resides.
44                 This ALIROOT environment variable fulfills a comparable function as
45                 the ROOTSYS environment variable for the ROOT system.
46                 Also installation script macgcclib.sh for gcc on MAC systems introduced.
47 16-feb-2005 NvE Support for user selectable split level and buffer size of the output tree
48                 introduced in Wa98Convert.