]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONDigitStoreV1.h
first step for error estimation QC{2}
[u/mrichter/AliRoot.git] / MUON / AliMUONDigitStoreV1.h
index 8950e7aaf0e8ca10f102e59ecd139fd01f9f8cd0..db942b5baff83230038b3b2363d037388f4a5922 100644 (file)
@@ -58,10 +58,7 @@ public:
   using AliMUONVDigitStore::FindObject;
   
   virtual AliMUONVDigit* FindObject(Int_t detElemId, Int_t manuId, 
-                                    Int_t manuChannel) const;
-  
-  virtual AliMUONVDigit* FindObject(Int_t detElemId, Int_t localBoardId, 
-                                    Int_t localBoardChannel, Int_t cathode) const;
+                                    Int_t manuChannel, Int_t cathode) const;
 
   using AliMUONVDigitStore::GetSize;
   
@@ -69,6 +66,8 @@ public:
   
   virtual AliMUONVDigit* Remove(AliMUONVDigit& digit);
 
+  Bool_t HasMCInformation() const;
+  
 private:
 
   TObject** ChamberDigitsPtr(Int_t chamberId) const;
@@ -78,12 +77,8 @@ private:
   
   AliMUONVDigit* Find(const AliMUONVDigit& digit, Int_t& index) const;
   
-  AliMUONVDigit* FindIndex(Int_t detElemId, Int_t localBoardId, 
-                           Int_t localBoardChannel, Int_t cathode, 
-                           Int_t& index) const;
-  
   AliMUONVDigit* FindIndex(Int_t detElemId, Int_t manuId, 
-                           Int_t manuChannel, Int_t& index) const;
+                           Int_t manuChannel, Int_t cathode, Int_t& index) const;
   
 private:
   TObjArray* fDigits; ///< array of tclonesarray