X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=TOF%2FTOFPreprocessor.C;h=ec59993be553d9b521183aee46d4b5686266e3a9;hb=b51fe2c8ab6bb25be6b566bb59620aa61eb9e1ed;hp=e39c2467d6103aadbf2d71593f727c309c7e643f;hpb=ff326f849cea081e2c5af1089975b51f599d8407;p=u%2Fmrichter%2FAliRoot.git diff --git a/TOF/TOFPreprocessor.C b/TOF/TOFPreprocessor.C index e39c2467d61..ec59993be55 100644 --- a/TOF/TOFPreprocessor.C +++ b/TOF/TOFPreprocessor.C @@ -17,8 +17,8 @@ void TOFPreprocessor(Char_t * RunType="PHYSICS") AliLog::SetClassDebugLevel("AliTOFPreprocessor",2); // initialize location of CDB - AliTestShuttle::SetMainCDB("local://$ALICE_ROOT/SHUTTLE/TestShuttle/TestCDB"); - AliTestShuttle::SetMainRefStorage("local://$ALICE_ROOT/SHUTTLE/TestShuttle/TestReference"); + AliTestShuttle::SetMainCDB("local://$ALICE_ROOT/OCDB/SHUTTLE/TestShuttle/TestCDB"); + AliTestShuttle::SetMainRefStorage("local://$ALICE_ROOT/OCDB/SHUTTLE/TestShuttle/TestReference"); // create AliTestShuttle instance Int_t nrun = 6; @@ -205,7 +205,7 @@ void WriteDCSAliasMap() AliCDBId id("TOF/DCS/Data", 0, 0); // initialize location of CDB - AliCDBManager::Instance()->SetDefaultStorage("local://$ALICE_ROOT/SHUTTLE/TestShuttle/TestCDB"); + AliCDBManager::Instance()->SetDefaultStorage("local://$ALICE_ROOT/OCDB/SHUTTLE/TestShuttle/TestCDB"); AliCDBManager::Instance()->Put(dcsAliasMap, id, &metaData); }