]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
libANALYSIS must now be before libSTEER ... ?
authorlaphecet <laphecet@f7af4fe6-9843-0410-8265-dc069ae4e863>
Sun, 2 Oct 2011 10:51:07 +0000 (10:51 +0000)
committerlaphecet <laphecet@f7af4fe6-9843-0410-8265-dc069ae4e863>
Sun, 2 Oct 2011 10:51:07 +0000 (10:51 +0000)
MUON/loadlibs.C

index 8069020fd65b22b03537f59c979a5b7a56bf1e6a..a19f053afb848285476db365eee88197eeaec2f6 100644 (file)
@@ -40,8 +40,8 @@ void loadlibs ()
   gSystem->Load("libRAWDatabase");
   gSystem->Load("libRAWDatarec");
   gSystem->Load("libCDB");
-  gSystem->Load("libSTEER");
   gSystem->Load("libANALYSIS");
+  gSystem->Load("libSTEER");
   gSystem->Load("libANALYSISalice");
   
   gSystem->Load("libMUONcore");