]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PYTHIA6/AliPythia.cxx
Fixed misplaced }
[u/mrichter/AliRoot.git] / PYTHIA6 / AliPythia.cxx
index 51fc45d5b63a981a8fd590fef258d60b20bee23a..360cd8e59948cae1653b481bd63b2ccdbb5f80f7 100644 (file)
@@ -615,6 +615,16 @@ void AliPythia::ProcInit(Process_t process, Float_t energy, StrucFunc_t strucfun
       SetMSTP(71,1); //Final QCD & QED showers on
       
       break;  
+    case kPyZgamma:
+        //Inclusive production of Z
+        SetMSEL(0);
+        //f fbar -> Z/gamma
+        SetMSUB(1,1);
+        // Initial/final parton shower on (Pythia default)
+        // With parton showers on we are generating "Z inclusive process"
+        SetMSTP(61,1); //Initial QCD & QED showers on
+        SetMSTP(71,1); //Final QCD & QED showers on
+      break;  
       case kPyMBRSingleDiffraction:
       case kPyMBRDoubleDiffraction:
       case kPyMBRCentralDiffraction:
@@ -637,7 +647,7 @@ void AliPythia::ProcInit(Process_t process, Float_t energy, StrucFunc_t strucfun
     
       case kPyCharmPWHG:
       case kPyBeautyPWHG:
-      case kPyWPWHG:   //!!!! CHANGE done for W with Powheg !!!!!!! :)
+      case kPyWPWHG:
       //    number of warnings printed on the shell
       SetMSTU(26,20);