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 
18 public:
19 
20  static int readXML (const std::string& filename,
23 
24  static int writeXML (const std::string& filename,
25  const EcalCondHeader& header,
26  const EcalChannelStatus& record);
27 private:
28 
29  static std::string dumpXML(const EcalCondHeader& header,
30  const EcalChannelStatus& record);
31 };
32 
33 #endif // __EcalChannelStatusXMLTranslator_h_
static int writeXML(const std::string &filename, const EcalCondHeader &header, const EcalChannelStatus &record)
JetCorrectorParameters::Record record
Definition: classes.h:7
static int readXML(const std::string &filename, EcalCondHeader &header, EcalChannelStatus &record)
static std::string dumpXML(const EcalCondHeader &header, const EcalChannelStatus &record)