CMS 3D CMS Logo

EcalPedestalsXMLTranslator.h
Go to the documentation of this file.
1 
8 #ifndef __EcalPedestalsXMLTranslator_h_
9 #define __EcalPedestalsXMLTranslator_h_
10 
13 #include <string>
14 
16 public:
18 
19  static int writeXML(const std::string& filename, const EcalCondHeader& header, const EcalPedestals& record);
20 
21 private:
23 };
24 
25 #endif // __EcalPedestalsXMLTranslator_h_
static int readXML(const std::string &filename, EcalCondHeader &header, EcalPedestals &record)
static std::string dumpXML(const EcalCondHeader &header, const EcalPedestals &record)
static int writeXML(const std::string &filename, const EcalCondHeader &header, const EcalPedestals &record)