CMS 3D CMS Logo

EcalTimeOffsetXMLTranslator.h
Go to the documentation of this file.
1 
10 #ifndef __EcalTimeOffsetXMLTranslator_h_
11 #define __EcalTimeOffsetXMLTranslator_h_
12 
14 #include <string>
15 
17 
19 
20 public:
21 
22  static int readXML (const std::string& filename,
25 
26  static int writeXML (const std::string& filename,
27  const EcalCondHeader& header,
28  const EcalTimeOffsetConstant& record);
29  private:
30 
31  static std::string dumpXML(const EcalCondHeader& header,
32  const EcalTimeOffsetConstant& record);
33 };
34 
35 #endif // __EcalTimeOffsetXMLTranslator_h_
36 
JetCorrectorParameters::Record record
Definition: classes.h:7
static std::string dumpXML(const EcalCondHeader &header, const EcalTimeOffsetConstant &record)
static int readXML(const std::string &filename, EcalCondHeader &header, EcalTimeOffsetConstant &record)
static int writeXML(const std::string &filename, const EcalCondHeader &header, const EcalTimeOffsetConstant &record)