]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STEER/AliLog.h
Additional background suppression in the V0 finder (M.Ivanov)
[u/mrichter/AliRoot.git] / STEER / AliLog.h
index 4ea0926e40f9ecb583a2f314af15592e3e77b659..aecf3a6e2bcc8633bfcdc0103a55b6986c1fd550 100644 (file)
@@ -53,7 +53,7 @@ class AliLog: public TObject {
 
   static void  SetPrintRepetitions(Bool_t on);
 
-  static void  Write(const char* name, Int_t option = 0);
+  static void  WriteToFile(const char* name, Int_t option = 0);
 
   // the following public methods are used by the preprocessor macros 
   // and should not be called directly
@@ -152,8 +152,8 @@ class AliLog: public TObject {
 // function name
 #if defined(__GNUC__) || defined(__ICC) || defined(__ECC) || defined(__APPLE__)
 #define FUNCTIONNAME() __FUNCTION__
-#elif defined(__HP_aCC) || defined(__alpha) || defined(__DECCXX)
-#define FUNCTIONNAME() __FUNC__
+// #elif defined(__HP_aCC) || defined(__alpha) || defined(__DECCXX)
+// #define FUNCTIONNAME() __FUNC__
 #else
 #define FUNCTIONNAME() "???"
 #endif