]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - test/PbPbbench/sim.C
update to adapt to QA framework modifications
[u/mrichter/AliRoot.git] / test / PbPbbench / sim.C
index 6cbe042efa545e257e02a61c7de3a2567cef2fae..2d50b01f23598cb6c57070e90d039f4a94c76994 100644 (file)
@@ -8,7 +8,7 @@ void sim(Int_t nev=1) {
   simulator.SetSpecificStorage("GRP/GRP/Data",
                               Form("local://%s",gSystem->pwd()));
   simulator.SetRunQA("ALL:ALL") ; 
-  AliQA::SetQARefStorage("local://$ALICE_ROOT/OCDB") ;
+  simulator.SetQARefDefaultStorage("local://$ALICE_ROOT/QAref") ;
   
   for (Int_t det = 0 ; det < AliQA::kNDET ; det++) {
     simulator.SetQACycles(det, nev+1) ;