CMS 3D CMS Logo

Functions
XMLConfigReader.cc File Reference
#include "L1Trigger/L1TMuonOverlapPhase1/interface/Omtf/XMLConfigReader.h"
#include "L1Trigger/L1TMuonOverlapPhase1/interface/Omtf/GoldenPattern.h"
#include "L1Trigger/L1TMuonOverlapPhase1/interface/Omtf/GoldenPatternWithStat.h"
#include "L1Trigger/L1TMuonOverlapPhase1/interface/Omtf/OMTFinput.h"
#include "L1Trigger/RPCTrigger/interface/RPCConst.h"
#include "CondFormats/L1TObjects/interface/L1TMuonOverlapParams.h"
#include "FWCore/MessageLogger/interface/MessageLogger.h"
#include <iostream>
#include <cmath>
#include <algorithm>
#include <utility>
#include <array>
#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 <boost/multiprecision/integer.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

◆ _toDOMS()

XMLCh* _toDOMS ( std::string  temp)
inline

Definition at line 39 of file XMLConfigReader.cc.

References groupFilesInBlocks::temp.

39  {
40  XMLCh *buff = XMLString::transcode(temp.c_str());
41  return buff;
42 }

◆ _toString()

XERCES_CPP_NAMESPACE_USE std::string _toString ( XMLCh const *  toTranscode)
inline

Definition at line 34 of file XMLConfigReader.cc.

References AlCaHLTBitMon_QueryRunRegistry::string, and createJobs::tmp.

34  {
35  std::string tmp(xercesc::XMLString::transcode(toTranscode));
36  return tmp;
37 }
tmp
align.sh
Definition: createJobs.py:716