]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PHOS/AliPHOSCpvRecPoint.h
Transition to NewIO
[u/mrichter/AliRoot.git] / PHOS / AliPHOSCpvRecPoint.h
index 1472df21033a176f76b7278533533df7cf012004..2b14c918283c69f34529b6928177290df5a47830 100644 (file)
@@ -31,8 +31,9 @@ public:
   AliPHOSCpvRecPoint() ;
   AliPHOSCpvRecPoint(const char * opt) ;
   AliPHOSCpvRecPoint(const AliPHOSCpvRecPoint & rp) {
-    // cpy ctor requested by Coding Convention but not yet needed
-    Fatal("cpy ctor", "not implemented") ;
+    // cpy ctor requested by Coding Convention 
+    // but not yet needed
+    assert(0==1) ; 
   } 
  
   virtual ~AliPHOSCpvRecPoint() ;  
@@ -52,7 +53,8 @@ public:
 
   AliPHOSCpvRecPoint & operator = (const AliPHOSCpvRecPoint & rvalue)  {
     // assignement operator requested by coding convention but not needed
-    Fatal("operator =", "not implemented") ; return *this ; 
+    assert(0==1) ;
+    return *this ; 
   }
 
  protected: