]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/loadlibs.C
First big commit of the mchview program and its accompanying library,
[u/mrichter/AliRoot.git] / MUON / loadlibs.C
index 87975a3234880b47978cba80d0a7c9d84cf4647d..d1befd3ddbc39052d0a55e4e1d4828a9501a4e43 100644 (file)
 
 /* $Id$ */
 
-// Macro which loads the libraries needed for simulation and reconstruction
-// with MUON configuration macros
-// Christian Finck
-// New libraries list by Laurent Aphecetche
+/// \ingroup macros
+/// \file loadlibs.C
+/// \brief Macro which loads the libraries needed for simulation and reconstruction
+/// with MUON configuration macros
+///
+/// \author Christian Finck
+///
+/// New libraries list by Laurent Aphecetche
 
 void loadlibs () 
 {
@@ -26,25 +30,34 @@ void loadlibs ()
   gSystem->Load("libMinuit");
   gSystem->Load("libTree");
   
+  gSystem->Load("libSTEERBase"); 
   gSystem->Load("libESD");
+  gSystem->Load("libAOD");
   
-  gSystem->Load("libSTEER"); 
+  gSystem->Load("libRAWDatarec");
   gSystem->Load("libCDB");
+  gSystem->Load("libSTEER"); 
   
   gSystem->Load("libPhysics");
+  gSystem->Load("libMUONcore");
   gSystem->Load("libMUONmapping");
   gSystem->Load("libMUONcalib");
   gSystem->Load("libMUONgeometry");
-  gSystem->Load("libMUONbase");
-
+  gSystem->Load("libMUONtrigger");
+  
   gSystem->Load("libRAWDatabase");
   gSystem->Load("libMUONraw");
-  
+    
+  gSystem->Load("libMUONbase");
+
   gSystem->Load("libMUONshuttle");
 
-  gSystem->Load("libRAWDatarec");
   gSystem->Load("libMUONrec");
   
   gSystem->Load("libRAWDatasim");
   gSystem->Load("libMUONsim");
+  
+  gSystem->Load("libMUONevaluation");
+  
+  gSystem->Load("libMUONgraphics");
 }