1 #include <onlmon/bbc/BbcMonDraw.h>
2 #include <onlmon/cemc/CemcMonDraw.h>
3 #include <onlmon/hcal/HcalMonDraw.h>
4 #include <onlmon/intt/InttMonDraw.h>
5 #include <onlmon/ll1/LL1MonDraw.h>
6 #include <onlmon/mvtx/MvtxMonDraw.h>
7 #include <onlmon/tpc/TpcMonDraw.h>
8 #include <onlmon/tpot/TpotMonDraw.h>
10 #include <onlmon/OnlMonClient.h>
13 R__LOAD_LIBRARY(libonlbbcmon_client.so)
15 R__LOAD_LIBRARY(libonlcemcmon_client.so)
17 R__LOAD_LIBRARY(libonlhcalmon_client.so)
19 R__LOAD_LIBRARY(libonlinttmon_client.so)
21 R__LOAD_LIBRARY(libonlll1mon_client.so)
23 R__LOAD_LIBRARY(libonlmvtxmon_client.so)
25 R__LOAD_LIBRARY(libonltpcmon_client.so)
27 R__LOAD_LIBRARY(libonltpotmon_client.so)
29 void makehtml(const std::
string &filelist, const std::
string &subsystem)
33 if (subsystem ==
"BBCMON")
37 else if (subsystem ==
"CEMCMON")
41 else if (subsystem ==
"IHCALMON")
45 else if (subsystem ==
"INTTMON")
49 else if (subsystem ==
"LL1MON")
53 else if (subsystem ==
"MVTXMON")
57 else if (subsystem ==
"OHCALMON")
61 else if (subsystem ==
"TPCMON")
65 else if (subsystem ==
"TPOTMON")
71 std::cout <<
"Invalid Subsystem " << subsystem << std::endl;
76 if (listfile.is_open())
79 while (std::getline(listfile, line))
87 std::cout <<
"Could not open " << filelist << std::endl;