]> git.uio.no Git - u/mrichter/AliRoot.git/blob - test/genkine/sim/sim.C
8c4a3ee0b1e831a0e290acc8bb9d32a532e6cc6c
[u/mrichter/AliRoot.git] / test / genkine / sim / sim.C
1 void sim(Int_t nev=1) {
2   AliSimulation simulator;
3
4   TStopwatch timer;
5   timer.Start();
6   simulator.Run(nev);
7   timer.Stop();
8   timer.Print();
9 }