CMS 3D CMS Logo

ESGainXMLTranslator.h
Go to the documentation of this file.
1 
8 #ifndef __ESGainXMLTranslator_h_
9 #define __ESGainXMLTranslator_h_
10 
12 #include <string>
13 
14 class ESGain;
15 
17 public:
18  static int writeXML(const std::string& filename, const EcalCondHeader& header, const ESGain& record);
19 
20 private:
21  static std::string dumpXML(const EcalCondHeader& header, const ESGain& record);
22 };
23 
24 #endif // __ESGainXMLTranslator_h_
static std::string dumpXML(const EcalCondHeader &header, const ESGain &record)
Definition: ESGain.h:7
static int writeXML(const std::string &filename, const EcalCondHeader &header, const ESGain &record)