#include <MonitorXMLParser.h>
Public Attributes | |
unsigned int | loop |
unsigned int | ncycle |
std::vector< DbQuery > | queries |
std::string | title |
std::string | type |
int | xbins |
double | xfrom |
double | xto |
int | ybins |
double | yfrom |
double | yto |
int | zbins |
double | zfrom |
double | zto |
Definition at line 33 of file MonitorXMLParser.h.
unsigned int DB_ME::loop |
Definition at line 46 of file MonitorXMLParser.h.
Referenced by MonitorXMLParser::handleElement().
unsigned int DB_ME::ncycle |
Definition at line 45 of file MonitorXMLParser.h.
Referenced by MonitorXMLParser::handleElement().
std::vector<DbQuery> DB_ME::queries |
Definition at line 47 of file MonitorXMLParser.h.
Referenced by MatrixUtil.InputInfo::das(), and MonitorXMLParser::handleElement().
std::string DB_ME::title |
Definition at line 35 of file MonitorXMLParser.h.
Referenced by python.rootplot.root2matplotlib.HistStack::bar(), python.rootplot.root2matplotlib.HistStack::bar3d(), python.rootplot.root2matplotlib.HistStack::barcluster(), python.rootplot.root2matplotlib.HistStack::barh(), python.rootplot.root2matplotlib.HistStack::barstack(), python.rootplot.root2matplotlib.HistStack::errorbar(), python.rootplot.root2matplotlib.HistStack::errorbarh(), MonitorXMLParser::handleElement(), Formatter.SimpleHTMLFormatter::headers(), python.rootplot.root2matplotlib.HistStack::histstack(), python.rootplot.root2matplotlib.Hist::show_titles(), python.rootplot.utilities.Hist::TGraph(), python.rootplot.utilities.Hist::TH1F(), python.rootplot.utilities.Hist2D::TH2F(), and python.rootplot.root2matplotlib.Hist2D::TH2F().
std::string DB_ME::type |
Definition at line 34 of file MonitorXMLParser.h.
Referenced by MonitorXMLParser::handleElement(), core.autovars.NTupleVariable::makeBranch(), DQM.DQMReader::read_objects(), and core.AutoHandle.AutoHandle::ReallyLoad().
int DB_ME::xbins |
Definition at line 36 of file MonitorXMLParser.h.
Referenced by MonitorXMLParser::handleElement().
double DB_ME::xfrom |
Definition at line 37 of file MonitorXMLParser.h.
Referenced by MonitorXMLParser::handleElement().
double DB_ME::xto |
Definition at line 38 of file MonitorXMLParser.h.
Referenced by MonitorXMLParser::handleElement().
int DB_ME::ybins |
Definition at line 39 of file MonitorXMLParser.h.
Referenced by MonitorXMLParser::handleElement().
double DB_ME::yfrom |
Definition at line 40 of file MonitorXMLParser.h.
Referenced by MonitorXMLParser::handleElement().
double DB_ME::yto |
Definition at line 41 of file MonitorXMLParser.h.
Referenced by MonitorXMLParser::handleElement().
int DB_ME::zbins |
Definition at line 42 of file MonitorXMLParser.h.
Referenced by MonitorXMLParser::handleElement().
double DB_ME::zfrom |
Definition at line 43 of file MonitorXMLParser.h.
Referenced by MonitorXMLParser::handleElement().
double DB_ME::zto |
Definition at line 44 of file MonitorXMLParser.h.
Referenced by MonitorXMLParser::handleElement().