]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Pylist removed.
authormorsch <morsch@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 12 Feb 2003 09:09:19 +0000 (09:09 +0000)
committermorsch <morsch@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 12 Feb 2003 09:09:19 +0000 (09:09 +0000)
EVGEN/AliDecayerPythia.cxx

index af24474f5a1efee2540f06d7b4a6b443101adb99..ffac0d61dc213d49de3dc6616bba8ed2a8ec0178 100644 (file)
@@ -15,6 +15,9 @@
 
 /*
 $Log$
+Revision 1.17  2003/01/31 16:54:38  morsch
+Use TPDCCode.h instead of AliPDG.
+
 Revision 1.16  2003/01/31 15:56:42  morsch
 Forcing of decay channels independent of order in decay table.
 
@@ -154,7 +157,7 @@ void AliDecayerPythia::Decay(Int_t idpart, TLorentzVector* p)
     
     Lu1Ent(0, idpart, energy, theta, phi);
     fPythia->GetPrimaries();
-    fPythia->Pylist(1);
+//    fPythia->Pylist(1);
     
 }