]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONPreprocessor.h
Adding GetGeometryFromOCDB method
[u/mrichter/AliRoot.git] / MUON / AliMUONPreprocessor.h
index 53330db242ed437372c1c180db7152d0d626f3f2..325b401cca7cc0214b0c27ec882277a949552664 100644 (file)
@@ -62,6 +62,12 @@ public:
       return AliPreprocessor::GetFromOCDB(pathLevel2,pathLevel3);      
     }
 
+  /// Publish AliPreprocessor::GetFromOCDB function
+  AliCDBEntry* GetGeometryFromOCDB()
+  {
+    return AliPreprocessor::GetGeometryFromOCDB();
+  }
+  
   /// Whether we can be used (e.g. whether we were properly initialized)
   Bool_t IsValid() const { return fIsValid; }