]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONHitForRec.cxx
Reversing previous commit (Gines)
[u/mrichter/AliRoot.git] / MUON / AliMUONHitForRec.cxx
index 67f23a1a8f610ed71ef5c0f5fa747c3acdf977a5..1537a7d2463601c3a825fcbca46742a34761b65b 100644 (file)
@@ -23,7 +23,6 @@
 #include "AliMUONHitForRec.h" 
 #include "AliMUONRawCluster.h"
 #include "AliMUONHit.h"
-#include "AliLog.h"
 
 ClassImp(AliMUONHitForRec) // Class implementation in ROOT context
 
@@ -103,7 +102,7 @@ AliMUONHitForRec::AliMUONHitForRec (const AliMUONHitForRec& rhs)
 {
 // Protected copy constructor
 
-  AliFatal( "Not implemented.");
+  Fatal("AliMUONHitForRec", "Not implemented.");
 }
 
   //__________________________________________________________________________
@@ -113,7 +112,7 @@ AliMUONHitForRec & AliMUONHitForRec::operator=(const AliMUONHitForRec& rhs)
 
   if (this == &rhs) return *this;
 
-  AliFatal( "Not implemented.");
+  Fatal("operator=", "Not implemented.");
     
   return *this;  
 }