]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Case kPyD0PbMNR added (N. Carrer).
authormorsch <morsch@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 25 Mar 2002 14:46:16 +0000 (14:46 +0000)
committermorsch <morsch@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 25 Mar 2002 14:46:16 +0000 (14:46 +0000)
EVGEN/AliPythia.cxx
EVGEN/AliPythia.h

index 7b2db5122e202d6be680a8ad1c8ca2903515f185..6703891435a27127d672a3bda6c5be022068a5a8 100644 (file)
 
 /*
 $Log$
+Revision 1.20  2002/03/03 13:48:50  morsch
+Option  kPyCharmPbMNR added. Produce charm pairs in agreement with MNR
+NLO calculations (Nicola Carrer).
+
 Revision 1.19  2002/02/20 08:52:20  morsch
 Correct documentation of SetNuclei method.
 
@@ -194,6 +198,7 @@ void AliPythia::ProcInit(Process_t process, Float_t energy, StrucFunc_t strucfun
        SetMSEL(10);
        break;
     case kPyCharmPbMNR:
+    case kPyD0PbMNR:
       // Tuning of Pythia parameters aimed to get a resonable agreement
       // between with the NLO calculation by Mangano, Nason, Ridolfi for the
       // c-cbar single inclusive and double differential distributions.
index 309d607d1b7a2daa4f0c2381419e75ce71a02f33..a012bae159c1abc3d9233f91cad519d4bca161ff 100644 (file)
@@ -9,7 +9,7 @@
 #include <AliRndm.h>
 
 typedef enum
-{kPyCharm, kPyBeauty, kPyCharmUnforced, kPyBeautyUnforced, kPyJpsi, kPyJpsiChi, kPyMb, kPyJets, kPyDirectGamma, kPyCharmPbMNR}
+{kPyCharm, kPyBeauty, kPyCharmUnforced, kPyBeautyUnforced, kPyJpsi, kPyJpsiChi, kPyMb, kPyJets, kPyDirectGamma, kPyCharmPbMNR, kPyD0PbMNR}
 Process_t;
 
 typedef enum