#include <EcalTBWeightsXMLTranslator.h>
Static Public Member Functions | |
static std::string | dumpXML (const EcalCondHeader &header, const EcalTBWeights &record) |
static int | readXML (const std::string &filename, EcalCondHeader &header, EcalTBWeights &record) |
static int | writeXML (const std::string &filename, const EcalCondHeader &header, const EcalTBWeights &record) |
Static Private Member Functions | |
static void | readWeightSet (xercesc::DOMNode *parentNode, EcalWeightSet &ws) |
static void | writeChi2WeightMatrix (xercesc::DOMNode *node, const EcalWeightSet::EcalChi2WeightMatrix &matrix) |
static void | writeWeightMatrix (xercesc::DOMNode *node, const EcalWeightSet::EcalWeightMatrix &matrix) |
static void | writeWeightSet (xercesc::DOMNode *parentNode, const EcalWeightSet &ws) |
Translates a EcalTBWeights record to XML and vice versa
Definition at line 22 of file EcalTBWeightsXMLTranslator.h.
|
static |
Definition at line 353 of file EcalTBWeightsXMLTranslator.cc.
|
staticprivate |
Definition at line 95 of file EcalTBWeightsXMLTranslator.cc.
|
static |
Definition at line 35 of file EcalTBWeightsXMLTranslator.cc.
|
staticprivate |
Definition at line 316 of file EcalTBWeightsXMLTranslator.cc.
|
staticprivate |
Definition at line 278 of file EcalTBWeightsXMLTranslator.cc.
|
staticprivate |
Definition at line 248 of file EcalTBWeightsXMLTranslator.cc.
|
static |
Definition at line 85 of file EcalTBWeightsXMLTranslator.cc.