]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONVDigitStore.h
code cleanup: renaming functions; adding prototype code for later development; no...
[u/mrichter/AliRoot.git] / MUON / AliMUONVDigitStore.h
index 4b41ca2b91387deb00b9d7f9ba34547c7e1db8ec..87a9e15be9359afd3fd030de90438319a6af427f 100644 (file)
@@ -101,6 +101,9 @@ public:
   /// Number of digits in a given detection element and a given cathode (2 for both cathodes)
   virtual Int_t GetSize(Int_t detElemId, Int_t cathode) const;
   
+  /// Whether we have any MC related information (e.g. at least one simulated digit)
+  virtual Bool_t HasMCInformation() const = 0;
+  
   ClassDef(AliMUONVDigitStore,1) // Digit container interface
 };