]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - test/fpprod/sim.C
improving raw qa making
[u/mrichter/AliRoot.git] / test / fpprod / sim.C
index 2ce92f135d157e3836b28bbc01bc9785cb011d6e..446d34018bf9587f0c3459cc9390ed583613193b 100644 (file)
@@ -6,15 +6,16 @@ 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");
   if (strcmp(gSystem->GetBuildArch(),"win32gcc")) {
     simulator.SetWriteRawData("ALL","raw.root",kTRUE);
   }
-  simulator.SetRunHLT("");
-  simulator.SetRunQA("");
+
+  simulator.SetDefaultStorage("local://$ALICE_ROOT/OCDB");
+  simulator.SetSpecificStorage("GRP/GRP/Data",
+                              Form("local://%s",gSystem->pwd()));
  
   TStopwatch timer;
   timer.Start();