CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Functions
XMLConfigReader.cc File Reference
#include <iostream>
#include <cmath>
#include <algorithm>
#include <utility>
#include "L1Trigger/L1TMuonOverlap/interface/XMLConfigReader.h"
#include "L1Trigger/L1TMuonOverlap/interface/GoldenPattern.h"
#include "L1Trigger/L1TMuonOverlap/interface/OMTFinput.h"
#include "CondFormats/L1TObjects/interface/L1TMuonOverlapParams.h"
#include "FWCore/MessageLogger/interface/MessageLogger.h"
#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 "L1Trigger/RPCTrigger/interface/RPCConst.h"

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 35 of file XMLConfigReader.cc.

References XERCES_CPP_NAMESPACE_USE::transcode().

35  {
36  XMLCh* buff = XMLString::transcode(temp.c_str());
37  return buff;
38 }
XMLCh * transcode(const T &fInput)
XERCES_CPP_NAMESPACE_USE std::string _toString ( XMLCh const *  toTranscode)
inline

Definition at line 30 of file XMLConfigReader.cc.

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

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