]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONVDigit.h
First big commit of the mchview program and its accompanying library,
[u/mrichter/AliRoot.git] / MUON / AliMUONVDigit.h
index add33000f3c361477cf87697b38d2ba872bc139c..636c1b1cd3d0555cb32c29c259a85717b54f6ca5 100644 (file)
@@ -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