From 8d735b33a79d747408dd6290c88882261bd8eef2 Mon Sep 17 00:00:00 2001 From: hristov Date: Tue, 13 May 2008 09:03:22 +0000 Subject: [PATCH] Switch off the QA --- test/fpprod/rec.C | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/fpprod/rec.C b/test/fpprod/rec.C index f01029f9802..e5cc22c566d 100644 --- a/test/fpprod/rec.C +++ b/test/fpprod/rec.C @@ -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(); -- 2.31.1