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
AliITSv11Hybrid is replaced by AliITSv11
[u/mrichter/AliRoot.git]
/
test
/
genkine
/
sim
/
sim.C
1
void sim(Int_t nev=1) {
2
AliSimulation simulator;
3
4
simulator.SetDefaultStorage("local://$ALICE_ROOT/OCDB");
5
simulator.SetSpecificStorage("GRP/GRP/Data",
6
Form("local://%s",gSystem->pwd()));
7
8
TStopwatch timer;
9
timer.Start();
10
simulator.Run(nev);
11
timer.Stop();
12
timer.Print();
13
}