]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONRecoEvent.cxx
Reversing previous commit (Gines)
[u/mrichter/AliRoot.git] / MUON / AliMUONRecoEvent.cxx
index 430178a1dc5b356f4ea4f871ce37ddc0091fa68d..eebef1ac97ed3ef594de81c4dd1e073a0308a1d6 100644 (file)
@@ -54,7 +54,6 @@
 #include "AliMUONTrackHit.h"
 #include "AliRun.h"
 #include "AliHeader.h"
-#include "AliLog.h"
 
 ClassImp(AliMUONRecoEvent)
 
@@ -74,7 +73,7 @@ AliMUONRecoEvent::AliMUONRecoEvent(const AliMUONRecoEvent& rhs)
 {
 // Protected copy constructor
 
-  AliFatal("Not implemented.");
+  Fatal("AliMUONRecoEventModule", "Not implemented.");
 }
 
 //-------------------------------------------------------------------
@@ -94,7 +93,7 @@ AliMUONRecoEvent::operator=(const AliMUONRecoEvent& rhs)
 
   if (this == &rhs) return *this;
 
-  AliFatal("Not implemented.");
+  Fatal("operator=", "Not implemented.");
     
   return *this;  
 }