]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - macros/html.C
Handle friend chain name in GetChainForTestMode
[u/mrichter/AliRoot.git] / macros / html.C
index dda1baf42feec8deb2e8e1fa462eaa0c015a64c0..4a45948c81b9aebae166cfc6b562eeefd9234c2d 100644 (file)
@@ -1,4 +1,4 @@
-{
+void html() {
 // to run this macro, you must have the correct .rootrc file
 // in your galice directory.
 // The gAlice classes summary documentation go to directory html
@@ -16,8 +16,8 @@
    html.Convert("display.C","Macro to start the event display");
    gROOT->LoadMacro("ecut.C");
    html.Convert("ecut.C","Macro to animate the rapidity cut slider");
-   gROOT->LoadMacro("RICH.C");
-   html.Convert("RICH.C","Macro to read RICH events");
+   gROOT->LoadMacro("HMPID.C");
+   html.Convert("HMPID.C","Macro to read HMPID events");
    gROOT->LoadMacro("TPCHits2Digits.C");
    html.Convert("TPCHits2Digits.C","Macro to convert TPC hits to Digits");
    gROOT->LoadMacro("TPCHits2Clusters.C");