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 
20 public:
21 
22  static int writeXML (const std::string& filename,
23  const EcalCondHeader& header,
24  const Alignments& record);
25  private:
26 
27  static std::string dumpXML(const EcalCondHeader& header,
28  const Alignments& record);
29 };
30 
31 #endif // __EcalAlignmentXMLTranslator_h_
JetCorrectorParameters::Record record
Definition: classes.h:7
static std::string dumpXML(const EcalCondHeader &header, const Alignments &record)
static int writeXML(const std::string &filename, const EcalCondHeader &header, const Alignments &record)