From: morsch Date: Thu, 6 Jun 2002 15:26:24 +0000 (+0000) Subject: Correct child-selection for kPhiKK X-Git-Url: http://git.uio.no/git/?a=commitdiff_plain;h=027677ae47ccbdf72de0bfca1ab42f8ba5371347;p=u%2Fmrichter%2FAliRoot.git Correct child-selection for kPhiKK --- diff --git a/EVGEN/AliGenMC.cxx b/EVGEN/AliGenMC.cxx index d1e97a933cd..96dbf704ecc 100644 --- a/EVGEN/AliGenMC.cxx +++ b/EVGEN/AliGenMC.cxx @@ -15,6 +15,9 @@ /* $Log$ +Revision 1.10 2002/06/05 14:05:46 morsch +Decayer option kPhiKK for forced phi->K+K- decay added. + Revision 1.9 2002/05/30 14:58:29 morsch Add pointer to AliGeometry to handle geometrical acceptance. (G. MArtinez) @@ -128,6 +131,7 @@ void AliGenMC::Init() fChildSelect[1]=kKPlus; break; case kPhiKK: + fChildSelect[0]=kKPlus; case kOmega: case kAll: case kNoDecay: