]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
changed tune (Leticia)
authorjgrosseo <jgrosseo@cern.ch>
Mon, 10 Mar 2014 14:22:02 +0000 (15:22 +0100)
committerjgrosseo <jgrosseo@cern.ch>
Mon, 10 Mar 2014 14:22:02 +0000 (15:22 +0100)
ANALYSIS/macros/train/AddMCGenQuench.C

index a225ea3187ac9dbd5a22e284165683233a7a4ea6..4c39a18530add1cedc06453721df14b9efee4178 100644 (file)
@@ -55,14 +55,14 @@ AliGenerator* CreatePythia6Gen(Float_t e_cms, Int_t ptHardMin, Int_t ptHardMax,
     
   //for jet quenching with QPYTHIA
   if (fpythia == 1){
-    genP->SetTune(110); //tune A, standard choice for Q2 showers
+    genP->SetTune(103); //tune DW, standard choice for Q2 showers
     genP->SetQuench(4);
     genP->SetQhat(quench); 
   }
 
   //for pyquen afterburner
   if (fpythia == 2){
-    genP->SetTune(110); //tune A, standard choice for Q2 showers
+    genP->SetTune(103); //tune DW, standard choice for Q2 showers
     genP->SetQuench(2);
   }