3928b038 |
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 | } |