]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - test/ppbench/recraw/rec.C
Running EMCal Tender supply before EMCal analysis
[u/mrichter/AliRoot.git] / test / ppbench / recraw / rec.C
index 0e035a40213a22000e2e91f70da107ba8bc7e6af..c8c28c8f551869113272619b8614e1e98de41d10 100644 (file)
@@ -2,7 +2,6 @@ void rec() {
 
   AliReconstruction reco;
 
-  reco.SetUniformFieldTracking(kFALSE);
   reco.SetWriteESDfriend();
   reco.SetWriteAlignmentData();
 
@@ -13,6 +12,17 @@ void rec() {
   reco.SetDefaultStorage("local://$ALICE_ROOT/OCDB");
   reco.SetSpecificStorage("GRP/GRP/Data",
                          Form("local://%s/..",gSystem->pwd()));
+  reco.SetRunPlaneEff(kTRUE);
+
+  reco.SetRunReconstruction("ALL") ;
+  reco.SetRunQA("ALL:ALL") ;
+  
+  reco.SetQARefDefaultStorage("local://$ALICE_ROOT/QAref") ;
+  
+  for (Int_t det = 0 ; det < AliQA::kNDET ; det++) {
+    reco.SetQACycles(det, 999) ;
+    reco.SetQAWriteExpert(det) ; 
+  }
 
   TStopwatch timer;
   timer.Start();