]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Write last seed to file (fortran lun 50) and reed back from same lun using calls to
authormorsch <morsch@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 11 Sep 2000 13:23:37 +0000 (13:23 +0000)
committermorsch <morsch@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 11 Sep 2000 13:23:37 +0000 (13:23 +0000)
luget_hijing and luset_hijing.

EVGEN/AliGenHijing.cxx

index 4f0eaf1f2cc3c836330ff9ab88cbdade8dc1c3d7..252f7da66d39879cf923128d53543d985930af09 100644 (file)
@@ -15,6 +15,9 @@
 
 /*
 $Log$
+Revision 1.5  2000/09/07 16:55:40  morsch
+fHijing->Initialize(); after change of parameters. (Dmitri Yurevitch Peressounko)
+
 Revision 1.4  2000/07/11 18:24:56  fca
 Coding convention corrections + few minor bug fixes
 
@@ -94,7 +97,10 @@ void AliGenHijing::Init()
     fHijing->SetIHPR2(6,  fShadowing);
     fHijing->SetIHPR2(12, fDecaysOff);    
     fHijing->SetIHPR2(21, fKeep);
+    fHijing->Rluset(50,0);
     fHijing->Initialize();
+
+    
 //
     if (fEvaluate) EvaluateCrossSections();
 }
@@ -203,6 +209,7 @@ void AliGenHijing::Generate()
            }
        }
     } // event loop
+    fHijing->Rluget(50,-1);
 }
 
 Bool_t AliGenHijing::KinematicSelection(TParticle *particle)