]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Initialize from decay table in constructor.
authormorsch <morsch@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 25 Apr 2003 09:55:23 +0000 (09:55 +0000)
committermorsch <morsch@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 25 Apr 2003 09:55:23 +0000 (09:55 +0000)
PYTHIA6/AliDecayerPythia.cxx

index 1d59f966a96cb69d3ab761b059e4c904edeb2d3b..a87887722ccbfcc5fdc184395e802d60136cf452 100644 (file)
@@ -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);