]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - test/pploadlibs/sim.C
Merge branch 'TPCdev' of https://git.cern.ch/reps/AliRoot into TPCdev
[u/mrichter/AliRoot.git] / test / pploadlibs / sim.C
index a5e0415ced1bf42c46370ef598461997f0af39a1..cdc076a36bc1602a29a97bda06514e0708fc4480 100644 (file)
@@ -1,14 +1,15 @@
 void sim(Int_t nev=20) {
-  gROOT->Macro("loadlibssim.C");
   new AliRun("gAlice","The ALICE Off-line Simulation Framework");
 
   AliSimulation simulator;
   simulator.SetMakeSDigits("TRD TOF PHOS HMPID EMCAL MUON FMD ZDC PMD T0 VZERO");
-  simulator.SetMakeDigitsFromHits("ITS TPC");
+    simulator.SetMakeDigitsFromHits("ITS TPC");
  
-  simulator.SetDefaultStorage("local://$ALICE_ROOT");
+  simulator.SetDefaultStorage("local://$ALICE_ROOT/OCDB");
   simulator.SetSpecificStorage("GRP/GRP/Data",
                               Form("local://%s",gSystem->pwd()));
+  simulator.SetRunQA(":");
+
   TStopwatch timer;
   timer.Start();
   simulator.Run(nev);