CMS 3D CMS Logo

EcalAlignmentXMLTranslator.h
Go to the documentation of this file.
1 
10 #ifndef __EcalAlignmentXMLTranslator_h_
11 #define __EcalAlignmentXMLTranslator_h_
12 
14 #include <string>
15 
16 class Alignments;
17 
19 public:
20  static int writeXML(const std::string& filename, const EcalCondHeader& header, const Alignments& record);
21 
22 private:
24 };
25 
26 #endif // __EcalAlignmentXMLTranslator_h_
static std::string dumpXML(const EcalCondHeader &header, const Alignments &record)
static int writeXML(const std::string &filename, const EcalCondHeader &header, const Alignments &record)