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_
EcalTPGTowerStatusXMLTranslator::dumpXML
static std::string dumpXML(const EcalCondHeader &header, const EcalTPGTowerStatus &record)
Definition: EcalTPGTowerStatusXMLTranslator.cc:87
GlobalPosition_Frontier_DevDB_cff.record
record
Definition: GlobalPosition_Frontier_DevDB_cff.py:10
EcalTPGTowerStatusXMLTranslator::plot
static void plot(std::string, const EcalTPGTowerStatus &record)
Definition: EcalTPGTowerStatusXMLTranslator.cc:122
EcalTPGTowerStatusXMLTranslator::writeXML
static int writeXML(const std::string &filename, const EcalCondHeader &header, const EcalTPGTowerStatus &record)
Definition: EcalTPGTowerStatusXMLTranslator.cc:74
corrVsCorr.filename
filename
Definition: corrVsCorr.py:123
AlCaHLTBitMon_QueryRunRegistry.string
string
Definition: AlCaHLTBitMon_QueryRunRegistry.py:256
EcalCondHeader
Definition: EcalCondHeader.h:16
EcalTPGTowerStatus.h
EcalTPGTowerStatus
Definition: EcalTPGTowerStatus.h:9
EcalCondHeader.h
EcalTPGTowerStatusXMLTranslator
Definition: EcalTPGTowerStatusXMLTranslator.h:14
RecoTauValidation_cfi.header
header
Definition: RecoTauValidation_cfi.py:292
EcalTPGTowerStatusXMLTranslator::readXML
static int readXML(const std::string &filename, EcalCondHeader &header, EcalTPGTowerStatus &record)
Definition: EcalTPGTowerStatusXMLTranslator.cc:28