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