]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONLogger.h
Updated SNM Glauber fit
[u/mrichter/AliRoot.git] / MUON / AliMUONLogger.h
index 0a24244ad8d5701a19695d3c35abacc07cb1157c..f1af4a8e3aae526cdf0978cd3cf013e37de532e0 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
 /// 
@@ -24,6 +24,8 @@
 
 class AliMUONStringIntMap;
 
+using std::ofstream;
+
 class AliMUONLogger : public TObject
 {
 public:
@@ -36,9 +38,14 @@ public:
   
   void   Print(TString& key, ofstream& out) const;
   
+  void   Clear(Option_t* /*option*/ ="");
+  
   Bool_t Next(TString& msg, Int_t& occurance);
+  
   void   ResetItr();
   
+  Int_t NumberOfEntries() const;
+  
 private:
   /// Not implemented
   AliMUONLogger(const AliMUONLogger& rhs); // not implemented