CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Functions | Variables
XmlConfigReader.cc File Reference
#include <iostream>
#include "L1Trigger/L1TCommon/interface/XmlConfigReader.h"
#include "L1Trigger/L1TCommon/interface/TrigSystem.h"
#include "xercesc/util/PlatformUtils.hpp"

Go to the source code of this file.

Functions

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

Variables

const char XmlConfigReader_reject_symbols [256]
 

Function Documentation

XMLCh* _toDOMS ( std::string  temp)
inline

Definition at line 20 of file XmlConfigReader.cc.

20  {
21  XMLCh* buff = XMLString::transcode(temp.c_str());
22  return buff;
23 }
std::string _toString ( XMLCh const *  toTranscode)
inline

Definition at line 14 of file XmlConfigReader.cc.

References AlCaHLTBitMon_QueryRunRegistry::string, and tmp.

14  {
15 std::string tmp(xercesc::XMLString::transcode(toTranscode));
16 return tmp;
17 }
std::vector< std::vector< double > > tmp
Definition: MVATrainer.cc:100

Variable Documentation

const char XmlConfigReader_reject_symbols[256]
Initial value:
= {
0, 0, 0, 0, 0, 0, 0, 0, 0, 1,
1, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 1, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0}

Definition at line 515 of file XmlConfigReader.cc.

Referenced by l1t::XmlConfigReader::pruneString().