]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/loadlibs.C
Updated documentation
[u/mrichter/AliRoot.git] / MUON / loadlibs.C
index d01bf92485091b7ed7d2d6cec3c6bc1107651940..51fc8656c8429c9e687cad1c62f3a3fb88f9d76e 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 () 
 {
   gSystem->Load("libVMC");
   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");
@@ -45,11 +52,12 @@ void loadlibs ()
 
   gSystem->Load("libMUONshuttle");
 
-  gSystem->Load("libRAWDatarec");
   gSystem->Load("libMUONrec");
   
   gSystem->Load("libRAWDatasim");
   gSystem->Load("libMUONsim");
   
   gSystem->Load("libMUONevaluation");
+  
+  gSystem->Load("libMUONgraphics");
 }