CMS 3D CMS Logo

EcalPulseShapesXMLTranslator.h
Go to the documentation of this file.
1 
8 #ifndef __EcalPulseShapesXMLTranslator_h_
9 #define __EcalPulseShapesXMLTranslator_h_
10 
13 #include <string>
14 
16 
17 public:
18 
19  static int readXML (const std::string& filename,
22 
23  static int writeXML(const std::string& filename,
24  const EcalCondHeader& header,
25  const EcalPulseShapes& record);
26  private:
27 
28  static std::string dumpXML(const EcalCondHeader& header,
29  const EcalPulseShapes& record);
30 };
31 
32 #endif // __EcalPulseShapesXMLTranslator_h_
JetCorrectorParameters::Record record
Definition: classes.h:7
static int readXML(const std::string &filename, EcalCondHeader &header, EcalPulseShapes &record)
static std::string dumpXML(const EcalCondHeader &header, const EcalPulseShapes &record)
static int writeXML(const std::string &filename, const EcalCondHeader &header, const EcalPulseShapes &record)