]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TPC/macros/CalibrateTPC.C
Extacting the OCDB in a separate module. The detectors have write permission in the...
[u/mrichter/AliRoot.git] / TPC / macros / CalibrateTPC.C
index 0f294631f8b9ec1cc3f4348c8444f63992cc7614..4d573fc77d5a9431668294ba1820abc56fe844b2 100644 (file)
@@ -59,7 +59,7 @@ TObject  * SetupCalibTask(char * prefix ="/V12/") {
   //
   //
   AliCDBManager::Instance()->SetRun(1) ;
-  AliCDBManager::Instance()->SetDefaultStorage("local://$ALICE_ROOT");
+  AliCDBManager::Instance()->SetDefaultStorage("local://$ALICE_ROOT/OCDB");
   AliTPCClusterParam * clusterParam = AliTPCcalibDB::Instance()->GetClusterParam();
   AliTPCAnalysisTaskcalib *task1=new AliTPCAnalysisTaskcalib("TPC calibration task");