Main Page
Namespaces
Classes
Package Documentation
DQMServices
ClientConfig
interface
ParserFunctions.h
Go to the documentation of this file.
1
namespace
qtxml
{
2
inline
std::string
_toString
(
const
XMLCh *toTranscode){
3
std::string
tmp
(xercesc::XMLString::transcode(toTranscode));
4
return
tmp
;
5
}
6
7
inline
XMLCh*
_toDOMS
(
std::string
temp
){
8
XMLCh* buff = xercesc::XMLString::transcode(temp.c_str());
9
return
buff;
10
}
11
12
}
AlCaHLTBitMon_QueryRunRegistry.string
string
Definition:
AlCaHLTBitMon_QueryRunRegistry.py:255
groupFilesInBlocks.temp
temp
Definition:
groupFilesInBlocks.py:140
qtxml::_toString
std::string _toString(const XMLCh *toTranscode)
Definition:
ParserFunctions.h:2
qtxml
Definition:
ParserFunctions.h:1
qtxml::_toDOMS
XMLCh * _toDOMS(std::string temp)
Definition:
ParserFunctions.h:7
tmp
std::vector< std::vector< double > > tmp
Definition:
MVATrainer.cc:100
Generated for CMSSW Reference Manual by
1.8.11