#include <vector>
#include <string>
#include <fstream>
#include <sstream>
#include "CalibFormats/HcalObjects/interface/HcalText2DetIdConverter.h"
#include "CondFormats/HcalObjects/interface/AllObjects.h"
#include <xercesc/util/XMLString.hpp>
#include <xercesc/dom/DOMElement.hpp>
#include <xercesc/dom/DOMText.hpp>
#include <xercesc/dom/DOMImplementation.hpp>
#include <xercesc/dom/DOMImplementationRegistry.hpp>
#include <xercesc/dom/DOMConfiguration.hpp>
#include <xercesc/dom/DOMDocument.hpp>
#include <xercesc/dom/DOMLSOutput.hpp>
#include <xercesc/dom/DOMLSSerializer.hpp>
#include "Utilities/Xerces/interface/Xerces.h"
#include "CondTools/Hcal/interface/StreamOutFormatTarget.h"
#include "CondTools/Hcal/interface/HcalDbXml.h"
Go to the source code of this file.
Classes | |
class | XMLDocument |
Functions | |
template<class T1 , class T2 > | |
bool | dumpObject_ (std::ostream &fOutput, unsigned fRun, unsigned long fGMTIOVBegin, unsigned long fGMTIOVEnd, const std::string &fTag, const T1 *fObject1, const T2 *fObject2=0) |
bool dumpObject_ | ( | std::ostream & | fOutput, |
unsigned | fRun, | ||
unsigned long | fGMTIOVBegin, | ||
unsigned long | fGMTIOVEnd, | ||
const std::string & | fTag, | ||
const T1 * | fObject1, | ||
const T2 * | fObject2 = 0 |
||
) |
Definition at line 334 of file HcalDbXml.cc.
References gather_cfg::cout, data, boostedTaus_cff::doc, bookConverter::elements, CalibrationSummaryClient_cfi::kind, AlCaHLTBitMon_QueryRunRegistry::string, and BeamSplash_cfg::version.
Referenced by HcalDbXml::dumpObject().