]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - test/QA/recraw.C
changing run periof
[u/mrichter/AliRoot.git] / test / QA / recraw.C
index 74ec5f78efc048ea07df0854f29824b61f1e49e9..961bfee4f50b074f631e3da2a503f2808f8ee7fd 100644 (file)
@@ -12,7 +12,7 @@ void recraw() {
        // Set the CDB storage location
   AliCDBManager * man = AliCDBManager::Instance();
   man->SetDefaultStorage("local://$ALICE_ROOT");
-  //man->SetDefaultStorage("alien://Folder=/alice/data/2008/LHC08c/OCDB/");
+  //man->SetDefaultStorage("alien://Folder=/alice/data/2008/LHC08d/OCDB/");
 
        // Example in case a specific CDB storage is needed
        //man->SetSpecificStorage("EMCAL/*","local://DB");
@@ -49,10 +49,13 @@ void recraw() {
        // switch off cleanESD
   reco.SetCleanESD(kFALSE);
        
-        reco.SetInLoopQA() ; 
        reco.SetRunQA("ALL:ALL") ;
        //AliQA::SetQARefStorage(Form("%s%s/", AliQA::GetQARefDefaultStorage(), kYear)) ;
   AliQA::SetQARefStorage("local://$ALICE_ROOT") ;
+  for (Int_t det = 0 ; det < AliQA::kNDET ; det++) {
+    reco.SetQACycles(det, 9999) ;
+    reco.SetQAWriteExpert(det) ; 
+  }
   
   AliLog::Flush();