CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
EcalClusterCrackCorrXMLTranslator.h
Go to the documentation of this file.
1 
9 #ifndef __EcalClusterCrackCorrXMLTranslator_h_
10 #define __EcalClusterCrackCorrXMLTranslator_h_
11 
15 #include <xercesc/dom/DOMNode.hpp>
16 #include <string>
17 #include <vector>
18 
19 
21 
22 public:
23 
24  static int readXML (const std::string& filename,
27 
28  static int writeXML (const std::string& filename,
29  const EcalCondHeader& header,
30  const EcalFunParams& record);
31 
32  // dump the CMSSW object container to XML
33  static std::string dumpXML(const EcalCondHeader& header,
34  const EcalFunParams& record);
35 
36 };
37 
38 
39 
40 #endif // __EcalClusterCrackCorrXMLTranslator_h_
JetCorrectorParameters::Record record
Definition: classes.h:11
static int readXML(const std::string &filename, EcalCondHeader &header, EcalFunParams &record)
tuple filename
Definition: lut2db_cfg.py:20
static int writeXML(const std::string &filename, const EcalCondHeader &header, const EcalFunParams &record)
static std::string dumpXML(const EcalCondHeader &header, const EcalFunParams &record)