]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - test/merge/backgr/sim.C
Extacting the OCDB in a separate module. The detectors have write permission in the...
[u/mrichter/AliRoot.git] / test / merge / backgr / sim.C
index 7294dd7efd255dda3608d09ef548bd990614998d..ac9bc3f1c5cd0332a56e50f7cd7557f0bb1c4bcf 100644 (file)
@@ -2,7 +2,7 @@ void sim(Int_t nev=1) {
   AliSimulation simulator;
   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()));