]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONRawStream.cxx
Logging of Debug, Info and Error Messages follwing AliRoot Standard http://aliweb...
[u/mrichter/AliRoot.git] / MUON / AliMUONRawStream.cxx
index 3bc7e8150eda0783a4e76087ddbd4eaf7fb7044e..53e5af28cc3b0acf3f12de8c1b212577a0a27243 100644 (file)
@@ -29,6 +29,7 @@
 #include "AliMUONRawStream.h"
 
 #include "AliRawReader.h"
+#include "AliLog.h"
 
 
 ClassImp(AliMUONRawStream)
@@ -49,13 +50,13 @@ AliMUONRawStream::AliMUONRawStream(AliRawReader* rawReader)
 AliMUONRawStream::AliMUONRawStream(const AliMUONRawStream& stream) :
   TObject(stream)
 {
-  Fatal("AliMUONRawStream", "copy constructor not implemented");
+  AliFatal("copy constructor not implemented");
 }
 
 AliMUONRawStream& AliMUONRawStream::operator = (const AliMUONRawStream& 
                                              /* stream */)
 {
-  Fatal("operator =", "assignment operator not implemented");
+  AliFatal("assignment operator not implemented");
   return *this;
 }
 
@@ -72,7 +73,7 @@ Bool_t AliMUONRawStream::Next()
 // read the next raw digit
 // returns kFALSE if there is no digit left
 
-  Fatal("Next","method not implemented for raw data input");
+  AliFatal("method not implemented for raw data input");
 
 
   return kFALSE;