test
CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros 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 
17 public:
18 
19  static int readXML (const std::string& filename,
20  EcalCondHeader& header,
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)
tuple filename
Definition: lut2db_cfg.py:20
static int writeXML(const std::string &filename, const EcalCondHeader &header, const EcalPulseShapes &record)