]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - EVGEN/AliGenSTRANGElib.cxx
Reverting after a wrong commit
[u/mrichter/AliRoot.git] / EVGEN / AliGenSTRANGElib.cxx
index 7c9a8156d81b3b14bb21ef4f851a02855c649f5c..25f8773b2dda0dedb51dee345997fcfdb10d149f 100644 (file)
 //     Tiziano.Virgili@roma1.infn.it
 //======================================================================
 
-/*
-$Log$
-Revision 1.1.6.1  2002/06/10 14:57:41  hristov
-Merged with v3-08-02
-
-Revision 1.2  2002/04/17 12:48:54  morsch
-const added.
-
-Revision 1.1  2001/12/04 18:06:39  morsch
-AliGenSTRANGElib.cxx first commit.
-
-*/
+/* $Id: */
 
 #include "TMath.h"
 #include "TRandom.h"
@@ -318,7 +307,7 @@ ClassImp(AliGenSTRANGElib)
 
 
 typedef Double_t (*GenFunc) (Double_t*,  Double_t*);
- GenFunc AliGenSTRANGElib::GetPt(Int_t param, const char* tname) const
+ GenFunc AliGenSTRANGElib::GetPt(Int_t param, const char* /*tname*/) const
 {
 // Return pinter to pT parameterisation
     GenFunc func;
@@ -347,7 +336,7 @@ typedef Double_t (*GenFunc) (Double_t*,  Double_t*);
     return func;
 }
 
- GenFunc AliGenSTRANGElib::GetY(Int_t param, const char* tname) const
+ GenFunc AliGenSTRANGElib::GetY(Int_t param, const char* /*tname*/) const
 {
 // Return pointer to Y parameterisation
     GenFunc func;
@@ -375,7 +364,7 @@ typedef Double_t (*GenFunc) (Double_t*,  Double_t*);
     return func;
 }
 typedef Int_t (*GenFuncIp) (TRandom *);
- GenFuncIp AliGenSTRANGElib::GetIp(Int_t param,  const char* tname) const
+ GenFuncIp AliGenSTRANGElib::GetIp(Int_t param,  const char* /*tname*/) const
 {
 // Return pointer to particle composition
     GenFuncIp func;