]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/TPCLib/AliHLTTPCLogging.h
zero suppression and selction of active pads (Kenneth)
[u/mrichter/AliRoot.git] / HLT / TPCLib / AliHLTTPCLogging.h
index 6c04548549d00bd718d936f5b3b7f4dc156e8a72..ad305bff71d0fdf83425670b5b6f881418425857 100644 (file)
@@ -1,24 +1,13 @@
 // @(#) $Id$
+// Original: AliHLTLogging.h,v 1.11 2004/10/09 11:28:31 loizides 
 
 #ifndef ALIHLTTPCLOGGING_H
 #define ALIHLTTPCLOGGING_H
 
+// this is an old remnant, but we keep the file in order to keep the
+// HLT TPC code as it is
 #include "AliHLTTPCRootTypes.h"
-#include "AliHLTTPCStandardIncludes.h"
-
-#ifdef use_logging
-#include <MLUCLog.hpp>
-#include <MLUCLogServer.hpp>
-
-typedef MLUCLog AliHLTTPCLog;
-typedef MLUCLogServer AliHLTTPCLogServer;
-typedef MLUCDevNullLogServer AliHLTTPCDevNullLogServer;
-typedef MLUCStdoutLogServer AliHLTTPCStdoutLogServer;
-typedef MLUCStderrLogServer AliHLTTPCStderrLogServer;
-typedef MLUCStreamLogServer AliHLTTPCStreamLogServer;
-
-#else
-
+#include "AliHLTStdIncludes.h"
 #include "AliHLTTPCLog.h"
-#endif /* use_logging */ 
+
 #endif /* ALIHLTTPCLOGGING_H */