CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Functions
XMLConfigWriter.cc File Reference
#include "FWCore/Framework/interface/Event.h"
#include "L1Trigger/L1TMuonOverlap/interface/XMLConfigWriter.h"
#include "L1Trigger/L1TMuonOverlap/interface/GoldenPattern.h"
#include "L1Trigger/L1TMuonOverlap/interface/OMTFinput.h"
#include "L1Trigger/L1TMuonOverlap/interface/OMTFConfiguration.h"
#include "L1Trigger/L1TMuonOverlap/interface/OMTFResult.h"
#include "L1Trigger/L1TMuonOverlap/interface/AlgoMuon.h"
#include <iostream>
#include <sstream>
#include <cmath>
#include <ctime>
#include <iomanip>
#include <bitset>
#include "xercesc/framework/StdOutFormatTarget.hpp"
#include "xercesc/framework/LocalFileFormatTarget.hpp"
#include "xercesc/parsers/XercesDOMParser.hpp"
#include "xercesc/dom/DOM.hpp"
#include "xercesc/dom/DOMException.hpp"
#include "xercesc/dom/DOMImplementation.hpp"
#include "xercesc/sax/HandlerBase.hpp"
#include "xercesc/util/XMLString.hpp"
#include "xercesc/util/PlatformUtils.hpp"
#include "xercesc/util/XercesDefs.hpp"
#include "xercesc/util/XercesVersion.hpp"
#include "xercesc/dom/DOMWriter.hpp"

Go to the source code of this file.

Functions

XMLCh * _toDOMS (std::string temp)
 
XERCES_CPP_NAMESPACE_USE
std::string 
_toString (XMLCh const *toTranscode)
 

Function Documentation

XMLCh* _toDOMS ( std::string  temp)
inline

Definition at line 47 of file XMLConfigWriter.cc.

References XERCES_CPP_NAMESPACE_USE::transcode().

47  {
48  XMLCh* buff = XMLString::transcode(temp.c_str());
49  return buff;
50 }
XMLCh * transcode(const T &fInput)
XERCES_CPP_NAMESPACE_USE std::string _toString ( XMLCh const *  toTranscode)
inline

Definition at line 42 of file XMLConfigWriter.cc.

References AlCaHLTBitMon_QueryRunRegistry::string, tmp, and XERCES_CPP_NAMESPACE_USE::transcode().

42  {
44 return tmp;
45 }
XMLCh * transcode(const T &fInput)
std::vector< std::vector< double > > tmp
Definition: MVATrainer.cc:100