X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=MUON%2FAliMUONVDigit.h;h=636c1b1cd3d0555cb32c29c259a85717b54f6ca5;hb=e86146031e8e763777aa32a99d4c470f5987a1e7;hp=add33000f3c361477cf87697b38d2ba872bc139c;hpb=d6c3334dde0579a44f1773586de86d297541474e;p=u%2Fmrichter%2FAliRoot.git diff --git a/MUON/AliMUONVDigit.h b/MUON/AliMUONVDigit.h index add33000f3c..636c1b1cd3d 100644 --- a/MUON/AliMUONVDigit.h +++ b/MUON/AliMUONVDigit.h @@ -22,6 +22,11 @@ public: AliMUONVDigit(Int_t detElemId, Int_t manuId, Int_t manuChannel, Int_t cathode); virtual ~AliMUONVDigit(); + virtual Bool_t IsEqual(const TObject* object) const; + /// Advertise that we can be sorted in TCollections + virtual Bool_t IsSortable() const { return kTRUE; } + virtual Int_t Compare(const TObject* object) const; + virtual const char* GetName() const; /// The detection element this digit belongs to