]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONLogger.h
Added Clear method
[u/mrichter/AliRoot.git] / MUON / AliMUONLogger.h
index 0a24244ad8d5701a19695d3c35abacc07cb1157c..dfd87bb2f7094ed038385611269b4809726ea6ed 100644 (file)
@@ -6,7 +6,7 @@
 
 // $Id$
 
-/// \ingroup base
+/// \ingroup core
 /// \class AliMUONLogger
 /// \brief A logger that keeps track of the number of times a message appeared
 /// 
@@ -36,6 +36,8 @@ public:
   
   void   Print(TString& key, ofstream& out) const;
   
+  void   Clear(Option_t* /*option*/ ="");
+  
   Bool_t Next(TString& msg, Int_t& occurance);
   void   ResetItr();