This commit was generated by cvs2svn to compensate for changes in r17912,
[u/mrichter/AliRoot.git] / test / genkine / gen / rungen.C
CommitLineData
3928b038 1void 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}