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
Test for the first physics production
[u/mrichter/AliRoot.git]
/
test
/
fpprod
/
aod.C
1
void aod(){
2
3
gSystem->Load("libdpmjet");
4
gSystem->Load("libTDPMjet");
5
gROOT->Macro("$ALICE_ROOT/STEER/CreateAODfromESD.C");
6
}