]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - test/fpprod/sim.C
No debug output from AliGeomManager. Corrected call to SetRunQA
[u/mrichter/AliRoot.git] / test / fpprod / sim.C
index 2ce92f135d157e3836b28bbc01bc9785cb011d6e..a960e1571e850fe65120f27b53e440079a18bb52 100644 (file)
@@ -6,7 +6,6 @@ void sim(Int_t nev=50) {
     new AliRun("gAlice","The ALICE Off-line Simulation Framework");
   }
 
-  AliLog::SetClassDebugLevel("AliGeomManager",3);
   AliSimulation simulator;
   simulator.SetMakeSDigits("TRD TOF PHOS HMPID EMCAL MUON FMD ZDC PMD T0 VZERO");
   simulator.SetMakeDigitsFromHits("ITS TPC");
@@ -14,7 +13,7 @@ void sim(Int_t nev=50) {
     simulator.SetWriteRawData("ALL","raw.root",kTRUE);
   }
   simulator.SetRunHLT("");
-  simulator.SetRunQA("");
+  simulator.SetRunQA(":");
  
   TStopwatch timer;
   timer.Start();