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
/
rec.C
1
void rec() {
2
AliReconstruction reco;
3
4
5
reco.SetDefaultStorage("local://$ALICE_ROOT/OCDB");
6
reco.SetSpecificStorage("GRP/GRP/Data",
7
Form("local://%s",gSystem->pwd()));
8
reco.SetRunPlaneEff(kTRUE);
9
10
TStopwatch timer;
11
timer.Start();
12
reco.Run();
13
timer.Stop();
14
timer.Print();
15
}