#include <HcalDQMDbInterface.h>
Public Member Functions | |
DOMElement * | createData (DOMDocument *doc, DOMElement *parent, const HcalDQMChannelQuality::Item &item) |
void | createDataset (DOMDocument *doc, const HcalDQMChannelQuality::Item &item, const char *gmtime, const char *version) |
void | createHeader (DOMDocument *doc, unsigned int runno, const char *startTime) |
HcalHotCellDbInterface () | |
Public Member Functions inherited from HcalDQMDbInterface | |
DOMElement * | createChannel (DOMDocument *doc, DOMElement *parent, HcalDetId id) |
DOMDocument * | createDocument () |
DOMElement * | createElement (DOMDocument *doc, DOMElement *parent, const char *name) |
DOMElement * | createElement (DOMDocument *doc, DOMElement *parent, const char *name, const char *value) |
DOMElement * | createFooter (DOMDocument *doc, unsigned long long fIovBegin, unsigned long long fIovEnd, const char *fTagName, const char *fDetectorName, const char *fComment) |
DOMElement * | createIOV (DOMDocument *doc, DOMElement *parent, unsigned long long fIovBegin, unsigned long long fIovEnd) |
DOMElement * | createTag (DOMDocument *doc, DOMElement *parent, const char *fTagName, const char *fDetectorName, const char *fComment) |
HcalDQMDbInterface () | |
const char * | itoa (int i) |
DOMElement * | makeMapDataset (DOMDocument *doc, DOMElement *fIov) |
DOMElement * | makeMapIOV (DOMDocument *doc, DOMElement *fTag) |
DOMElement * | makeMapTag (DOMDocument *doc, DOMElement *fMap) |
void | writeDocument (DOMDocument *doc, const char *xmlFile) |
Definition at line 60 of file HcalDQMDbInterface.h.
|
inline |
Definition at line 63 of file HcalDQMDbInterface.h.
DOMElement * HcalHotCellDbInterface::createData | ( | DOMDocument * | doc, |
DOMElement * | parent, | ||
const HcalDQMChannelQuality::Item & | item | ||
) |
Definition at line 130 of file HcalDQMDbInterface.cc.
References HcalDQMDbInterface::createElement(), HcalDQMDbInterface::itoa(), HcalDQMChannelQuality::Item::mComment, and HcalDQMChannelQuality::Item::mMasked.
Referenced by createDataset().
void HcalHotCellDbInterface::createDataset | ( | DOMDocument * | doc, |
const HcalDQMChannelQuality::Item & | item, | ||
const char * | gmtime, | ||
const char * | version | ||
) |
Definition at line 139 of file HcalDQMDbInterface.cc.
References HcalDQMDbInterface::createChannel(), createData(), HcalDQMDbInterface::createElement(), HcalDQMChannelQuality::Item::mId, and dbtoconf::parent.
void HcalHotCellDbInterface::createHeader | ( | DOMDocument * | doc, |
unsigned int | runno, | ||
const char * | startTime | ||
) |
Definition at line 104 of file HcalDQMDbInterface.cc.
References HcalDQMDbInterface::createElement(), HcalDQMDbInterface::itoa(), and dbtoconf::parent.