git://git.uio.no
/
u
/
mrichter
/
AliRoot.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
This commit was generated by cvs2svn to compensate for changes in r17912,
[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
}