]> git.uio.no Git - u/mrichter/AliRoot.git/blob - test/genkine/gen/rungen.C
added an event counter
[u/mrichter/AliRoot.git] / test / genkine / gen / rungen.C
1 void rungen(Int_t nev=1){
2   // Simulation and reconstruction
3   TStopwatch timer;
4   timer.Start();
5   gSystem->SetIncludePath("-I$ROOTSYS/include -I$ALICE_ROOT/include -I$ALICE_ROOT");
6   gROOT->LoadMacro("fastGen.C+");
7   fastGen(nev);
8   timer.Stop();
9   timer.Print();
10 }