From 39da3d9b4d0386e1c412180acb0023baedee58cb Mon Sep 17 00:00:00 2001 From: schutz Date: Fri, 21 Nov 2003 17:04:28 +0000 Subject: [PATCH] Removed the implementation of the = operator. I guess TObject::Compare does something with this operator. --- PHOS/AliPHOSDigit.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PHOS/AliPHOSDigit.h b/PHOS/AliPHOSDigit.h index f0dcf26ad48..2e3278e2ed4 100644 --- a/PHOS/AliPHOSDigit.h +++ b/PHOS/AliPHOSDigit.h @@ -39,8 +39,8 @@ class AliPHOSDigit : public AliDigitNew { Bool_t operator==(const AliPHOSDigit &rValue) const; AliPHOSDigit& operator+(AliPHOSDigit const &rValue) ; AliPHOSDigit& operator*(Float_t factor) ; - AliPHOSDigit& operator=(const AliPHOSDigit) { - Fatal("operator = ", "not implemented") ; return *this ; } + // AliPHOSDigit& operator=(const AliPHOSDigit) { + // Fatal("operator = ", "not implemented") ; return *this ; } Int_t Compare(const TObject * obj) const ; Int_t GetNprimary() const { return fNprimary ; } Int_t GetPrimary(Int_t index) const ; -- 2.39.3