]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PHOS/AliPHOSQAIntCheckable.h
Transition to NewIO
[u/mrichter/AliRoot.git] / PHOS / AliPHOSQAIntCheckable.h
index e0394384cb650037bfa0d166c655dcc9e20c12b8..94a3f556a133a77a571d78433894a581723c6d1b 100644 (file)
@@ -25,7 +25,7 @@ public:
 
   AliPHOSQAIntCheckable(){}           // default ctor not to be used
   AliPHOSQAIntCheckable(const char * name) ;          // ctor
-  AliPHOSQAIntCheckable(AliPHOSQAIntCheckable& obj) ;
+  AliPHOSQAIntCheckable(AliPHOSQAIntCheckable& obj) {assert(0==1);}
   virtual ~AliPHOSQAIntCheckable() ; // dtor
 
   virtual Float_t GetValue() const { return (Float_t)fValue ; }
@@ -33,11 +33,10 @@ public:
   virtual void Reset() { fValue=0; fChange=kFALSE ; }
   void Set(Int_t value) ; 
   void Update(Int_t value) ;  
-  AliPHOSQAIntCheckable & operator = ( AliPHOSQAIntCheckable & obj) { return *this ; } 
-  
+
 private:
   
-  Int_t fValue ; // the value of the checkable
+  Int_t fValue ; 
 
   ClassDef(AliPHOSQAIntCheckable,1)  // description