From: morsch Date: Fri, 31 Jan 2003 16:54:38 +0000 (+0000) Subject: Use TPDCCode.h instead of AliPDG. X-Git-Url: http://git.uio.no/git/?p=u%2Fmrichter%2FAliRoot.git;a=commitdiff_plain;h=4e50f60e5410fc2bb62773305cbcb79e4e22452c;hp=e36c0870eb17adba93f9a385dc5605f9824387b7 Use TPDCCode.h instead of AliPDG. --- 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);