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
Root6-enabled version
[u/mrichter/AliRoot.git]
/
test
/
PbPbbench
/
aod.C
1
void aod(){
2
3
gSystem->Load("libANALYSIS");
4
gSystem->Load("libANALYSISalice");
5
gSystem->Load("libCORRFW");
6
gSystem->Load("libPWGHFbase");
7
gSystem->Load("libPWGmuon");
8
9
gROOT->Macro("${ALICE_ROOT}/STEER/CreateAODfromESD.C");
10
}