]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - EVGEN/AliGenGSIlib.h
Redundant media declarations commented out.
[u/mrichter/AliRoot.git] / EVGEN / AliGenGSIlib.h
index 826738181a28c0cec100da9dc24e3d5762f797be..119449166f093bab47287c2ed1502d44272446f8 100644 (file)
@@ -5,12 +5,16 @@
 
 /* $Id$ */
 
+// Implementation of AliGenLib 
+// using GSI specific parameterisations.
+// Responsible: Andres.Sandoval@cern.ch
+
 #include "AliGenLib.h"
 class TRandom;
 
 class AliGenGSIlib :public AliGenLib {
  public:
-
+    enum constants{kUpsilon};
 // Upsilon RITMAN   
     static Double_t PtUpsilonRitman( Double_t *px, Double_t *dummy );
     static Double_t YUpsilonRitman(Double_t *py, Double_t *dummy);
@@ -28,9 +32,9 @@ class AliGenGSIlib :public AliGenLib {
     typedef Double_t (*GenFunc)  (Double_t *, Double_t *);
     typedef Int_t    (*GenFuncIp)(TRandom *ran);
     
-    GenFunc   GetPt(Param_t param, const char * tname=0);
-    GenFunc   GetY(Param_t param,  const char * tname=0);
-    GenFuncIp GetIp(Param_t param, const char * tname=0);    
+    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);    
     static void SetDebug(Bool_t debug){fgDebug=debug;}
 private:
     static Bool_t fgDebug;  // Debug flag