]> 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 b5ba74310cc8f103edf1179b6e93989d07f5792f..a204cf7f13824c4ff9b9264d41006b31a8751737 100644 (file)
@@ -10,7 +10,7 @@
 /// \class AliMUONLogger
 /// \brief A logger that keeps track of the number of times a message appeared
 /// 
-/// \author Laurent Aphecetche
+//  Author Laurent Aphecetche
 
 #ifndef ROOT_TObject
 #  include "TObject.h"
@@ -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