git://git.uio.no
/
u
/
mrichter
/
AliRoot.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Method for file synchronization (P.Skowronski)
[u/mrichter/AliRoot.git]
/
STEER
/
AliRun.cxx
diff --git
a/STEER/AliRun.cxx
b/STEER/AliRun.cxx
index e543370b762707b36e20ef8239f79e0d1b0d0335..9f39bb9aef97021f5de34e1088f8515bfec864e7 100644
(file)
--- a/
STEER/AliRun.cxx
+++ b/
STEER/AliRun.cxx
@@
-429,7
+429,6
@@
void AliRun::FinishRun()
// Called at the end of the run.
//
// Called at the end of the run.
//
-
if(fLego)
{
if (GetDebug()) Info("FinishRun"," Finish Lego");
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();
// Clean detector information
if (GetDebug()) Info("FinishRun"," fGenerator->FinishRun()");
fGenerator->FinishRun();
+
+ fRunLoader->Synchronize();
}
//_______________________________________________________________________
}
//_______________________________________________________________________