git://git.uio.no
/
u
/
mrichter
/
AliRoot.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Loading additional libraries
[u/mrichter/AliRoot.git]
/
test
/
genkine
/
gen
/
rungen.C
diff --git
a/test/genkine/gen/rungen.C
b/test/genkine/gen/rungen.C
index 29650a1c06c6d8d578b51dc28374ed32f54b00a5..8c88bcda8f9cd51df4c85685f4ffdbb2a54d201f 100644
(file)
--- a/
test/genkine/gen/rungen.C
+++ b/
test/genkine/gen/rungen.C
@@
-3,6
+3,10
@@
void rungen(Int_t nev=1){
TStopwatch timer;
timer.Start();
gSystem->SetIncludePath("-I$ROOTSYS/include -I$ALICE_ROOT/include -I$ALICE_ROOT");
TStopwatch timer;
timer.Start();
gSystem->SetIncludePath("-I$ROOTSYS/include -I$ALICE_ROOT/include -I$ALICE_ROOT");
+ gSystem->Load("liblhapdf.so"); // Parton density functions
+ gSystem->Load("libEGPythia6.so"); // TGenerator interface
+ gSystem->Load("libpythia6.so"); // Pythia
+ gSystem->Load("libAliPythia6.so"); // ALICE specific implementations
gROOT->LoadMacro("fastGen.C+");
fastGen(nev);
timer.Stop();
gROOT->LoadMacro("fastGen.C+");
fastGen(nev);
timer.Stop();