From 27581ffaf029229cd7994005de2931b6f185391a Mon Sep 17 00:00:00 2001
From: Rene Brun <Rene.Brun@cern.ch>
Date: Thu, 26 Apr 2007 09:06:52 +0000
Subject: [PATCH] Specify option "All" when calling TPythia6::ImportParticles
 in TPythia6Decayer::ImportParticles

git-svn-id: http://root.cern.ch/svn/root/trunk@18600 27541ba8-7e3a-0410-8455-c3a389f83636
---
 pythia6/src/TPythia6Decayer.cxx | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pythia6/src/TPythia6Decayer.cxx b/pythia6/src/TPythia6Decayer.cxx
index 0374b3339e7..a132ac2760b 100644
--- a/pythia6/src/TPythia6Decayer.cxx
+++ b/pythia6/src/TPythia6Decayer.cxx
@@ -1,4 +1,4 @@
-// @(#)root/pythia6:$Name:  $:$Id: TPythia6Decayer.cxx,v 1.4 2006/05/12 08:17:01 brun Exp $
+// @(#)root/pythia6:$Name:  $:$Id: TPythia6Decayer.cxx,v 1.5 2006/11/27 16:53:54 brun Exp $
 // Author: Christian Holm Christensen   22/04/06
 // Much of this code has been lifted from AliROOT.
 
@@ -71,7 +71,7 @@ Int_t TPythia6Decayer::ImportParticles(TClonesArray *particles)
 {
    // Get the decay products into the passed PARTICLES TClonesArray of
    // TParticles
-   return TPythia6::Instance()->ImportParticles(particles);
+   return TPythia6::Instance()->ImportParticles(particles,"All");
 }
 
 //______________________________________________________________________________
-- 
GitLab