X-Git-Url: http://git.uio.no/git/?p=u%2Fmrichter%2FAliRoot.git;a=blobdiff_plain;f=test%2Fgun%2Fsim.C;h=92f57fad3d1a33062ade8cddca5c270fe90ed392;hp=ef1e7d20279a44715f223eb6e42ff99188cd5178;hb=cd33bb3e66cef00321443e939dea76ad938cde97;hpb=b87d8fcd81f0caa3e8d519e48537709aaf32760b diff --git a/test/gun/sim.C b/test/gun/sim.C index ef1e7d20279..92f57fad3d1 100644 --- a/test/gun/sim.C +++ b/test/gun/sim.C @@ -1,9 +1,14 @@ void sim(Int_t nev=4) { + AliSimulation simulator; simulator.SetMakeSDigits("TRD TOF PHOS HMPID EMCAL MUON FMD ZDC PMD T0 VZERO"); simulator.SetMakeDigitsFromHits("ITS TPC"); 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);