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
/
merge
/
signal
/
sim.C
1
void sim(Int_t nev=1) {
2
AliSimulation simulator;
3
simulator.MergeWith("../backgr/galice.root",3);
4
simulator.SetWriteRawData("ALL","raw.root",kTRUE);
5
6
TStopwatch timer;
7
timer.Start();
8
simulator.Run(nev);
9
timer.Stop();
10
timer.Print();
11
}