]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
ClassDef and ClassImp added
authorhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 18 Nov 2002 14:23:44 +0000 (14:23 +0000)
committerhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 18 Nov 2002 14:23:44 +0000 (14:23 +0000)
PHOS/AliPHOSMemoryWatcher.cxx
PHOS/AliPHOSMemoryWatcher.h

index a19084a7c00767fb4eb9e25ecdf84865dbabcba7..aebb6f4761a8dfdccbef778d12a0edbb481ae30b 100644 (file)
@@ -56,6 +56,9 @@
 #include "TGraph.h"
 #include "TH2.h"
 #include "TStopwatch.h"
+
+ClassImp(AliPHOSMemoryWatcher)
+
 //_____________________________________________________________________________
 AliPHOSMemoryWatcher::AliPHOSMemoryWatcher(unsigned int maxsize)
 {
index 07e1f38054c5e07022b3324cdcc5c0e8022a50af..c69cb4563f87ed0a675df0494087db4da95b7708 100644 (file)
@@ -68,5 +68,8 @@ private:
   double* fTIME;
   TStopwatch* fTimer;
   bool fDisabled;
+
+  ClassDef(AliPHOSMemoryWatcher,1) // General purpose memory watcher
+
 } ;
 #endif