Using the new signature of SetQA and SetRunQA
authorhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 11 Jun 2008 20:18:40 +0000 (20:18 +0000)
committerhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 11 Jun 2008 20:18:40 +0000 (20:18 +0000)
test/fpprod/rec.C
test/fpprod/sim.C

index d99667d63fed05088a6af61b22f1b9dc95b40d92..ac8dd5534bdc38cdf0d2a8ec0eacb5a71fe6c68e 100644 (file)
@@ -8,7 +8,7 @@ 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.SetRunQA("");
   reco.SetRunGlobalQA(kFALSE);
   reco.SetMeanVertexConstraint(kFALSE);
 
index 2ac6949a881008cb3d3f121146510691261441cc..ba38dc9dd8fd25ba9a08a6986b4a03d556b64991 100644 (file)
@@ -5,7 +5,7 @@ void sim(Int_t nev=20) {
   simulator.SetMakeDigitsFromHits("ITS TPC");
   simulator.SetWriteRawData("ALL","raw.root",kTRUE);
   simulator.SetRunHLT("");
-  simulator.SetQA(kFALSE);
+  simulator.SetRunQA("");
  
   TStopwatch timer;
   timer.Start();