]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TOF/TOFPreprocessor.C
move D0toKpi to PWG3 (Andrea)
[u/mrichter/AliRoot.git] / TOF / TOFPreprocessor.C
index 905c9b8bb6f033eac984211b7396628cd5d328b4..7e4d906986534d8af458a57d4c060a6d7b7f7809 100644 (file)
@@ -15,7 +15,9 @@ void TOFPreprocessor()
   gSystem->Load("$ALICE/SHUTTLE/TestShuttle/libTestShuttle.so");
 
   // initialize location of CDB
-  AliCDBManager::Instance()->SetDefaultStorage("local://$ALICE_ROOT/SHUTTLE/TestShuttle/TestCDB");
+  AliTestShuttle::SetMainCDB("local://$ALICE_ROOT/SHUTTLE/TestShuttle/TestCDB");
+  AliTestShuttle::SetMainRefStorage("local://$ALICE_ROOT/SHUTTLE/TestShuttle/TestReference");
+
 
   // create AliTestShuttle instance
   AliTestShuttle* shuttle = new AliTestShuttle(0, 0, 1000);