CMS 3D CMS Logo

EcalTPGTowerStatusXMLTranslator.h
Go to the documentation of this file.
1 
7 #ifndef __EcalTPGTowerStatusXMLTranslator_h_
8 #define __EcalTPGTowerStatusXMLTranslator_h_
9 
12 #include <string>
13 
15 public:
17 
18  static int writeXML(const std::string& filename, const EcalCondHeader& header, const EcalTPGTowerStatus& record);
19 
20 private:
22 
23  static void plot(std::string, const EcalTPGTowerStatus& record);
24 };
25 
26 #endif // __EcalTPGTowerStatusXMLTranslator_h_
static std::string dumpXML(const EcalCondHeader &header, const EcalTPGTowerStatus &record)
static void plot(std::string, const EcalTPGTowerStatus &record)
static int readXML(const std::string &filename, EcalCondHeader &header, EcalTPGTowerStatus &record)
static int writeXML(const std::string &filename, const EcalCondHeader &header, const EcalTPGTowerStatus &record)