]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MONITOR/AliMonitorProcess.h
Using AliDebug (Massimo)
[u/mrichter/AliRoot.git] / MONITOR / AliMonitorProcess.h
index bf71482b71eb4f4f4a9536cc0f4e5504c6c7a341..b83389310a9f29ec58e68c93aa27e927f266fda9 100644 (file)
@@ -24,7 +24,7 @@ class AliRawReader;
 class AliRunLoader;
 class AliTPCParam;
 class AliLevel3;
-class AliL3Hough;
+class AliHLTHough;
 
 
 class AliMonitorProcess : public TObject {
@@ -102,7 +102,7 @@ private:
   TString          fLogicalFileName;    // logical AliEn file name
   TString          fFileName;           // physical file name
   AliLevel3*       fHLT;                // the HLT tracker
-  AliL3Hough*      fHLTHough;           // the HLT hough transformer
+  AliHLTHough*      fHLTHough;           // the HLT hough transformer
 
   UInt_t           fRunNumber;          // current run number
   UInt_t           fSubRunNumber;       // current part (=resets per run)
@@ -126,13 +126,15 @@ private:
   class AliMonitorInterruptHandler : public TSignalHandler {
   public:
     AliMonitorInterruptHandler(AliMonitorProcess* process);
-    AliMonitorInterruptHandler(const AliMonitorInterruptHandler& handler);
-    AliMonitorInterruptHandler& operator = 
-      (const AliMonitorInterruptHandler& handler);
     virtual ~AliMonitorInterruptHandler() {};
     virtual Bool_t Notify();
   private:
     AliMonitorProcess* fProcess;       // process to notify
+
+    AliMonitorInterruptHandler(const AliMonitorInterruptHandler& handler); // Not implemented
+    AliMonitorInterruptHandler& operator = 
+      (const AliMonitorInterruptHandler& handler); // Not implemented
+
   };
 
   AliMonitorInterruptHandler* fInterruptHandler;  // interrupt handler