]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - test/gun/sim.C
Separate syswatch for sim. and rec.
[u/mrichter/AliRoot.git] / test / gun / sim.C
index 92f57fad3d1a33062ade8cddca5c270fe90ed392..184b721475ab27ebd488d848ee2f56d1bf04c109 100644 (file)
@@ -1,11 +1,11 @@
 void sim(Int_t nev=4) {
 
   AliSimulation simulator;
-  simulator.SetMakeSDigits("TRD TOF PHOS HMPID EMCAL MUON FMD ZDC PMD T0 VZERO");
+  simulator.SetMakeSDigits("TRD TOF PHOS HMPID EMCAL MUON FMD ZDC PMD T0 VZERO ACORDE");
   simulator.SetMakeDigitsFromHits("ITS TPC");
   simulator.SetWriteRawData("ALL","raw.root",kTRUE);
 
-  simulator.SetDefaultStorage("local://$ALICE_ROOT");
+  simulator.SetDefaultStorage("local://$ALICE_ROOT/OCDB");
   simulator.SetSpecificStorage("GRP/GRP/Data",
                               Form("local://%s",gSystem->pwd()));