From 7e3fcfbbc76264f4d478c8e0d188d91be945b175 Mon Sep 17 00:00:00 2001 From: morsch Date: Fri, 25 May 2007 13:26:16 +0000 Subject: [PATCH] Decayer initialisation after pythia initilization. --- PYTHIA6/AliGenPythia.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/PYTHIA6/AliGenPythia.cxx b/PYTHIA6/AliGenPythia.cxx index c845edc464d..53275b9bd47 100644 --- a/PYTHIA6/AliGenPythia.cxx +++ b/PYTHIA6/AliGenPythia.cxx @@ -312,9 +312,6 @@ void AliGenPythia::Init() // fParentWeight=1./Float_t(fNpart); // -// Forward Paramters to the AliPythia object - fDecayer->SetForceDecay(fForceDecay); - fDecayer->Init(); fPythia->SetCKIN(3,fPtHardMin); @@ -359,6 +356,9 @@ void AliGenPythia::Init() } // fPythia->ProcInit(fProcess,fEnergyCMS,fStrucFunc); + // Forward Paramters to the AliPythia object + fDecayer->SetForceDecay(fForceDecay); + fDecayer->Init(); // Parent and Children Selection switch (fProcess) -- 2.43.5