CMS 3D CMS Logo

EcalADCToGeVXMLTranslator.h
Go to the documentation of this file.
1 
10 #ifndef __EcalADCToGeVXMLTranslator_h_
11 #define __EcalADCToGeVXMLTranslator_h_
12 
14 #include <string>
15 
16 
18 
20 
21 public:
22 
23  static int readXML (const std::string& filename,
26 
27  static int writeXML (const std::string& filename,
28  const EcalCondHeader& header,
29  const EcalADCToGeVConstant& record);
30 private:
31 
32  static std::string dumpXML(const EcalCondHeader& header,
33  const EcalADCToGeVConstant& record);
34 };
35 
36 
37 
38 #endif // __EcalADCToGeVXMLTranslator_h_
39 
40 // Configure (x)emacs for this file ...
41 // Local Variables:
42 // mode:c++
43 // compile-command: "cd ..; scram b"
44 // End:
JetCorrectorParameters::Record record
Definition: classes.h:7
static std::string dumpXML(const EcalCondHeader &header, const EcalADCToGeVConstant &record)
static int readXML(const std::string &filename, EcalCondHeader &header, EcalADCToGeVConstant &record)
static int writeXML(const std::string &filename, const EcalCondHeader &header, const EcalADCToGeVConstant &record)