#include <HcalDQMDbInterface.h>
Public Member Functions | |
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 29 of file HcalDQMDbInterface.h.
|
inline |
Definition at line 32 of file HcalDQMDbInterface.h.
DOMElement * HcalDQMDbInterface::createChannel | ( | DOMDocument * | doc, |
DOMElement * | parent, | ||
HcalDetId | id | ||
) |
Definition at line 117 of file HcalDQMDbInterface.cc.
References createElement(), HLT_25ns14e33_v1_cff::depth, HcalText2DetIdConverter::getFlavor(), itoa(), and ecaldqm::zside().
Referenced by HcalHotCellDbInterface::createDataset().
DOMDocument * HcalDQMDbInterface::createDocument | ( | ) |
DOMElement * HcalDQMDbInterface::createElement | ( | DOMDocument * | doc, |
DOMElement * | parent, | ||
const char * | name | ||
) |
Definition at line 11 of file HcalDQMDbInterface.cc.
References HTMLExport::elem(), and XML.
Referenced by createChannel(), HcalHotCellDbInterface::createData(), HcalHLXMaskDbInterface::createData(), HcalHotCellDbInterface::createDataset(), HcalHLXMaskDbInterface::createDataset(), createElement(), createFooter(), HcalHotCellDbInterface::createHeader(), HcalHLXMaskDbInterface::createHeader(), createIOV(), createTag(), makeMapDataset(), makeMapIOV(), and makeMapTag().
DOMElement * HcalDQMDbInterface::createElement | ( | DOMDocument * | doc, |
DOMElement * | parent, | ||
const char * | name, | ||
const char * | value | ||
) |
Definition at line 17 of file HcalDQMDbInterface.cc.
References createElement(), HTMLExport::elem(), and XML.
DOMElement * HcalDQMDbInterface::createFooter | ( | DOMDocument * | doc, |
unsigned long long | fIovBegin, | ||
unsigned long long | fIovEnd, | ||
const char * | fTagName, | ||
const char * | fDetectorName, | ||
const char * | fComment | ||
) |
Definition at line 41 of file HcalDQMDbInterface.cc.
References createElement(), createIOV(), createTag(), dataset::dataset, makeMapDataset(), makeMapIOV(), makeMapTag(), and dbtoconf::parent.
DOMElement * HcalDQMDbInterface::createIOV | ( | DOMDocument * | doc, |
DOMElement * | parent, | ||
unsigned long long | fIovBegin, | ||
unsigned long long | fIovEnd | ||
) |
Definition at line 78 of file HcalDQMDbInterface.cc.
References createElement(), o2o::iov, and itoa().
Referenced by createFooter().
DOMElement * HcalDQMDbInterface::createTag | ( | DOMDocument * | doc, |
DOMElement * | parent, | ||
const char * | fTagName, | ||
const char * | fDetectorName, | ||
const char * | fComment | ||
) |
Definition at line 90 of file HcalDQMDbInterface.cc.
References createElement(), and GlobalPosition_Frontier_DevDB_cff::tag.
Referenced by createFooter().
|
inline |
Definition at line 51 of file HcalDQMDbInterface.h.
References AlCaHLTBitMon_QueryRunRegistry::string, and groupFilesInBlocks::temp.
Referenced by createChannel(), HcalHotCellDbInterface::createData(), HcalHLXMaskDbInterface::createDataset(), HcalHotCellDbInterface::createHeader(), and createIOV().
DOMElement * HcalDQMDbInterface::makeMapDataset | ( | DOMDocument * | doc, |
DOMElement * | fIov | ||
) |
Definition at line 72 of file HcalDQMDbInterface.cc.
References createElement().
Referenced by createFooter().
DOMElement * HcalDQMDbInterface::makeMapIOV | ( | DOMDocument * | doc, |
DOMElement * | fTag | ||
) |
Definition at line 66 of file HcalDQMDbInterface.cc.
References createElement(), and o2o::iov.
Referenced by createFooter().
DOMElement * HcalDQMDbInterface::makeMapTag | ( | DOMDocument * | doc, |
DOMElement * | fMap | ||
) |
Definition at line 60 of file HcalDQMDbInterface.cc.
References createElement(), and GlobalPosition_Frontier_DevDB_cff::tag.
Referenced by createFooter().
void HcalDQMDbInterface::writeDocument | ( | DOMDocument * | doc, |
const char * | xmlFile | ||
) |