]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/loadlibs.C
In mapping:
[u/mrichter/AliRoot.git] / MUON / loadlibs.C
index 9d3581ba7a70d9c3eca5581a54d71306d014a7b9..b80daaa8abd350965f15b27587d81df0d83a2f22 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("libProofPlayer");
   
   gSystem->Load("libSTEERBase"); 
   gSystem->Load("libESD");
   gSystem->Load("libAOD");
   
+  gSystem->Load("libRAWDatabase");
   gSystem->Load("libRAWDatarec");
   gSystem->Load("libCDB");
   gSystem->Load("libSTEER"); 
@@ -54,4 +60,6 @@ void loadlibs ()
   gSystem->Load("libMUONsim");
   
   gSystem->Load("libMUONevaluation");
+  
+  gSystem->Load("libMUONgraphics");
 }