From 4e50f60e5410fc2bb62773305cbcb79e4e22452c Mon Sep 17 00:00:00 2001 From: morsch Date: Fri, 31 Jan 2003 16:54:38 +0000 Subject: [PATCH 1/1] Use TPDCCode.h instead of AliPDG. --- EVGEN/AliDecayerPythia.cxx | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/EVGEN/AliDecayerPythia.cxx b/EVGEN/AliDecayerPythia.cxx index 9a51d95af68..af24474f5a1 100644 --- a/EVGEN/AliDecayerPythia.cxx +++ b/EVGEN/AliDecayerPythia.cxx @@ -15,6 +15,9 @@ /* $Log$ +Revision 1.16 2003/01/31 15:56:42 morsch +Forcing of decay channels independent of order in decay table. + Revision 1.15 2002/10/14 14:55:35 hristov Merging the VirtualMC branch to the main development branch (HEAD) @@ -78,7 +81,7 @@ Realisation of AliDecayer using Pythia6 #include "AliDecayerPythia.h" #include "AliPythia.h" -#include "AliPDG.h" +#include #include #include @@ -151,7 +154,7 @@ void AliDecayerPythia::Decay(Int_t idpart, TLorentzVector* p) Lu1Ent(0, idpart, energy, theta, phi); fPythia->GetPrimaries(); -// fPythia->Pylist(1); + fPythia->Pylist(1); } @@ -472,6 +475,8 @@ void AliDecayerPythia::ReadDecayTable() { // // Read the decay table + printf("Reading Deacy table\n \n "); + Int_t lun = 15; opendecaytable(lun); fPythia->Pyupda(2,lun); -- 2.39.3