]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PHOS/PHOS.C
.so cleanup: more gSystem->Load()
[u/mrichter/AliRoot.git] / PHOS / PHOS.C
index 03cced311095d0100df5de2110ad36eba683f49f..c8f6a8bf2f97e6a8e55095e7a6b18d862e1e0e15 100644 (file)
@@ -4,9 +4,9 @@ PHOS (Int_t event_number=0,Float_t SignalStep=0.001,Int_t SignalMin=15)
 
    // Dynamically link some shared libs
    if (gClassTable->GetID("AliRun") < 0) {
-      gSystem->Load("libGeant3Dummy.so");   // a dummy version of Geant3
-      gSystem->Load("PHOS/libPHOSreconstruction.so");        // the standard Alice classes 
-      gSystem->Load("libgalice.so");        // the standard Alice classes 
+      gSystem->Load("libGeant3Dummy");   // a dummy version of Geant3
+      gSystem->Load("PHOS/libPHOSreconstruction");        // the standard Alice classes 
+      gSystem->Load("libgalice");        // the standard Alice classes 
    }
     
    // Connect the Root Galice file containing Geometry, Kine and Hits