]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Small corrections.
authormorsch <morsch@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 5 Jul 2004 07:00:45 +0000 (07:00 +0000)
committermorsch <morsch@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 5 Jul 2004 07:00:45 +0000 (07:00 +0000)
TFluka/TFlukaGeo.cxx

index 64adb00f13ad2ea9dcf32164d1d4c6519226666b..af1242a2d86720adc15d7768afa643daff05ffdf 100644 (file)
@@ -255,9 +255,10 @@ void   TFluka::ProcessRun(Int_t nevent) {
   for (Int_t ev = 0; ev < todo; ev++) {
       fApplication->BeginEvent();
       ProcessEvent();
+      fApplication->FinishEvent();
   }
 
-  fApplication->FinishEvent();
+
   if (fVerbosityLevel >=3)
     cout << "<== TFluka::ProcessRun(" << nevent << ") called." 
         << endl;
@@ -610,7 +611,7 @@ Int_t TFluka::PDGFromId(Int_t id) const
 #if ROOT_VERSION_CODE >= 262151
        return kFALSE;
 #else 
-       return
+       return;
 #endif
       }
     }