]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - EMCAL/AliEMCALReconstructioner.h
Further modifications in OpenOutput and WriteCluster
[u/mrichter/AliRoot.git] / EMCAL / AliEMCALReconstructioner.h
index 715e625a6b97eb0c39e7065190ade3f0944934b3..be6dd6c2382f71ca635418518406daca9c768f7d 100644 (file)
@@ -35,7 +35,7 @@ public:
   AliEMCALReconstructioner(const AliEMCALReconstructioner & rec) {
     // cpy ctor: 
     // requested by the Coding Convention
-    abort() ; 
+    Fatal("cpy ctor", "not implemented") ;  
   }
    
   virtual ~AliEMCALReconstructioner() ;
@@ -52,7 +52,7 @@ public:
   
   AliEMCALReconstructioner & operator = (const AliEMCALReconstructioner & rvalue)  {
     // assignement operator requested by coding convention but not needed
-    abort() ;
+    Fatal("operator =", "not implemented") ;  
     return *this ; 
   }