CMS 3D CMS Logo

EcalChannelStatusXMLTranslator.h
Go to the documentation of this file.
1 
9 #ifndef __EcalChannelStatusXMLTranslator_h_
10 #define __EcalChannelStatusXMLTranslator_h_
11 
14 #include <string>
15 
17 public:
19 
20  static int writeXML(const std::string& filename, const EcalCondHeader& header, const EcalChannelStatus& record);
21 
22 private:
24 };
25 
26 #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)