]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
No debug output from AliGeomManager. Corrected call to SetRunQA
authorhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 15 Jul 2008 21:33:24 +0000 (21:33 +0000)
committerhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 15 Jul 2008 21:33:24 +0000 (21:33 +0000)
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();