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