]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PMD/AliPMDRawStream.cxx
Adding MUON HLT code to the repository.
[u/mrichter/AliRoot.git] / PMD / AliPMDRawStream.cxx
index 8f157e89736d4cafc8c8908584255ed525ff05ed..0f165290c539f8c329acd2fc2bc6a2812d6162b1 100644 (file)
@@ -26,6 +26,7 @@
 ///
 ///////////////////////////////////////////////////////////////////////////////
 
+#include "AliLog.h"
 #include "AliPMDRawStream.h"
 #include "AliRawReader.h"
 
@@ -66,7 +67,7 @@ AliPMDRawStream::AliPMDRawStream(const AliPMDRawStream& stream) :
 {
 // copy constructor
 
-  Fatal("AliPMDRawStream", "copy constructor not implemented");
+  AliFatal("Copy constructor not implemented");
 }
 
 //_____________________________________________________________________________
@@ -75,7 +76,7 @@ AliPMDRawStream& AliPMDRawStream::operator = (const AliPMDRawStream&
 {
 // assignment operator
 
-  Fatal("operator =", "assignment operator not implemented");
+  AliFatal("operator = assignment operator not implemented");
   return *this;
 }