]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - test/PbPbbench/rec.C
same modifications as in ppbench
[u/mrichter/AliRoot.git] / test / PbPbbench / rec.C
index 6da03f96cafd79b7caeaccf1055a8b95a36d458b..2a9a5a3a7bcc697f6db4fac71cd77f1db88c982f 100644 (file)
@@ -7,6 +7,14 @@ void rec() {
   reco.SetDefaultStorage("local://$ALICE_ROOT");
   reco.SetSpecificStorage("GRP/GRP/Data",
                          Form("local://%s",gSystem->pwd()));
+  reco.SetRunQA("ALL:ALL") ;
+  
+  AliQA::SetQARefStorage("local://$ALICE_ROOT") ;
+  
+  for (Int_t det = 0 ; det < AliQA::kNDET ; det++) {
+    reco.SetQACycles(det, 999) ;
+    reco.SetQAWriteExpert(det) ; 
+  }
 
   TStopwatch timer;
   timer.Start();