Skip to content
Snippets Groups Projects
Commit 27581ffa authored by Rene Brun's avatar Rene Brun
Browse files

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
parent fe7570a8
No related branches found
No related tags found
No related merge requests found
// @(#)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");
}
//______________________________________________________________________________
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment