Translates a Ecal record to XML and vice versa
- Version
- Id
- EcalDAQCrystalStatusXMLTranslator.h,v 1.1 2011/04/04 fay Exp
- Date
- 4 Apr 2011
Definition at line 14 of file EcalTPGCrystalStatusXMLTranslator.h.
Definition at line 40 of file EcalTPGCrystalStatusXMLTranslator.cc.
References gather_cfg::cout, boostedTaus_cff::doc, GCP_Ntuples_cfg::dump, RecoTauValidation_cfi::header, l1ctLayer2EG_cff::id, LEDCalibrationChannels::ieta, LEDCalibrationChannels::iphi, EEDetId::IX_MAX, EEDetId::IY_MAX, kBarlRings, kBarlWedges, kEndcWedgesX, kEndcWedgesY, kSides, EBDetId::MAX_IETA, EBDetId::MAX_IPHI, AlCaHarvesting_cff::record, Validation_hcalonly_cfi::sign, AlCaHLTBitMon_QueryRunRegistry::string, cms::xerces::toString(), xuti::TPGCrystalStatus_tag(), cms::xerces::uStr(), EEDetId::validDetId(), xuti::writeCell(), xuti::writeHeader(), xuti::WriteNodeWithValue(), and convertToRaw::writer.
42 unique_ptr<DOMImplementation>
impl(DOMImplementationRegistry::getDOMImplementation(
cms::xerces::uStr(
"LS").ptr()));
44 DOMLSSerializer*
writer =
impl->createLSSerializer();
45 if (
writer->getDomConfig()->canSetParameter(XMLUni::fgDOMWRTFormatPrettyPrint,
true))
46 writer->getDomConfig()->setParameter(XMLUni::fgDOMWRTFormatPrettyPrint,
true);
47 DOMDocumentType* doctype =
impl->createDocumentType(
cms::xerces::uStr(
"XML").ptr(),
nullptr,
nullptr);
50 DOMElement*
root =
doc->getDocumentElement();
60 std::cout <<
"EcalTPGCrystalStatusXMLTranslator::dumpXML" << std::endl;
62 int thesign =
sign == 1 ? 1 : -1;
67 if (
record[
id.rawId()].getStatusCode() > 0) {
79 if (
record[
id.rawId()].getStatusCode() > 0) {
static const int kBarlRings
void WriteNodeWithValue(xercesc::DOMNode *parentNode, const std::string &tag, const T &value)
write a node with
static const int kBarlWedges
std::string toString(XMLCh const *toTranscode)
static const int kEndcWedgesX
void writeHeader(xercesc::DOMNode *parentNode, const EcalCondHeader &header)
write
const std::string TPGCrystalStatus_tag("EcalTPGCrystalStatus")
ZStr< XMLCh > uStr(char const *str)
static const int MAX_IPHI
static bool validDetId(int crystal_ix, int crystal_iy, int iz)
static const int MAX_IETA
xercesc::DOMElement * writeCell(xercesc::DOMNode *node, const DetId &detid)
Append a Cell node with attributes to.
static const int kEndcWedgesY