X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=ANALYSIS%2Fmacros%2Ftrain%2FAddMCGenPythia8.C;fp=ANALYSIS%2Fmacros%2Ftrain%2FAddMCGenPythia8.C;h=d38eb47f25a8510642d77017d768ef40caf48709;hb=4070f7097af65d8d1cf89376b4db8ddf485685ce;hp=3a79878064c9bc8874ab2e6826c4b0572fd451e1;hpb=48ad3d939520593d20bc7e838106e092d6e6371a;p=u%2Fmrichter%2FAliRoot.git diff --git a/ANALYSIS/macros/train/AddMCGenPythia8.C b/ANALYSIS/macros/train/AddMCGenPythia8.C index 3a79878064c..d38eb47f25a 100644 --- a/ANALYSIS/macros/train/AddMCGenPythia8.C +++ b/ANALYSIS/macros/train/AddMCGenPythia8.C @@ -4,7 +4,7 @@ AliGenerator* AddMCGenPythia8(Float_t e_cms = 2760., Bool_t kCR = kTRUE, Int_t k // - Color reconnection = ON/OFF // - Set k factor, default = 1; range of possible values in xmldoc/CouplingsAndScales.xml - gSystem->Load("liblhapdf.so"); + gSystem->Load("liblhapdf"); AliGenerator *genP = NULL; genP = CreatePythia8Gen(e_cms, kCR, kF); @@ -14,11 +14,11 @@ AliGenerator* AddMCGenPythia8(Float_t e_cms = 2760., Bool_t kCR = kTRUE, Int_t k AliGenerator* CreatePythia8Gen(Float_t e_cms, Bool_t kCR, Int_t kF) { - gSystem->Load("libpythia6.so"); - gSystem->Load("libEGPythia6.so"); - gSystem->Load("libAliPythia6.so"); - gSystem->Load("libpythia8.so"); - gSystem->Load("libAliPythia8.so"); + gSystem->Load("libpythia6"); + gSystem->Load("libEGPythia6"); + gSystem->Load("libAliPythia6"); + gSystem->Load("libpythia8"); + gSystem->Load("libAliPythia8"); gSystem->Setenv("PYTHIA8DATA", gSystem->ExpandPathName("$ALICE_ROOT/PYTHIA8/pythia8175/xmldoc")); gSystem->Setenv("LHAPDF", gSystem->ExpandPathName("$ALICE_ROOT/LHAPDF")); gSystem->Setenv("LHAPATH", gSystem->ExpandPathName("$ALICE_ROOT/LHAPDF/PDFsets"));