CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
EcalPulseShapesXMLTranslator.h
Go to the documentation of this file.
1 
8 #ifndef __EcalPulseShapesXMLTranslator_h_
9 #define __EcalPulseShapesXMLTranslator_h_
10 
13 #include <string>
14 
16 public:
17  static int readXML(const std::string& filename, EcalCondHeader& header, EcalPulseShapes& record);
18 
19  static int writeXML(const std::string& filename, const EcalCondHeader& header, const EcalPulseShapes& record);
20 
21 private:
22  static std::string dumpXML(const EcalCondHeader& header, const EcalPulseShapes& record);
23 };
24 
25 #endif // __EcalPulseShapesXMLTranslator_h_
static int readXML(const std::string &filename, EcalCondHeader &header, EcalPulseShapes &record)
static std::string dumpXML(const EcalCondHeader &header, const EcalPulseShapes &record)
tuple filename
Definition: lut2db_cfg.py:20
static int writeXML(const std::string &filename, const EcalCondHeader &header, const EcalPulseShapes &record)