]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - RALICE/history.txt
27-jun-2001 NvE Overloaded memberfunction names Add(AliJet*) and Add(AliVertex*)...
[u/mrichter/AliRoot.git] / RALICE / history.txt
index 075c231d34b0fbb78ac134e8f223ca377dfeda28..68c975fc318884701aa7738c87677a4437ebcf64 100644 (file)
                 to prevent problems.
 06-jun-2001 NvE CVS Date keyword introduced in 'Modified' field in .cxx files so that
                 the modification date is updated automatically in the html docs.
+09-jun-2001 NvE Script mklibs.bat modified to match its new location in the SCRIPTS
+                subdirectory and file RALICEHeaders.h moved back to the RALICE
+                directory again to enable universal installation scripts.
+                Also name AliEvent.cxx added in Makefile.
+11-jun-2001 NvE ResultError correctly set in GetMomentum() of AliTrack and AliJet.
+12-jun-2001 NvE Error calculation improved for spherical and cylindrical coord.
+                in Ali3Vector::GetErrors().
+13-jun-2001 NvE Memberfunctions GetVecTrans() and GetVecLong() introduced for
+                Ali3Vector and Ali4Vector.
+                Also GetScaTrans(), GetScaLong() and GetPseudoRapidity() introduced
+                for Ali4Vector to provide a basis for e.g. E_trans and E_long calc.
+                Memberfunctions GetPt(), GetPl(), GetEt(), GetEl() and GetMt()
+                introduced for AliTrack and AliJet.
+                For AliTrack there is an additional GetMt(j) to provide the Mt
+                value for the jth mass hypothesis.                
+14-jun-2001 NvE Memberfunction GetRapidity() introduced for AliTrack and AliJet
+                and accuracy improved in Ali3Vector::GetPseudoRapidity().
+27-jun-2001 NvE Overloaded memberfunction names Add(AliJet*) and Add(AliVertex*) corrected
+                into AddJet(AliJet*) and AddVertex(AliVertex*) in class AliVertex.