From: morsch Date: Mon, 31 Mar 2003 15:47:16 +0000 (+0000) Subject: Unhandled cases added. X-Git-Url: http://git.uio.no/git/?p=u%2Fmrichter%2FAliRoot.git;a=commitdiff_plain;h=aabc7187b8b5b5c4a08a37edd81abbe5320c258b Unhandled cases added. --- diff --git a/PYTHIA6/AliGenPythia.cxx b/PYTHIA6/AliGenPythia.cxx index c7cd57f958a..258b2e86d73 100644 --- a/PYTHIA6/AliGenPythia.cxx +++ b/PYTHIA6/AliGenPythia.cxx @@ -15,6 +15,10 @@ /* $Log$ +Revision 1.2 2003/03/27 09:28:38 morsch +Charm production process configuration for pPb and pp added +(A. Dainese, N. Carrer) + Revision 1.1 2003/03/15 15:00:48 morsch Classed imported from EVGEN. @@ -366,6 +370,8 @@ void AliGenPythia::Init() case kPyCharm: case kPyCharmUnforced: case kPyCharmPbPbMNR: + case kPyCharmppMNR: + case kPyCharmpPbMNR: fParentSelect[0] = 411; fParentSelect[1] = 421; fParentSelect[2] = 431;