]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STEER/CDB/AliCDBManager.h
ATO-15 STEER/CDB/AliOCDBtoolkit.{h,cxx} - implementing LoadOCDB functions + reorderi...
[u/mrichter/AliRoot.git] / STEER / CDB / AliCDBManager.h
index 36f4d53b0589b98cfc0b1314ef8be0d917e43580..0145d0de655d31345ba058581f71458e54c7626d 100644 (file)
@@ -70,7 +70,7 @@ class AliCDBManager: public TObject {
 
     void UnsetDrain(){fDrainStorage = 0x0;}
 
-    AliCDBEntry* Get(const AliCDBId& query, Bool_t forceCaching=kFALSE);
+    AliCDBEntry* Get(const AliCDBId& query, Bool_t forceCaching=kFALSE, Bool_t doCatch=kFALSE);
     AliCDBEntry* Get(const AliCDBPath& path, Int_t runNumber=-1,
         Int_t version = -1, Int_t subVersion = -1);
     AliCDBEntry* Get(const AliCDBPath& path, const AliCDBRunRange& runRange,