X-Git-Url: http://git.uio.no/git/?p=u%2Fmrichter%2FAliRoot.git;a=blobdiff_plain;f=STEER%2FAliRun.cxx;h=9f39bb9aef97021f5de34e1088f8515bfec864e7;hp=e543370b762707b36e20ef8239f79e0d1b0d0335;hb=f0f6f85615154d428afd39751009ec53ff441bb7;hpb=24fe60022088fd9a6215bab856d3abdb61717cfd diff --git a/STEER/AliRun.cxx b/STEER/AliRun.cxx index e543370b762..9f39bb9aef9 100644 --- a/STEER/AliRun.cxx +++ b/STEER/AliRun.cxx @@ -429,7 +429,6 @@ void AliRun::FinishRun() // Called at the end of the run. // - if(fLego) { if (GetDebug()) Info("FinishRun"," Finish Lego"); @@ -464,6 +463,8 @@ void AliRun::FinishRun() // Clean detector information if (GetDebug()) Info("FinishRun"," fGenerator->FinishRun()"); fGenerator->FinishRun(); + + fRunLoader->Synchronize(); } //_______________________________________________________________________