]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - EVGEN/AliGenSTRANGElib.h
Anti Hyperons added (Boris Hippolyte)
[u/mrichter/AliRoot.git] / EVGEN / AliGenSTRANGElib.h
index 5cb26dd6aaeadc50a6ab4079ef2e2a02db6bdf56..fce2876917c0f94c07b7d5006abc18409d2424b7 100644 (file)
@@ -7,6 +7,14 @@
 
 /* $Id$ */
 
+//======================================================================
+//  AliGenSTRANGElib class contains parameterizations of the
+//  kaon, phi and hyperon (Lambda, Anti-Lambda, Xi, anti-Xi, Omega,
+//  anti-Omega)  for the PPR study of the strange particle production. 
+//
+//  Rocco CALIANDRO. Rosa Anna FINI, Tiziano VIRGILI
+//======================================================================
+
 class TRandom;
 
 class AliGenSTRANGElib :
@@ -38,9 +46,9 @@ public AliGenLib
     static Double_t YOmegaMinus( Double_t *py, Double_t *dummy);
     static Int_t    IpOmegaMinus(TRandom *ran);
     
-    GenFunc   GetPt(Int_t param, const char* tname=0);
-    GenFunc   GetY (Int_t param, const char* tname=0);
-    GenFuncIp GetIp(Int_t param, const char* tname=0);    
+    GenFunc   GetPt(Int_t param, const char* tname=0) const;
+    GenFunc   GetY (Int_t param, const char* tname=0) const;
+    GenFuncIp GetIp(Int_t param, const char* tname=0) const;    
     ClassDef(AliGenSTRANGElib,0) // Library providing y and pT parameterisations
 };
 #endif
@@ -51,3 +59,10 @@ public AliGenLib
 
 
 
+
+
+
+
+
+
+