// Need to have appropriate Root.Html.* items in .rootrc
// NOTE:  Can't seem to get this to work without copying it to 
//        FullRecon source directory and running it there

int makeHtmlFullRecon()
{
  gROOT->Reset();

  THtml html;

  gSystem->Load("libEvent.so");
  gSystem->Load("libRootAppsUtil.so");
  gSystem->Load("libFastMC.so");
  gSystem->Load("libFullRecon.so");
  

  gHtml->MakeAll();
  return 0;
}
