]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STEER/AliMemoryWatcher.cxx
unload TPC clusters
[u/mrichter/AliRoot.git] / STEER / AliMemoryWatcher.cxx
index 0ffdad0c61081e8215f30a7f9b74f04c83e102e4..40f4528ed670e9d86cfedfb0d6f3380b6644e39e 100644 (file)
@@ -197,11 +197,12 @@ AliMemoryWatcher::Frame(void) const
   return h;
 }
 //_____________________________________________________________________________
-void 
-AliMemoryWatcher::Write(void)
+Int_t
+AliMemoryWatcher::Write(const char *, Int_t, Int_t)
 {
   // Stores the graphs in a file 
   if ( GraphVSIZE() ) GraphVSIZE()->Write("VSIZE",TObject::kOverwrite);
   if ( GraphRSSIZE() ) GraphRSSIZE() ->Write("RSSIZE",TObject::kOverwrite);
   if ( GraphTIME() ) GraphTIME()->Write("TIME",TObject::kOverwrite);
+  return 0;
 }