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
/
merge
/
backgr
/
Config.C
diff --git
a/test/merge/backgr/Config.C
b/test/merge/backgr/Config.C
index 671dad30a99d57ccea227a5b498f195cf11c8b2e..31d2bf490021ba91a4ae7ff633d3a41feb7c8391 100644
(file)
--- a/
test/merge/backgr/Config.C
+++ b/
test/merge/backgr/Config.C
@@
-159,9
+159,13
@@
void Config()
cout<<"Seed for random number generation= "<<gRandom->GetSeed()<<endl;
cout<<"Seed for random number generation= "<<gRandom->GetSeed()<<endl;
- // libraries required by geant321
+ // libraries required by geant321
and Pythia6
#if defined(__CINT__)
gSystem->Load("libgeant321");
#if defined(__CINT__)
gSystem->Load("libgeant321");
+ 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
#endif
new TGeant3TGeo("C++ Interface to Geant3");
#endif
new TGeant3TGeo("C++ Interface to Geant3");