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();
reco.Run();
simulator.SetDefaultStorage("local://$ALICE_ROOT");
simulator.SetSpecificStorage("GRP/GRP/Data",
Form("local://%s",gSystem->pwd()));
-
+ simulator.SetRunQA("ALL:ALL") ;
+ AliQA::SetQARefStorage("local://$ALICE_ROOT") ;
+
+ for (Int_t det = 0 ; det < AliQA::kNDET ; det++) {
+ simulator.SetQACycles(det, nev+1) ;
+ }
+
TStopwatch timer;
timer.Start();
simulator.Run(nev);