]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - GRP/UpdateCDBCTPConfig.C
recover the detector tag int and not the string from the AOD particle
[u/mrichter/AliRoot.git] / GRP / UpdateCDBCTPConfig.C
index 1bb6d3c84548d1989e0d907488296bd8773dced8..77fb9ebc874ea92b1ebb1f1fce83067b75aeb2a3 100644 (file)
@@ -7,7 +7,7 @@ void UpdateCDBCTPConfig(const char *CTPcfg, const char* cdbUri, const char* cfgF
   AliCDBManager* cdb = AliCDBManager::Instance();
   // we set the default storage to the repository because some dets require
   // already at the time of geometry creation to find calibration objects in the cdb
-  if(!cdb->IsDefaultStorageSet()) cdb->SetDefaultStorage("local://$ALICE_ROOT");
+  if(!cdb->IsDefaultStorageSet()) cdb->SetDefaultStorage("local://$ALICE_ROOT/OCDB");
   AliCDBStorage* storage = cdb->GetStorage(cdbUri);
   cdb->SetRun(0);
   AliCDBId id("GRP/CTP/Config",0,AliCDBRunRange::Infinity());