]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - EVGEN/AliGenMUONlib.cxx
Use "Vogt" to label new distributions.
[u/mrichter/AliRoot.git] / EVGEN / AliGenMUONlib.cxx
index efbe0050c008c5f8adc68039825c86c04a82d466..8281a6c1f0e415a647e3903864de10f08bf60ee2 100644 (file)
@@ -15,6 +15,9 @@
 
 /*
 $Log$
+Revision 1.17  2002/11/07 09:06:10  morsch
+J/Psi and Upsilon pt and y distributions from R. Vogt 2002 added.
+
 Revision 1.16  2002/10/14 14:55:35  hristov
 Merging the VirtualMC branch to the main development branch (HEAD)
 
@@ -612,14 +615,14 @@ GenFunc AliGenMUONlib::GetPt(Int_t param,  const char* tname) const
        func=PtEta;
        break;
     case kJpsi:
-       if (sname == "PbPb") {
+       if (sname == "Vogt") {
            func=PtJpsiPbPb;
        } else {
            func=PtJpsi;
        }
        break;
     case kUpsilon:
-       if (sname == "PbPb") {
+       if (sname == "Vogt") {
            func=PtUpsilonPbPb;
        } else {
            func=PtUpsilon;
@@ -662,14 +665,14 @@ GenFunc AliGenMUONlib::GetY(Int_t param, const char* tname) const
        func=YOmega;
        break;
     case kJpsi:
-       if (sname == "PbPb") {
+       if (sname == "Vogt") {
            func=YJpsiPbPb;
        } else {
            func=YJpsi;
        }
        break;
     case kUpsilon:
-       if (sname == "PbPb") {
+       if (sname == "Vogt") {
            func=YUpsilonPbPb;
        } else {
            func=YUpsilon;