]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - test/QA/recraw.C
Extacting the OCDB in a separate module. The detectors have write permission in the...
[u/mrichter/AliRoot.git] / test / QA / recraw.C
index b6404fb162ecfe4b9e90f2480065ee6a61700cbc..545796e9d342dd761fa39c5f91aa0361ae940858 100644 (file)
@@ -7,7 +7,7 @@ void recraw() {
   reco.SetWriteAlignmentData();
   reco.SetInput("raw.root");
 
-  reco.SetDefaultStorage("local://$ALICE_ROOT");
+  reco.SetDefaultStorage("local://$ALICE_ROOT/OCDB");
   reco.SetSpecificStorage("GRP/GRP/Data",
                          Form("local://%s/..",gSystem->pwd()));
 
@@ -22,7 +22,7 @@ void recraw() {
        
   reco.SetRunQA("ALL:ALL") ;
 
-  AliQA::SetQARefStorage("local://$ALICE_ROOT") ;
+  AliQA::SetQARefStorage("local://$ALICE_ROOT/OCDB") ;
   for (Int_t det = 0 ; det < AliQA::kNDET ; det++) {
     reco.SetQACycles(det, 9999) ;
     reco.SetQAWriteExpert(det) ;