Logo coherent WaveBurst  
Library Reference Guide
Logo
Macros | Functions
MakeHtmlPE.C File Reference

Macros

#define WWW_LAG_MANUAL   "https://gwburst.gitlab.io/documentation/latest/html/faq.html?highlight=lag#what-are-lags-and-how-to-use-them"
 
#define WWW_PUBLIC   "https://ldas-jobs.ligo.caltech.edu/~waveburst/reports/"
 
#define WWW_SLAG_MANUAL   "https://gwburst.gitlab.io/documentation/latest/html/faq.html?highlight=lag#what-are-super-lags-and-how-to-use-them"
 

Functions

void MakeHtmlPE (TString type, TString odir, TString label, TString ifconfig)
 
void MakeHtmlRep (TString type, TString odir, TString label, TString ifconfig)
 
void MakeHtmlStat (TString type, TString odir, TString label, TString ifconfig)
 
void mkhtml_index (vector< TString > gw_event_report, TString odir, TString label, TString title)
 
void ModifyFontSizeCSS (TString tabber)
 
int ReadConfig (TString ifconfig, vector< TString > &gwname, vector< TString > &wdir, vector< TString > &rdir, vector< TString > &sdir)
 

Macro Definition Documentation

◆ WWW_LAG_MANUAL

#define WWW_LAG_MANUAL   "https://gwburst.gitlab.io/documentation/latest/html/faq.html?highlight=lag#what-are-lags-and-how-to-use-them"

Definition at line 20 of file MakeHtmlPE.C.

◆ WWW_PUBLIC

#define WWW_PUBLIC   "https://ldas-jobs.ligo.caltech.edu/~waveburst/reports/"

Definition at line 19 of file MakeHtmlPE.C.

◆ WWW_SLAG_MANUAL

#define WWW_SLAG_MANUAL   "https://gwburst.gitlab.io/documentation/latest/html/faq.html?highlight=lag#what-are-super-lags-and-how-to-use-them"

Definition at line 21 of file MakeHtmlPE.C.

Function Documentation

◆ MakeHtmlPE()

void MakeHtmlPE ( TString  type,
TString  odir,
TString  label,
TString  ifconfig 
)

Definition at line 30 of file MakeHtmlPE.C.

◆ MakeHtmlRep()

void MakeHtmlRep ( TString  type,
TString  odir,
TString  label,
TString  ifconfig 
)

Definition at line 42 of file MakeHtmlPE.C.

◆ MakeHtmlStat()

void MakeHtmlStat ( TString  type,
TString  odir,
TString  label,
TString  ifconfig 
)

Definition at line 104 of file MakeHtmlPE.C.

◆ mkhtml_index()

void mkhtml_index ( vector< TString gw_event_report,
TString  odir,
TString  label,
TString  title 
)

Definition at line 173 of file MakeHtmlPE.C.

◆ ModifyFontSizeCSS()

void ModifyFontSizeCSS ( TString  tabber)

Definition at line 292 of file MakeHtmlPE.C.

◆ ReadConfig()

int ReadConfig ( TString  ifconfig,
vector< TString > &  gwname,
vector< TString > &  wdir,
vector< TString > &  rdir,
vector< TString > &  sdir 
)

Definition at line 320 of file MakeHtmlPE.C.