]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - macros/Config_PDC07_MBias_MUON.C
STEER/STEER: Install AliRawDataHeaderSim.h for HMPID AMORE module
[u/mrichter/AliRoot.git] / macros / Config_PDC07_MBias_MUON.C
index f1eaee8b1f6b40d087fff2776e7cd1ea014cc542..b539c3c20d012db08416b3eb42cf17538a893634 100644 (file)
@@ -15,7 +15,7 @@ void Config(char directory[100]="", char option[6]="trgAll")
     
   //=====================================================================
   //  Libraries required by geant321
-    gSystem->Load("libgeant321.so");
+    gSystem->Load("libgeant321");
     
     new TGeant3TGeo("C++ Interface to Geant3");
   //=======================================================================
@@ -196,7 +196,7 @@ void Config(char directory[100]="", char option[6]="trgAll")
     AliSHIL *SHIL = new AliSHILv3("SHIL", "Shielding Version 3");
   //=================== ITS parameters =============================
     if(iITS) {
-       AliITS *ITS  = new AliITSv11Hybrid("ITS","ITS v11Hybrid");
+       AliITS *ITS  = new AliITSv11("ITS","ITS v11");
     }      
  //=================== FMD parameters =============================
     if(iFMD) {
@@ -222,8 +222,8 @@ Float_t EtaToTheta(Float_t arg){
 void LoadPythia()
 {
     // Load Pythia related libraries
-    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
+    gSystem->Load("liblhapdf");      // Parton density functions
+    gSystem->Load("libEGPythia6");   // TGenerator interface
+    gSystem->Load("libpythia6");     // Pythia
+    gSystem->Load("libAliPythia6");  // ALICE specific implementations
 }