From 715059b9bba6a005c91d18c84f4e6aa17dff313f Mon Sep 17 00:00:00 2001 From: morsch Date: Fri, 25 Apr 2003 09:55:23 +0000 Subject: [PATCH] Initialize from decay table in constructor. --- PYTHIA6/AliDecayerPythia.cxx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/PYTHIA6/AliDecayerPythia.cxx b/PYTHIA6/AliDecayerPythia.cxx index 1d59f966a96..a87887722cc 100644 --- a/PYTHIA6/AliDecayerPythia.cxx +++ b/PYTHIA6/AliDecayerPythia.cxx @@ -15,6 +15,9 @@ /* $Log$ +Revision 1.1 2003/03/15 15:00:47 morsch +Classed imported from EVGEN. + Revision 1.18 2003/02/12 09:09:19 morsch Pylist removed. @@ -117,6 +120,7 @@ AliDecayerPythia::AliDecayerPythia() // Default Constructor fPythia=AliPythia::Instance(); for (Int_t i=0; i< 501; i++) fBraPart[i]= 1.; + ReadDecayTable(); } void AliDecayerPythia::Init() @@ -481,8 +485,6 @@ 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