]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - macros/mkhtml.C
add pictures for cluster error parameterization as function of drift
[u/mrichter/AliRoot.git] / macros / mkhtml.C
index 87014bba5cf61f80951c87bc52b23159798e4366..f7d653f7ca8f326fa2d3e4f5d365d25210312ebf 100644 (file)
@@ -14,7 +14,11 @@ void mkhtml (char *macro=0, Int_t force=0) {
     gROOT->LoadMacro(macro);
     html.Convert(macro,"Example Macro");
   } else {
-    gSystem->Load("$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET)/libRALICE");
+    gSystem->Load("liblhapdf.so");      // Parton density functions
+    gSystem->Load("libEGPythia6.so");   // TGenerator interface
+    gSystem->Load("libpythia6.so");     // Pythia
+    gSystem->Load("libAliPythia6.so");  // ALICE specific implementations
+    gSystem->Load("libRALICE.so");
     html.MakeAll(force,"[A-Z]*");
   }
   timer.Stop();