]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - EVGEN/AliGenPHOSlib.h
Corrections to obey the coding conventions
[u/mrichter/AliRoot.git] / EVGEN / AliGenPHOSlib.h
index d121d0f76a4be07038279fb5b87269eac1490d41..3006cd7d391b3909aa5d4976344e0885b1ffb2a0 100644 (file)
@@ -59,9 +59,9 @@ public AliGenLib
     static Double_t YBaryon( Double_t *py, Double_t *dummy);
     static Int_t    IpBaryon(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(AliGenPHOSlib,0) // Library providing y and pT parameterisations
 };
 #endif