]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONVTrackerData.h
Remove the dollar-id-dollar in the responsible name which interfere with CDB_MD metad...
[u/mrichter/AliRoot.git] / MUON / AliMUONVTrackerData.h
index 8ef7db2aab7f9489b5c9512b6c369c198926c8ed..0db212b99ddcaae45e01f56b9b1d08f99d22b4c1 100644 (file)
@@ -159,6 +159,12 @@ public:
        /// Whether we store values at the channel level
        virtual Bool_t IsManuLevelEnabled() const = 0;
   
+  /// Whether we store values at the bus patch level or not
+  virtual Bool_t IsBusPatchLevelEnabled() const = 0;
+  
+  /// Whether we store values at the PCB level or not
+  virtual Bool_t IsPCBLevelEnabled() const = 0;
+  
 private:
   /// not implemented
   AliMUONVTrackerData(const AliMUONVTrackerData& rhs);