]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONPreprocessor.h
first step for error estimation QC{2}
[u/mrichter/AliRoot.git] / MUON / AliMUONPreprocessor.h
index 5cfae3533345c1d4f5a648c55815ed7875205198..1d3247eef05fc536b4bc665d99acbc9ad8774368 100644 (file)
@@ -50,7 +50,12 @@ public:
   {
     return AliPreprocessor::GetFile(system,id,source);
   }  
-  
+
+  /// Publish AliPreprocessor::GetFromOCDB function
+    AliCDBEntry* GetFromOCDB(const char* pathLevel2, const char* pathLevel3) {
+      return AliPreprocessor::GetFromOCDB(pathLevel2,pathLevel3);      
+    }
+
   /// Whether we can be used (e.g. whether we were properly initialized)
   Bool_t IsValid() const { return fIsValid; }