]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - macros/mkhtml.C
Using fNContrubutors in AliAODVertex for SPD vertices.
[u/mrichter/AliRoot.git] / macros / mkhtml.C
index e5b4edcb5399e636312f51f43f15c07e630d6ee2..f7d653f7ca8f326fa2d3e4f5d365d25210312ebf 100644 (file)
@@ -14,8 +14,12 @@ 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");
-    html.MakeAll(force);
+    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();
   timer.Print();