]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONDigitStoreV1.h
Coverity fix
[u/mrichter/AliRoot.git] / MUON / AliMUONDigitStoreV1.h
index 5f5096eb50e17ee71c26c9851006b806352ac5bb..6e11265334f6147dc2d30f5a5b9d41d350a31956 100644 (file)
@@ -23,6 +23,7 @@ class AliMUONDigitStoreV1 : public AliMUONVDigitStore
 {
 public:
   AliMUONDigitStoreV1();
+  AliMUONDigitStoreV1(TRootIOCtor* dummy);
   AliMUONDigitStoreV1(const AliMUONDigitStoreV1& rhs);
   AliMUONDigitStoreV1& operator=(const AliMUONDigitStoreV1& rhs);  
   virtual ~AliMUONDigitStoreV1();
@@ -66,6 +67,8 @@ public:
   
   virtual AliMUONVDigit* Remove(AliMUONVDigit& digit);
 
+  Bool_t HasMCInformation() const;
+  
 private:
 
   TObject** ChamberDigitsPtr(Int_t chamberId) const;