]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Possibility to use loadlibs.C on Solaris x86
authorhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 6 Sep 2006 14:01:47 +0000 (14:01 +0000)
committerhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 6 Sep 2006 14:01:47 +0000 (14:01 +0000)
ITS/AliITSLoader.cxx
ITS/AliITSLoader.h
MUON/MUONbaseLinkDef.h
MUON/MUONrecLinkDef.h
MUON/libMUONbase.pkg
MUON/libMUONrec.pkg
macros/loadlibs.C

index c53a581693616c6d2aa1756f02172450311250e8..ac8f83a480da86ee56895b42a77bfd673624a971 100644 (file)
@@ -142,7 +142,6 @@ AliITSLoader::~AliITSLoader(){
     UnloadCascades();
     dl = GetCascadeDataLoader();
     fDataLoaders->Remove(dl);
-    if(fITSpid)delete fITSpid;
     if(fGeom)delete fGeom;
     fGeom = 0;
 }
index e718bf87c941ba5da0f1196c5a230a6040ad9957..0925a705e232a28bbbaee3c05e98308e6e055f25 100644 (file)
@@ -6,7 +6,7 @@
 #include <AliLoader.h>
 #include <AliESDVertex.h>
 #include <AliITSgeom.h>
-#include <AliITSpidESD.h>
+class AliITSpidESD;
 class AliITSdigit;
 class TObjArray;
 
index 6a44e511a3f73bd5c3179a21e59eaacadbd1115e..100ce5b678cf19f7694856f15a1275f614eb54dd 100644 (file)
 #pragma link C++ class AliMUONCalibrationData+;
 #pragma link C++ class AliMUONTriggerEfficiencyCells+;
 
-// display
-#pragma link C++ class AliMUONDisplay+; 
-#pragma link C++ class AliMUONRecoCheck+;
-
 // debug
 #pragma link C++ class AliMUONCheck+;
 
index 0c1efde7d5ece6344d039e47e2979251c994a8d8..3f30b1a278247aede8ae1e34a0fe37996f9e79e9 100644 (file)
 
 // raw data
 #pragma link C++ class AliMUONDigitMaker+;
+
+// display
+#pragma link C++ class AliMUONDisplay+; 
+#pragma link C++ class AliMUONRecoCheck+;
+
 #endif
 
 
index 326d0f3334693c117b64cf4731d9901da5fba66e..36cd84530e05700f1d8325a9ddb8ebc04710c6ca 100644 (file)
@@ -24,8 +24,6 @@ SRCS:=  AliMUON.cxx AliMUONv1.cxx \
         AliMUONRegionalTrigger.cxx \
         AliMUONLocalTrigger.cxx \
         AliMUONTriggerLut.cxx \
-        AliMUONDisplay.cxx \
-        AliMUONRecoCheck.cxx \
         AliMUONSt12QuadrantSegmentation.cxx \
         AliMUONSt345SlatSegmentation.cxx \
         AliMUONSt345SlatSegmentationV2.cxx \
index ae49ef7f525e1253850ce791f138bc3c0d021c99..aa049de52da1fbd96ad8305c4c3ce88449bb1264 100644 (file)
@@ -22,7 +22,9 @@ SRCS:= AliMUONClusterReconstructor.cxx \
        AliMUONDigitCalibrator.cxx \
        AliMUONDigitMaker.cxx \
        AliMillepede.cxx \
-       AliMUONAlignment.cxx
+       AliMUONAlignment.cxx \
+       AliMUONDisplay.cxx \
+       AliMUONRecoCheck.cxx
  
 
 HDRS:= $(SRCS:.cxx=.h)
index e3e2fd622616334d09a90a63b43979edd44bed97..2494209337773617f3230434d6f913030c911b18 100644 (file)
@@ -10,6 +10,7 @@ void loadlibs ()
   // root [5] rec.Run()
 
   gSystem->Load("libPhysics");
+  gSystem->Load("libMinuit");
 
   // Uncomment the following line for macosx
   // Waiting for a better solution