]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - RALICE/history.txt
11-feb-2004 NvE In script "gcclib" the option -Wno-long-long added to prevent warning...
[u/mrichter/AliRoot.git] / RALICE / history.txt
index f225a424dc42ca18c09b4da77f829ffd20d68836..470696d6efcc2a9bb4321d2cfd9cc48bc665d91e 100644 (file)
                 via the TTimeStamp constructor. This is only possible with ROOT version 3.10/02 or later,
                 since for earlier versions the TTimeStamp::Set memberfunctions were erroneously declared
                 private. 
                 via the TTimeStamp constructor. This is only possible with ROOT version 3.10/02 or later,
                 since for earlier versions the TTimeStamp::Set memberfunctions were erroneously declared
                 private. 
+11-feb-2004 NvE In script "gcclib" the option -Wno-long-long added to prevent warnings from the usage
+                of type "long long" in Rtypes.h
+12-feb-2004 NvE In AliCollider::MakeEvent the statement "char* name" was replaced by "char name[16]" to
+                comply with TPythia6 convention. Also the hardcoded values of the p and n masses have
+                been replaced by masses obtained from the Pythia system via a call to GetPMAS(). 
+                Because of a bug in TPythia6 the function Pymass() couldn't be used directly.
+13-feb-2004 NvE AliCollider::GetPyname introduced to provide a correctly stripped character string
+                for the particle names. The name returned by TPythia6::Pyname contains trailing
+                characters due to an incorrect stripping process.
+                AliCollider::MakeEvent was updated accordingly to make use of this new memberfunction.