]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONLogger.h
Removing quick code hack and unnecessary methods. Now have a much cleaner implementat...
[u/mrichter/AliRoot.git] / MUON / AliMUONLogger.h
index cacbdb095407338a0d485e5850566f8cd9ccef6b..a204cf7f13824c4ff9b9264d41006b31a8751737 100644 (file)
@@ -29,8 +29,9 @@ public:
   void Print(Option_t* opt="") const;
   
 private:
-  
+  /// Not implemented
   AliMUONLogger(const AliMUONLogger& rhs); // not implemented
+  /// Not implemented
   AliMUONLogger& operator=(const AliMUONLogger& rhs); // not implemented
   
 private:
@@ -38,7 +39,7 @@ private:
   Int_t fMaxNumberOfEntries; //!< after this number, print and reset
   AliMUONStringIntMap* fLog; //!< map from message to number of times the message was issued
   
-  ClassDef(AliMUONLogger,1) // 
+  ClassDef(AliMUONLogger,1) // A logger that keeps track of the number of times a message appeared
 };
 
 #endif