]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Correct child-selection for kPhiKK
authormorsch <morsch@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 6 Jun 2002 15:26:24 +0000 (15:26 +0000)
committermorsch <morsch@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 6 Jun 2002 15:26:24 +0000 (15:26 +0000)
EVGEN/AliGenMC.cxx

index d1e97a933cd6f5999837fb8511d62bcc985206f3..96dbf704ecc56558ecb0094cf32613d415152c50 100644 (file)
@@ -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: