]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - test/merge/backgr/sim.C
Using GRP instead of local setters. Check of the created ESDs, production of standard...
[u/mrichter/AliRoot.git] / test / merge / backgr / sim.C
index 4ad34f1c2ae76b15005e6b2b9736168e1fc94af3..7294dd7efd255dda3608d09ef548bd990614998d 100644 (file)
@@ -2,6 +2,10 @@ void sim(Int_t nev=1) {
   AliSimulation simulator;
   simulator.SetWriteRawData("ALL","raw.root",kTRUE);
 
+  simulator.SetDefaultStorage("local://$ALICE_ROOT");
+  simulator.SetSpecificStorage("GRP/GRP/Data",
+                              Form("local://%s",gSystem->pwd()));
+
   TStopwatch timer;
   timer.Start();
   simulator.Run(nev);