]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - EVGEN/AliGenPHOSlib.h
Coding Convention Violation correction
[u/mrichter/AliRoot.git] / EVGEN / AliGenPHOSlib.h
index d121d0f76a4be07038279fb5b87269eac1490d41..895bb59c4175d866fd20016bfc8695e99e3bb9d4 100644 (file)
@@ -6,6 +6,13 @@
 
 /* $Id$ */
 
+//======================================================================
+//  AliGenPHOSlib class contains parameterizations of the
+//  pion, kaon, eta, omega, etaprime, phi and baryon (proton, 
+//  antiproton, neutron and anti-neutron) particles for the 
+//  study of the neutral background in PHOS detector. 
+//======================================================================
+
 class TRandom;
 
 class AliGenPHOSlib :
@@ -59,9 +66,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