#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 37 of file MonitorXMLParser.h.
unsigned int DB_ME::loop |
Definition at line 43 of file MonitorXMLParser.h.
Referenced by MonitorXMLParser::handleElement().
unsigned int DB_ME::ncycle |
Definition at line 42 of file MonitorXMLParser.h.
Referenced by MonitorXMLParser::handleElement().
std::vector< DbQuery > DB_ME::queries |
Definition at line 44 of file MonitorXMLParser.h.
Referenced by MonitorXMLParser::handleElement().
std::string DB_ME::title |
Definition at line 38 of file MonitorXMLParser.h.
Referenced by MonitorXMLParser::handleElement().
std::string DB_ME::type |
Definition at line 37 of file MonitorXMLParser.h.
Referenced by MonitorXMLParser::handleElement().
int DB_ME::xbins |
Definition at line 39 of file MonitorXMLParser.h.
Referenced by MonitorXMLParser::handleElement().
double DB_ME::xfrom |
Definition at line 39 of file MonitorXMLParser.h.
Referenced by MonitorXMLParser::handleElement().
double DB_ME::xto |
Definition at line 39 of file MonitorXMLParser.h.
Referenced by MonitorXMLParser::handleElement().
int DB_ME::ybins |
Definition at line 40 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 40 of file MonitorXMLParser.h.
Referenced by MonitorXMLParser::handleElement().
int DB_ME::zbins |
Definition at line 41 of file MonitorXMLParser.h.
Referenced by MonitorXMLParser::handleElement().
double DB_ME::zfrom |
Definition at line 41 of file MonitorXMLParser.h.
Referenced by MonitorXMLParser::handleElement().
double DB_ME::zto |
Definition at line 41 of file MonitorXMLParser.h.
Referenced by MonitorXMLParser::handleElement().