]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Switch off the QA
authorhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 13 May 2008 09:03:22 +0000 (09:03 +0000)
committerhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 13 May 2008 09:03:22 +0000 (09:03 +0000)
test/fpprod/rec.C

index f01029f98022ecc8ff08bd66968118ca0b48e0c8..e5cc22c566db9546614ae07b6ec069cf703cf36f 100644 (file)
@@ -8,6 +8,9 @@ void rec() {
   AliTPCReconstructor::SetStreamLevel(1);
   //   reco.SetInput("raw.root");
   reco.SetRunReconstruction("ITS TPC TRD TOF HMPID PHOS EMCAL MUON VZERO T0 FMD PMD ZDC");
+  reco.SetRunQA(kFALSE);
+  reco.SetRunGlobalQA(kFALSE);
+
   TStopwatch timer;
   timer.Start();
   reco.Run();