CMS 3D CMS Logo

xdaq_compat.cc
Go to the documentation of this file.
1 #ifndef HAVE_XDAQ
3 
4 std::string toolbox::toString(const char* format, ...) {
5  va_list varlist;
6  va_start(varlist, format);
7  char tmp[512];
8  vsnprintf(tmp, 512, format, varlist);
9  return tmp;
10 }
11 
12 #endif
createJobs.tmp
tmp
align.sh
Definition: createJobs.py:716
toolbox::toString
std::string toString(const char *format,...)
Definition: xdaq_compat.cc:4
xdaq_compat.h
AlCaHLTBitMon_QueryRunRegistry.string
string
Definition: AlCaHLTBitMon_QueryRunRegistry.py:256
format