9 #ifndef __EcalChannelStatusXMLTranslator_h_
10 #define __EcalChannelStatusXMLTranslator_h_
17 #include <xercesc/dom/DOMNode.hpp>
20 "$Id: EcalChannelStatusXMLTranslator.h,v 1.2 2009/06/30 14:40:11 argiro Exp $";
33 static int writeXML (
const std::string& filename,
44 #endif // __EcalChannelStatusXMLTranslator_h_
static int writeXML(const std::string &filename, const EcalCondHeader &header, const EcalChannelStatus &record)
static int readXML(const std::string &filename, EcalCondHeader &header, EcalChannelStatus &record)
static std::string dumpXML(const EcalCondHeader &header, const EcalChannelStatus &record)
static const char CVSId__EcalChannelStatusXMLTranslator[]